Build automations like Lego blocks
Every pipeline is a trigger, one or more AI steps, and an output. Assistant generates them from plain language — and you can edit any block.
Daily standup digest
Every weekday 9:00
Trigger
Summarize Slack #team
Anthropic Claude
Post to #leadership
Slack
Inbound lead enrichment
Form submission
Trigger
Enrich with Firecrawl
Web research
Email sales rep
Gmail
Invoice → Accounting
Invoice uploaded
Drive trigger
Extract line items
OpenAI vision
Create entry in QuickBooks
Output
Anatomy of a pipeline
Branching, retries, and observability are first-class — not bolted on.
Pipeline contract
| Step input | Typed object — schema validated before the step runs |
| Step output | Merged into a shared run context, accessible to later steps |
| Failure | Per-step retry policy · circuit breaker · DLQ for poison events |
| Observability | Per-run trace · per-step latency / cost · structured logs |