Skip to main content
Flows are YAML-defined automations that run on schedules or in response to events. They’re the “if this then that” for your agent pipeline.

Usage

Writing a Flow

Flows live in .tenet/flows/. Each is a YAML file:

Trigger Types

Event Triggers

React to system events:

Flow Options

See Also