Skip to main content
A routine is a scheduler entry — a trigger plus a plan. The agent runs with no one watching, works your workspace, and commits; the output is replayable later.

Create the routine

cron is a standard five-field expression — 0 8 * * 1-5 is 08:00 every weekday. run_now:true also fires it once immediately so you can verify the output without waiting.

Manage it

Read the result

Variations

Same machinery, different trigger or plan: Only the trigger changes — same agent, same isolation, same governance.