v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1492497398.3 KB

Creates a new agent space. An agent space is a dedicated workspace for securing a specific application.

post/CreateAgentSpace

Request body

namestring required

Name of an agent space.

descriptionstring

A description of the agent space.

targetDomainIdsString[]

List of target domain IDs.

kmsKeyIdstring

Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.

tagsobject

Map of tags for a resource.

Response

Success

agentSpaceIdstring required

The unique identifier of the created agent space.

namestring required

The name of the agent space.

descriptionstring

The description of the agent space.

targetDomainIdsString[]

The list of target domain identifiers associated with the agent space.

kmsKeyIdstring

The identifier of the AWS KMS key used to encrypt data in the agent space.

createdAtstring date-time

The date and time the agent space was created, in UTC format.

updatedAtstring date-time

The date and time the agent space was last updated, in UTC format.