Amazon Bedrock AgentCore components for invoking agent runtimes, managing runtime sessions and working with agent memory.

Changelog

1 version
v1.0.0 Latest
  • Initial release.
  • CreateAgentRuntime supports both container image (Amazon ECR) and code (Amazon S3) artifact types.

Authentication

TypeDetails
API Key
AWS Access Key ID (text)
Your AWS access key ID.
AWS Secret Access Key (text)
Your AWS secret access key.
AWS Region (text)
The AWS region where your AgentCore resources live, e.g. us-east-1.
AWS Session Token (text)
Optional. Provide a session token when using temporary (STS) credentials.

Triggers

2
New Memory Event icon

New Memory Event

Triggers when a new event is written to an actor session in an Amazon Bedrock AgentCore Memory resource. Polls ListEvents.
New Memory Session icon

New Memory Session

Triggers when a new memory session appears for an actor in an Amazon Bedrock AgentCore Memory resource. Polls ListSessions with the given Memory ID and Actor ID.

Actions

18
Create Agent Runtime icon

Create Agent Runtime

Create a new Amazon Bedrock AgentCore Runtime from a container image or from code hosted in Amazon S3.
Create Memory icon

Create Memory

Create a new Amazon Bedrock AgentCore Memory resource.
Create Event icon

Create Event

Write an event (a memory turn) into an Amazon Bedrock AgentCore Memory resource.
Delete Agent Runtime icon

Delete Agent Runtime

Delete an Amazon Bedrock AgentCore Runtime by its ID.
Delete Memory icon

Delete Memory

Permanently delete an Amazon Bedrock AgentCore Memory resource together with all of its records.
Delete Memory Record icon

Delete Memory Record

Permanently delete a memory record from an Amazon Bedrock AgentCore Memory resource.
Get Agent Runtime icon

Get Agent Runtime

Retrieve details of a single Amazon Bedrock AgentCore Runtime by its ID.
Find Memory Records icon

Find Memory Records

Semantically search (retrieve) memory records from an Amazon Bedrock AgentCore Memory resource using the RetrieveMemoryRecords API. Paginates through all available records automatically.
Get Memory Record icon

Get Memory Record

Retrieve a single memory record from an Amazon Bedrock AgentCore Memory resource.
Invoke Agent Runtime icon

Invoke Agent Runtime

Invoke an Amazon Bedrock AgentCore Runtime and receive the aggregated (buffered) response.
List Agent Runtime Endpoints icon

List Agent Runtime Endpoints

List all endpoints for a specific Amazon Bedrock AgentCore Runtime.
List Agent Runtimes icon

List Agent Runtimes

List all Amazon Bedrock AgentCore Runtimes in the account and region.
List Events icon

List Events

List events for an actor session in an Amazon Bedrock AgentCore Memory resource.
List Memories icon

List Memories

List all Amazon Bedrock AgentCore Memory resources in the account and region.
List Memory Records icon

List Memory Records

List memory records in an Amazon Bedrock AgentCore Memory resource by namespace.
List Sessions icon

List Sessions

List sessions for an actor in an Amazon Bedrock AgentCore Memory resource.
Make Api Call icon

Make Api Call

Generic method for making SigV4-signed API calls to the Amazon Bedrock AgentCore data-plane or control-plane endpoints.
Stop Runtime Session icon

Stop Runtime Session

Stop a running session in an Amazon Bedrock AgentCore Runtime.