cURL
curl --request POST \ --url https://api.agentixx.io/api/workflows \ --header 'Content-Type: application/json' \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token= \ --data ' { "name": "Customer Support Bot", "triggerType": "trigger.inbound_message" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" }
Create a new workflow with an optional trigger type. Admin only.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Create a new workflow
1
Workflow created