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.
Version Lifecycle
Each workflow can have multiple versions. When you trigger a workflow without specifying a version, the latest version runs automatically.Version States
| State | Description |
|---|---|
active | Available for execution |
archived | No longer active |
deleted | Soft-deleted |
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:| Visibility | allowed_to_share | Description |
|---|---|---|
| Private | false (default) | Only your organization |
| Unlisted | true | Accessible via direct link, hidden from listings |
| Public | - | Visible in public listings |
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:v2 as the latest version. Subsequent triggers without a version_id will use v2.