Routes are rules that determine which AI agent handles incoming messages. Omni supports hierarchical routing with per-instance defaults and per-chat/per-user overrides.
For full route, person, and auth management commands, see the routes CLI reference.
# List routes for an instanceomni routes list --instance <instance-id># Get route detailsomni routes get <route-id># Update a route's target agentomni routes update <route-id> --agent <new-agent-id># Delete a routeomni routes delete <route-id># View route cache metricsomni routes metrics