Built-in actions
Actions are the steps that do work. These seven are available in every deployment, listed in the picker under General Actions—except AI Agent, which is filed under AI Actions. For how actions fit into a flow, how their fields take variables, and how failures route, see Actions.
| Node | What it does |
|---|---|
| HTTP Request | Sends an HTTP request to any URL, with full control over how the response is captured. |
| Script | Runs a script in a sandbox; its return value becomes the step's output. |
| AI Agent | Runs an AI agent on a prompt, with tools, and optionally pauses for a person. |
| Automation | Runs another automation through its on-demand trigger. |
| Sleep | Pauses the flow for a set duration, then continues. |
| Log | Writes a line to the run's execution log and continues unchanged. |
| Stop with Error | Deliberately fails the run when the flow reaches it. |