API ReferenceEndpointsWorkflows API
Workflows API
Create, manage, and execute workflows programmatically. Workflow resources let you drive the same automation agents that run inside the Mimasa AI product from your own systems.
List Workflows
GET /v1/workflows — Returns a paginated list of all workflows.
Create Workflow
POST /v1/workflows — Create a new workflow with the specified configuration.
Execute Workflow
POST /v1/workflows/:id/execute — Trigger a workflow execution.
