Guides
End-to-end example workflows you can rebuild in minutes — real agents for research, support, RAG, content, enrichment, and reporting.
These are complete, buildable workflows — not snippets. Each guide walks through every block, the connections between them, and the exact {{references}} that carry data across the graph. Pick one that resembles what you want to build, then adapt it.
Every guide follows the same shape: what you build → the block graph → step-by-step wiring → what to change next. If you are new here, start with the Research Agent — it exercises triggers, agents, tools, and structured output in one pass.
Agent Workflows
Deep Research Agent
A trigger fans out web + academic search, an agent synthesizes findings into a cited brief, and structured output makes the result machine-readable.
Customer Support Agent
Classify inbound email, draft a reply grounded in your knowledge base, and route urgent cases to Slack — with a human-in-the-loop gate.
RAG Knowledge Agent
Answer questions strictly from your own documents using the Knowledge block for vector search, with guardrails against hallucination.
Multi-Agent Content Pipeline
A researcher agent, a writer agent, and an editor agent hand off in sequence to produce publish-ready copy from a single topic.
Lead Enrichment Agent
Take a raw email address, enrich it with company + contact data, score the lead with an agent, and write the result to your CRM.
Scheduled Report Agent
On a cron schedule, pull metrics, have an agent write a narrative summary, and deliver it to Slack every weekday morning.
How to read these guides
| Section | What it tells you |
|---|---|
| What you'll build | The outcome in one sentence, plus the trigger that starts it. |
| The workflow | An ASCII graph of every block and how they connect. |
| Build it | Numbered steps — one per block — with the exact config and references. |
| Make it yours | Concrete variations: swap the model, add a tool, change the trigger. |