Skip to Content
API ReferenceAgentPOST /create

POST /agent/create

Create Agent

Create agents using composable infra architecture.

Request Body (CreateAgentApiRequest)

FieldTypeRequiredDescription
agentsCreateAgentItem[]NoList of agents to create (omit on the ack call)
idempotency_keystringNoOperation key for ack — promotes or rejects a dormant create
softbooleanNoStage the create dormant (active=False) — propose; the ack ({idempotency_key, accept}) promotes/rejects it
acceptbooleanNoAccept (promote) or reject dormant state. Only meaningful with idempotency_key

Response (CreateAgentApiResponse)

FieldTypeRequiredDescription
resultsAgentResultItem[]YesList of operation results
idempotency_keystringNoIdempotency key echoed back for client correlation
Last updated on