Create Scheduled Task
Create a recurring scheduled task (cron + prompt) for an agent.
Request Body
0 9 * * * runs daily at 09:00 UTC.Example Request
Example Response
Authorizations
API Key for authentication
Path Parameters
Body
Create a recurring scheduled task for an agent.
Cron expression (5-field crontab, UTC), e.g. '0 9 * * *'.
Instruction the agent runs on each fire.
Optional human-readable label. Auto-generated from the prompt when omitted.
Create the task active (default) or paused.
Job kind — scheduled-job or live-surface.
scheduled-job, live-surface Response
Successful Response
A recurring scheduled task — the simplified view of one cron task source node.
Source-node id. Pass it to update/remove/run the task.
Cron expression (5-field crontab, UTC), e.g. '0 9 * * *'.
Instruction the agent runs on each fire.
Human-readable label for the task.
Whether the task is active. Disabled tasks keep their config but do not fire.
Job kind — scheduled-job or live-surface.
scheduled-job, live-surface 
