Workflows API
The Workflows API provides direct workflow execution, separate from the chat-based interaction. This allows programmatic execution of specific workflow templates with progress streaming.
What to Expect
GET /api/v1/aim/workflows: list available workflow templates with metadataPOST /api/v1/aim/workflows/execute: execute a workflow with input parameters- SSE progress streaming during workflow execution
- Error handling and partial completion states
Next Steps
- API Overview: authentication and error codes
- Workflows: how workflows are planned and saved