Create Vapi Squad
vapi_create_squadCreate a squad of voice assistants that can hand off to each other during calls, enabling multi-step workflows like receptionist to qualifier to closer sequences.
Instructions
Create a squad of assistants that can hand off to each other on a call. Great for receptionist → qualifier → closer flows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for this squad | |
| members | Yes | Array of squad members. Each needs at least an "assistantId". Example: [{"assistantId":"xxx"},{"assistantId":"yyy"}] |