Create a recurring cron schedule for an agent
Authorization: Bearer <token> header.
0 9 * * 1-5 for weekdays at 9am){{date}}, {{time}}, {{schedule.name}} template variablesAmerica/Los_Angeles, Europe/London)| Expression | Description |
|---|---|
0 9 * * 1-5 | Every weekday at 9:00 AM |
0 */4 * * * | Every 4 hours |
0 0 * * 0 | Every Sunday at midnight |
30 14 1 * * | First day of every month at 2:30 PM |
0 8 * * 1 | Every Monday at 8:00 AM |
0 0 1 1 * | January 1st at midnight (annual) |
| Variable | Description | Example |
|---|---|---|
{{date}} | Current date (ISO 8601) | 2026-02-26 |
{{time}} | Current time (ISO 8601) | 14:30:00 |
{{schedule.name}} | Schedule name | Daily Standup |