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.

API trigger configuration with curl example

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

  1. Create an API key under Resources → API keys if you do not have one.
  2. Open Triggers → API for the workflow.
  3. Click Copy curl, replace the key prefix with your full saved key, and run the request.

Was this page helpful?