Skip to main content
A Routine is recurring work for one agent: same instructions, new task each run. Under the hood it is a workflow definition with a single work step and a schedule trigger — optimized for cron-style automation, not multi-step graphs.

Routine vs Workflow

Workflows deep dive

Multi-step pipelines, designer, and triggers.

Definition vs run

Each run is a normal workflow run (run_number, status, triggered_by). Opening a run shows the task created for that execution.

Routes

Requirements

  • Bridge connected — scheduled and manual runs dispatch tasks through the Bridge
  • At least one agent in the project
Next: Schedules & triggers