⚡ Automations
Create powerful automations for your agents. Describe what you want in plain language — your agent handles the rest.
Loading workflows...
L1 · Read Only
How to build: Drag nodes onto the canvas, then connect them by dragging from
one node's bottom port to another's top port. Click a node to configure it.
Triggers
▶️
Manual Trigger
Start this workflow by clicking Run. You provide the initial input
text.
🌐
Webhook Trigger
Start from an external HTTP call. Requires Level 3. Great for
connecting to Zapier, Make, etc.
Processing
🤖
Agent
Send data to one of your agents. Optionally enable Aura RAG to give
it document knowledge.
🔀
Condition
Branch the workflow based on the previous step's output. E.g. "if
output contains 'approved'".
🔄
Transform
Reshape data between steps — add prefixes, apply templates, or
extract JSON from text.
Output
📤
Integration
Send output to Slack, email, Telegram, etc. Requires Level 2 or
higher.
Node Inspector
Click a node on the canvas to configure it. Drag nodes from the left palette to add steps to
your workflow.
⚡ Smart Workflow
How should this workflow start?
POST JSON to this URL to trigger the workflow, e.g.
{"input": "your text"}. Keep it secret — the token in the URL authorizes the call.
Choose when this workflow should run automatically.
Add one or more agents to execute sequentially. Each agent's output becomes the next agent's input — creating a pipeline.
Describe what this automation should do in plain language. The agent will reason about it autonomously — no if/else boxes needed.