Skip to main content
This public URL uses a deprecated compatibility host outside the api-service host. It remains supported for now, but will soon move under https://api.eachlabs.ai. Keep integrations configurable and switch to the api-service URL once it is published.

Version Lifecycle

Each workflow can have multiple versions. When you trigger a workflow without specifying a version, the latest version runs automatically.

Version States

Locking

Once a version is locked, it cannot be modified. This is perfect for production versions that need to stay rock-solid.

Visibility

Versions have three visibility levels:

Making a Version Unlisted

Setting allowed_to_share: false on a public version has no effect. Public versions are never downgraded.

Creating a New Version

Use the Create Version endpoint:
This sets v2 as the latest version. Subsequent triggers without a version_id will use v2.

Triggering a Specific Version

Last modified on May 27, 2026