Overview
An agent is an automated workflow that executes a series of steps in response to a trigger. Agents combine AI capabilities with app integrations to automate complex tasks.
Core Components
Section titled “Core Components”Every agent consists of:
- Trigger - What starts the agent (schedule, webhook, event)
- Nodes - Actions and logic that execute
- Connections - How data flows between nodes
How It Works
Section titled “How It Works”Trigger → Node → Node → Node → Output ↓ (data flows through)When an agent runs:
- The trigger fires (schedule, webhook, or app event)
- Each connected node executes in order
- Data passes from one node to the next
- The agent completes or errors
Agent States
Section titled “Agent States”| State | Description |
|---|---|
| Draft | Being edited, not running |
| Active | Live and processing triggers |
| Paused | Temporarily stopped |