Orchestrate API
The Orchestrate API's endpoints let you fire any pre-built automation — code or no-code — from outside the Chrome extension, then track it through to completion. Use them to wire automations into your backend, into a Zapier or Make scenario, into an MCP server, or into anywhere else that can make an HTTP request.
This is the right layer when the workflow already exists in the No-Code Tool. If you'd rather author the flow in code, see the Step API — the layer below.
In this section
Trigger an automation
Start a saved No-Code Tool automation in the cloud by name, with optional input data passed in the request body.
Pass input data
Send dynamic input into a No-Code Tool automation when triggering it via the API, using the table-shaped data payload.
Check run status
Poll the axiom.ai API for the current status of an automation by name and retrieve any data it wrote out.
List run reports
Fetch a list of recent automation runs on your account, each with its status, description, and timestamps.
List automations
Fetch the names of every saved No-Code Tool automation on your account, useful for building UIs or validating an automation name before triggering it.
Stop a run
Cancel a triggered automation that's still running in the cloud, freeing the concurrency slot for other runs.
Webhooks from a step
Use webhook steps inside an automation to push data to external services or trigger an automation from inbound webhooks.
Need help? Contact support or ask a question in our Reddit community.