Start a workflow or agent run
Runs
Start a workflow or agent run
Starts a run for a workflow or agent target. The target lives in the URL path; the optional version query parameter selects a release/ref and defaults to latest. The request body is the input object; a reserved _overrides key (workflow targets only) carries per-step output overrides for replay. Run provenance may be declared with the X-Eigenpal-Trigger header (api or cli).
POST
Start a workflow or agent run
Authorizations
API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.
Path Parameters
Automation target without a version suffix.
Minimum string length:
1Query Parameters
Optional version or source ref. Defaults to latest.
Minimum string length:
1Required range:
0 <= x <= 600Body
Response
Run completed while waiting
Available options:
workflow, agent Available options:
created, pending, running, waiting, finalizing, completed, failed, cancelled, rejected