Skip to content

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 metadata
  • POST /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