Automations run on the active backend. Switch backends from Connect and Manage Backends to see automations on a different backend.
Browse and inspect automations
Open the Automate tab in the sidebar to see all automations on the active backend. Each row shows the automation name, trigger type, and enabled state. Click an automation to open its detail view. The detail view shows:- The full prompt the automation runs
- Trigger configuration (schedule, webhook, or event)
- LLM profile used for runs
- Recent run history and status
Enable and disable automations
Toggle an automation on or off from the kebab menu (⋮) on the automation row, or from the detail view. Disabled automations do not fire on their scheduled trigger or in response to events, but their configuration is preserved.Run an automation manually
Select Run now from the automation’s kebab menu to trigger an immediate run outside the normal schedule. Useful for testing or for one-off executions.Export an automation
Agent Canvas can export any automation as a portable JSON file. Use this to:- Share a reusable automation with teammates
- Back up automation configuration in version control
- Move an automation between backends or accounts
- Open the Automate view.
- Click the kebab menu (⋮) on the automation you want to export.
- Select Export.
<slug>.automation.json, where <slug> is derived from the automation’s name.
Exported file format
The file contains a versioned JSON document with the automation’s full configuration:spec object includes the automation’s name, prompt, trigger, schedule, repository, model, plugins, and notification settings. You can hand-author, diff, or version-control this file using any standard tool.
Import an automation
You can import an automation from a JSON file previously exported by Agent Canvas, or from a hand-authored file that follows the same versioned schema. To import:- Open the Automate view.
- Click Import automation at the top of the list.
- Pick the
.jsonfile to import. - Review the preview — it shows the automation’s name, trigger type, and prompt.
- Confirm to create the automation.

