v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1462502349.5 KB

Creates a new AgentSpace with the specified name and description. Duplicate space names are allowed.

post/v1/agentspaces

Request body

namestring required

Agent space name field

descriptionstring password

Description field

localestring

A BCP 47 locale identifier for configuring the language used in agent responses.

kmsKeyArnstring

The ARN of the AWS Key Management Service (AWS KMS) customer managed key that's used to encrypt resources.

clientTokenstring

Client-provided token to ensure request idempotency. When the same token is provided in subsequent calls, the same response is returned within a 8-hour window.

tagsobject

Map of tag keys to values.

Response

Success

tagsobject

Tags associated with the created AgentSpace.