Automations are in beta. The building blocks below are stable, but expect new node types and refinements over time.
- Turn a blog or news RSS feed into a daily AI-written post.
- React whenever you publish a post and notify an external service.
- Pull data from any HTTP API and generate a post from it on a schedule.
How a flow works
Every automation is a graph of nodes connected by lines:A trigger starts the flow
A schedule, or a post being published or scheduled. There is exactly one trigger per automation.
Action nodes do the work
Fetch an RSS feed or HTTP endpoint, generate content with AI, branch on a condition, or wait.
The editor
Open an automation to land in the Workflow editor — a canvas where you drag nodes from the sidebar and connect them. Click any node to open its settings in that same panel. The detail screen has four tabs:Workflow
The visual editor where you build and save the flow.
Invocations
A log of every real run, with per-node detail. See Monitoring.
Metrics
Run health and output charts over a date range.
Settings
Rename, activate or pause, and delete the automation.
Build your first automation
Create the automation
Go to Automations and click New automation. It opens in the Workflow editor with a schedule trigger already in place.
Configure the trigger
Click the trigger node and pick when it fires — a schedule, or a post event. See Triggers and nodes.
Add action nodes
Drag nodes from the sidebar onto the canvas and connect them by dragging from one node’s handle to the next.
Reference data between nodes
In any text field, type
{{ to autocomplete the data available at that point in the flow.Statuses
An automation is always in one of three states:| Status | Meaning |
|---|---|
| Draft | Being built. It never runs. |
| Active | Live. The trigger fires and the flow runs. |
| Paused | Stopped. The trigger no longer fires until you reactivate it. |

