API Endpoints
Auth
POST /api/auth/registerPOST /api/auth/loginPOST /api/auth/logoutGET /api/auth/me
Workflows
GET /api/workflowsGET /api/workflows/:idPOST /api/workflowsPUT /api/workflows/:idDELETE /api/workflows/:idPOST /api/workflows/:id/duplicatePOST /api/workflows/importGET /api/workflows/:id/exportPOST /api/workflows/:id/validatePOST /api/workflows/:id/execute
Execution history
GET /api/executionsGET /api/executions/:id
Definitions and integrations
GET /api/definitionsPOST /api/connectors/testPOST /api/mcp/discover-tools
Secrets
POST /api/secretsGET /api/secrets
Webhooks
POST /api/webhooks/executeANY /webhook/:pathANY /webhook-test/:path
Helper
GET /helper-chat
Error response conventions
401: authentication/session errors403: authorization/signature/replay errors404: resource not found409: idempotency conflicts