Create an agent run
Create a job run and start runtime execution when the selected version is ready. Fresh run creation may fail with 429 capacity_exceeded before a run row is created when current runtime-host inventory cannot admit the backing sandbox.
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.
Path Parameters
Agent deployment ID
Body
Free-form run input supplied at run creation; passed through to the agent verbatim, deliberately open.
Request-only runtime environment variable values. P0 accepts string values only; future secret references are reserved by AgentSecretReference. Values are injected into agent processes and are not stored in deployment config, run, service, or platform event records.
x >= 1Response
Agent run created
"adrun_1234abcd"
job, service queued, starting, installing, running, succeeded, failed, cancelled, timed_out Free-form run input supplied at run creation; passed through to the agent verbatim, deliberately open.
Per-run override for failed job sandbox retention. Omit to use deployment debug config.
Retention TTL in seconds when the run is retained. Defaults to 3600 if retention is enabled without an explicit TTL.
x >= 1Output manifest produced by the agent runtime (typically containing an outputs array). Deliberately open: the manifest shape is owned by the agent, not the control plane.