Cron jobs let you schedule agents to run tasks on a recurring basis.Documentation Index
Fetch the complete documentation index at: https://docs.sontairo.com/llms.txt
Use this file to discover all available pages before exploring further.
Creating a Cron Job
- Navigate to the Agents page and open the Cron Jobs tab
- Click Create Cron Job
- Configure:
- Name — A descriptive name
- Agent — The agent to run
- Schedule — A cron expression (e.g.,
0 9 * * *for daily at 9am) - Timezone — The timezone for the schedule
- Prompt — The task instruction to send to the agent
- Click Create
Cron Expression Reference
| Expression | Schedule |
|---|---|
0 9 * * * | Daily at 9:00 AM |
0 9 * * 1-5 | Weekdays at 9:00 AM |
0 */6 * * * | Every 6 hours |
0 0 * * 1 | Weekly on Monday at midnight |
0 0 1 * * | Monthly on the 1st at midnight |
Managing Cron Jobs
- Toggle — Enable or disable a job without deleting it
- Edit — Update the schedule, prompt, or assigned agent
- Delete — Permanently remove the cron job
