Basic Information

appmixer.ai.agentcore.InvokeAgentRuntime

1.0.0

Public

Invoke an Amazon Bedrock AgentCore Runtime and receive the aggregated (buffered) response.

Input Ports

in

FieldTypeDescription
Agent Runtime ARN text The ARN (or agent ID) of the AgentCore Runtime to invoke.
Runtime Session ID text Session identifier used to maintain conversation state. Must be 33-256 characters long.
Payload textarea The request payload sent to the agent runtime. Usually a JSON object matching the content type, e.g. {"prompt": "Hello"}.
Qualifier (Endpoint) text Optional endpoint name pointing to a specific version. Defaults to the runtime's DEFAULT endpoint.
Runtime User ID text Optional user identifier. Requires the additional bedrock-agentcore:InvokeAgentRuntimeForUser IAM permission.
Content Type text MIME type of the payload. Defaults to application/json.
Accept text Desired MIME type of the response. Defaults to application/json.

Output Ports

out

FieldTypeDescription
Response string -
Response (parsed JSON) object -
Runtime Session ID string -
Content Type string -
Status Code integer -

Full Metadata