Workflow Definitions
Workflows coordinate approved operations into a durable multi-step process. A definition has versions that can be inspected and planned before a run begins.
Lifecycle
- Create a definition with
POST /workflows. - Read or update it with
GETorPATCH /workflows/{workflow}. - Inspect versions with
GET /workflows/{workflow}/versions. - Inspect a version or request a plan with
GET /workflows/{workflow}/versions/{version}andPOST /workflows/{workflow}/versions/{version}/plan. - Start work with
POST /workflows/{workflow}/runs.
Related
Last updated: July 10, 2026