v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

Creates an Amazon Bedrock AgentCore Runtime.

put/runtimes/

Request body

agentRuntimeNamestring required

The name of the AgentCore Runtime.

roleArnstring required

The IAM role ARN that provides permissions for the AgentCore Runtime.

clientTokenstring

A unique, case-sensitive identifier to ensure idempotency of the request.

descriptionstring password

The description of the AgentCore Runtime.

environmentVariablesobject

Environment variables to set in the AgentCore Runtime environment.

tagsobject

A map of tag keys and values to assign to the agent runtime. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.

Response

Success

agentRuntimeArnstring required

The Amazon Resource Name (ARN) of the AgentCore Runtime.

agentRuntimeIdstring required

The unique identifier of the AgentCore Runtime.

agentRuntimeVersionstring required

The version of the AgentCore Runtime.

createdAtstring date-time required

The timestamp when the AgentCore Runtime was created.

status'CREATING' | 'CREATE_FAILED' | 'UPDATING' | 'UPDATE_FAILED' | 'READY' | 'DELETING' required

The current status of the AgentCore Runtime.