Create or update workflow version
Create a new workflow version or update an existing one.
This operation will:
- Create/update the version in the database
- Generate or update the AWS Step Functions state machine
- Set this version as the latest version for the workflow
Important: Once a version is locked, it cannot be modified.
Documentation Index
Fetch the complete documentation index at: https://docs.eachlabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Path Parameters
Unique workflow identifier
"wf_abc123"
Version identifier (e.g., "v1", "v2")
"v1"
Body
Version identifier (e.g., "v1", "v2", "v1.1")
"v2"
The complete workflow definition for this version. This follows the workflow DSL format and must include all steps.
Whether to lock this version from further modifications
Whether this is a production version
Toggle unlisted sharing for this version.
true→ Makes version "unlisted" (accessible via link, hidden from public listings)false→ Makes version "private" (organization only)- No effect on public versions
- New versions default to private when omitted
Response
Workflow version created or updated successfully
Summary information about a workflow version
Version identifier
"v1"
Workflow slug (inherited from parent workflow)
"text-to-image-generator"
Whether this version is locked from modifications
false
Whether this is a production version
true
True if version is unlisted (accessible via direct link but hidden from public listings).
false
Number of times this specific version has been triggered
15
RFC3339 timestamp when version was created
"2025-12-01T10:00:00Z"
RFC3339 timestamp when version was last updated
"2025-12-05T14:20:00Z"
Version lifecycle status
active, archived, deleted "active"
The complete workflow definition (only included in detail responses). Contains steps, input schema, and metadata.