Skip to content

Quick start: Workflows

Workflows chain agents into a reusable pipeline — research → draft → review — that runs unattended.

Workflows ride on the Agents opt-in

There's no separate switch: enabling agents is what turns Workflows on.

Build your first pipeline

Open Workflows → New workflow, name it, then hit Edit steps to author the pipeline on the board. The + between cards inserts a step, and each one is one of four kinds:

KindWhat it is
Agenta reusable agent from the Agents section
Inlinea one-off prompt that dies with the step
Gatean automated PASS / FAIL check that can send the run back
Approvala human checkpoint — the run parks until you decide

Hit Save steps, then Run.

Make it reusable

Use the caret next to Run to attach a run brief — the subject for this run. That's what lets one generic pipeline ("analyse it → review it → report it") serve many jobs, since the brief leads every step's context rather than just the first.

From there, a workflow can run on a schedule or a webhook, so the whole pipeline happens without you.

Then try

Full detail: Workflows.

Released under the MIT License.