Skip to main content
POST
Start an Agent run

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Path Parameters

agentId
string
required

Body

application/json
instruction
string
required

Instruction or mission passed to the root agent run.

Minimum string length: 1
Example:

"Review the failed deployment and prepare a rollback recommendation."

triggerType
string

Optional trigger type such as REQUEST, EVENT, or SCHEDULE.

Example:

"SCHEDULE"

triggerRefType
string

Optional external reference type for correlation.

Example:

"scheduleId"

triggerRefId
string

Optional external reference id for correlation.

Example:

"44444444-4444-4444-8444-444444444444"

delaySeconds
number

Optional delay before the first tick is scheduled.

Required range: 0 <= x <= 2592000
Example:

30

state
object

Optional run-scoped state merged into the initial supervisor state.

Example:
pluginIds
string<uuid>[]

Optional registry plugin ids attached for this run.

Example:

Response

201 - undefined
Last modified on September 5, 2026