Workflows

Workflows API

🚧

Coming Soon - The Workflows API is currently under development and will be available in a future release.

The Workflows API will allow you to create and manage multi-agent workflows that orchestrate multiple AI agents working together. Workflows will enable complex automation scenarios where different agents handle different parts of a conversation or task.

What’s Coming

  • Multi-Agent Orchestration: Chain multiple AI agents together
  • Conditional Routing: Route conversations based on intent or context
  • Parallel Execution: Run multiple agents simultaneously
  • Error Handling: Built-in retry and fallback mechanisms
  • Visual Workflow Builder: Design workflows with a drag-and-drop interface

Stay Updated

While workflows are being developed, you can explore our other powerful features:


Preview: Planned Endpoints

MethodEndpointDescription
GET/workflowsList all workflows
POST/workflowsCreate a new workflow
GET/workflows/{id}Get workflow by ID
PUT/workflows/{id}Update a workflow
DELETE/workflows/{id}Delete a workflow
GET/workflows/{id}/agentsGet workflow agents
POST/workflows/{id}/agentsAdd agent to workflow