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:
- Agents API - Create and manage AI agents
- Integrations API - Connect with external services
- Voice Agents API - Add voice capabilities to your agents
- Deployments API - Deploy agents across multiple channels
Preview: Planned Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /workflows | List all workflows |
POST | /workflows | Create 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}/agents | Get workflow agents |
POST | /workflows/{id}/agents | Add agent to workflow |