Create Scheduled Task
REST API - Scheduled Tasks
Create Scheduled Task
Create a recurring scheduled task (cron + prompt) for an agent.
POST
Create Scheduled Task
Create a recurring scheduled task. The change takes effect immediately — the agent runs the given
prompt on every cron match.
Request Body
Cron expression (5-field crontab, UTC). Example:
0 9 * * * runs daily at 09:00 UTC.Instruction the agent runs on each fire.
Optional human-readable label for the task.
Create the task active (default) or paused.
Example Request
Example Response
Authorizations
API Key for authentication
Path Parameters
Body
application/json
Create a recurring scheduled task for an agent.
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.

