Skip to main content
Flows are YAML-defined automations that react to events. When something happens in your project, flows trigger actions automatically.

Where they live

Structure

Triggers

Gates

Control when flows actually execute:

Actions

The Self-Driving Loop

The default self-driving.yaml closes the autonomous improvement loop:

Commands

Cross-Service Cascade

When services declare produces and consumes scopes, flows detect impact:
API changes automatically trigger evals in downstream consumers.