Workflow Versions
Create Workflow Version
Validates and stores an immutable workflow package in content-addressed storage. Repeating the same canonical content returns the same identifier. Requires an authenticated user or a worker token with the agent:run_tools capability. Ordinary worker tokens cannot register versions. Registration creates no run and starts no execution.
post/api/v1/workflow-versions
Request body
Example request
{
"entrypoint": "graphs/main.fabro"
}Response
Workflow version stored or already present
Example response
{
"workflow_version_id": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
}