Running an agent
Once your canvas is built and tools are connected, you can run the agent with a single click and watch it execute each step in real time.
- A built agent canvas
- All required tools connected via OAuth
Step-by-step
- 1Open your agent canvas
From the dashboard sidebar, click Agents and select the agent you want to run. The canvas opens.
- 2Click Run
Click the Run button in the top bar of the canvas. If your agent has an input node (e.g. a start prompt), you'll be asked to fill it in before execution begins.
Run button on canvasScreenshot placeholder — to be added after testing - 3Watch the execution
Each node lights up as it executes. An execution log streams in the bottom panel, showing each step's inputs and outputs in real time. The overall progress bar at the top shows how many steps have completed.
Agent executing — nodes activeScreenshot placeholder — to be added after testing - 4Review the output
When the agent finishes, the final output is shown in the result panel on the right. If an action node sent data to an external service (created a GitHub issue, sent a Slack message), you'll see a confirmation link there.
Agent output / resultScreenshot placeholder — to be added after testing