Skip to main content
PUT
Set Self-Schedule Settings
Enable or disable whether the agent can schedule its own future runs, and optionally set the per-task cap on chained self-schedules.

Request Body

boolean
required
Whether the agent may schedule its own future runs.
integer
Per-task lifetime cap on chained self-schedules. Must be between 1 and 1000.

Example Request

Example Response

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

agent_id
string
required

Body

application/json

Agent-level self-schedule capability — request and response for the enable/disable toggle.

can_self_schedule
boolean
required

Whether the agent may schedule its own future runs.

max_self_schedules
integer | null

Per-task lifetime cap on chained self-schedules (1-1000).

Required range: 1 <= x <= 1000

Response

Successful Response

Agent-level self-schedule capability — request and response for the enable/disable toggle.

can_self_schedule
boolean
required

Whether the agent may schedule its own future runs.

max_self_schedules
integer | null

Per-task lifetime cap on chained self-schedules (1-1000).

Required range: 1 <= x <= 1000