Basic Information

appmixer.ai.agentcore.MakeApiCall

1.0.0

Public

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

Input Ports

in

FieldTypeDescription
API Endpoint URL text A full URL (e.g. https://bedrock-agentcore-control.us-east-1.amazonaws.com/runtimes/) or a path relative to the data-plane host https://bedrock-agentcore.{region}.amazonaws.com.
HTTP Method select Select the HTTP method for the API call.
Query Parameters key-value Optional query parameters.
Request Body textarea Enter the request body as a JSON object (supports nested objects, arrays, and non-string values).
Request Headers key-value Optional additional request headers.

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -

Full Metadata