Assistant
Pipelines

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.

Mini Map
Pipeline contract
Step inputTyped object — schema validated before the step runs
Step outputMerged into a shared run context, accessible to later steps
FailurePer-step retry policy · circuit breaker · DLQ for poison events
ObservabilityPer-run trace · per-step latency / cost · structured logs