Workflow
A graph of connected nodes on the canvas. It can be an automation, an AI agent setup, a web app, or all three at once. You build workflows visually or by describing them to the AI builder. See The canvas.Node
A single unit of work in a workflow. Nodes fall into a few categories:| Category | What it does | Learn more |
|---|---|---|
| Trigger | Starts a run: schedule, webhook, form, inbound email, or app event | Triggers |
| Integration | Talks to an external service like Slack, Google Sheets, or Linear | Integrations |
| Logic | Controls flow: branching, loops, filters, delays, approvals, code | Branching |
| Interface | A block in your app’s UI: forms, text, uploads, custom components | Interface blocks |
| AI agent | An LLM with tools that reasons across steps and integrations | AI agents |