API Triggers
Launch a published workflow from code, scripts, or external systems with an API key.
Launch Programmatically
On the Triggers page, select a workflow and open the API tab.

What You Get
- A ready curl command for
POST /api/v2/automations/:workflowId/runs - Copy curl to paste the command into a terminal or script
- An input prompt you can pass into another coding agent or LLM
- A note showing which API key prefix the example uses
Setup
- Create an API key under Resources → API keys if you do not have one.
- Open Triggers → API for the workflow.
- Click Copy curl, replace the key prefix with your full saved key, and run the request.
Was this page helpful?