Runs, flows & workflows
Three ways to get work done: ad-hoc objectives, deterministic flows, and recurring workflows.
Runs (one-shot)#
A run is a single agent execution. Start one from /objectives or directly from an agent page. Stream the output live in /runs.
Flows (visual graphs)#
/flows lets you stitch tools and agents into a deterministic graph: trigger → step → step → result. Use this when the procedure is fixed and you want repeatability.
Workflows (scheduled)#
/workflows wraps an objective or flow with a schedule (cron) or trigger (webhook, inbound email, file drop). Great for daily digests, weekly reports, on-event alerting.
Triggers#
Configure inbound endpoints from /triggers: webhook URLs, email addresses, SMS numbers. Each trigger fires a flow or objective.