Body
lock_version is initialized to 0. Subsequent updates must provide lockVersion to avoid 409 idempotency_conflict.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a workflow
POST /api/agent-workflows
{
"name": "My Intake Flow",
"description": "...",
"projectId": "prj_abc",
"nodes": [...],
"connections": [...],
"input_variables": [...],
"state_variables": [...],
"settings": {...},
"status": "draft"
}
lock_version is initialized to 0. Subsequent updates must provide lockVersion to avoid 409 idempotency_conflict.