Create an agent deployment
Agent Deployments
Create an agent deployment
Create a named deployment record for a local agent project. The request is idempotent within the authenticated tenant when the same Idempotency-Key and payload are replayed.
POST
Create an agent deployment
Authorizations
API key passed as Bearer token
Headers
Reuse the same key to safely retry the same create, reusable snapshot create, fork, upload create/complete, or agent deployment create operation without duplicating work.
Body
application/json
Response
Agent deployment created
Example:
"adpl_1234abcd"
Available options:
job, service Available options:
active, paused, deleted Free-form user-supplied metadata; stored verbatim as arbitrary JSON and never interpreted by the server, so the shape is deliberately open.