cURL
curl --request POST \ --url https://api.agentixx.io/api/workflows/{id}/publish \ --header 'Content-Type: application/json' \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token= \ --data '{}'
{}
Validate and publish an immutable workflow version. Admin only.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Publish workflow (validates and creates immutable version)
Workflow published