Skip to main content
A squad is a voice-only routing layer for multi-agent experiences. One entrypoint agent starts the conversation, then transfer rules determine when the call should move to a different specialist.

When to Use a Squad

Use a squad when one conversation may need multiple specialists, such as:
  • Front desk to billing to scheduling
  • Qualification to closer
  • General support to product-specific experts
If one agent can handle the full conversation alone, keep the design simpler and skip squads.

Squad Model

  • Entrypoint agent: the first voice agent that answers the conversation
  • Transfer rules: routing rules that define which agent can hand off to which other agent
Only call agents belong in squads.

Create a Squad

Add a Transfer Rule

Best Practices

  • Give each squad member a distinct job.
  • Keep transfer descriptions short and operational.
  • Pass only the variables the receiving agent needs.
  • Start with a small routing graph before building a large specialist network.

Phone Numbers

Use a squad as the inbound destination for a phone number.

Agents

Design specialized voice agents for each handoff.

Squad API

Manage squads and transfer rules.

Dispatch Squad

Launch a routed conversation directly.