Scheduled runs fire automatically on a cron schedule — no manual trigger needed. Use them for recurring reports: weekly market digests, monthly board summaries, daily security snapshots.
Step 1: Go to Scheduled
Click Scheduled in the Work group of the sidebar. This page lists all your active and paused schedules with their next run time and recent history.
Step 2: Create a schedule
Click New schedule. Pick a team, write a brief (this is the standing brief used every time the schedule fires), choose your timezone, and set a schedule label and cron expression.
# Common cron expressions 0 9 * * 1 # Every Monday at 9:00am 0 9 1 * * # First of every month at 9:00am 0 9 * * 1-5 # Weekdays at 9:00am 0 */6 * * * # Every 6 hours
Step 3: Activate and monitor
Schedules are active by default. Toggle them off any time from the schedule list without deleting them. The schedule card shows the next run time, the last run time, and how many runs have fired in total. Click Recent runs on any schedule to see the last 10 run outcomes and navigate directly to each one.