How routing works
The router analyzes your input, classifies intent, and sends it to the right handler.
"Schedule a meeting with the team"
Calendar
"Send an invoice to the client"
Email
"Add this to my task list"
Tasks
"What's the status of my order?"
Query
Dynamic routing
Intelligently route requests to the right handler based on context and content.
Intent detection
Automatically classify and understand intent to select the optimal path.
Multiple specialists
Connect to specialized handlers, each optimized for specific types of tasks.
Perfect for
- Customer support triage
- Multi-department query routing
- Lead qualification and distribution
- Content classification
- Intent-based action selection
- Error handling and fallbacks