POST /agent/create
Create Agent
Create agents using composable infra architecture.
Request Body (CreateAgentApiRequest)
| Field | Type | Required | Description |
|---|---|---|---|
agents | CreateAgentItem[] | No | List of agents to create (omit on the ack call) |
idempotency_key | string | No | Operation key for ack — promotes or rejects a dormant create |
soft | boolean | No | Stage the create dormant (active=False) — propose; the ack ({idempotency_key, accept}) promotes/rejects it |
accept | boolean | No | Accept (promote) or reject dormant state. Only meaningful with idempotency_key |
Response (CreateAgentApiResponse)
| Field | Type | Required | Description |
|---|---|---|---|
results | AgentResultItem[] | Yes | List of operation results |
idempotency_key | string | No | Idempotency key echoed back for client correlation |
Last updated on