Squads in web interface
# support
h
Hi everyone, how can I send a demo link for people to test my squad of assistants? Normally, for individual assistants, I can do this, but for squads, I can only share a phone number right now. https://cdn.discordapp.com/attachments/1442812696855711754/1442812697178804235/image.png?ex=693fd809&is=693e8689&hm=3ee29c3982c28fc5587f967c2f56f788916d107a38d2c9a4b430e27f6117ff87&
c
Hi Hasan, To create a multi-assistant squad using the VAPI platform, you can define assistants and their responsibilities in a squad. Here are the general steps: 1. **Define Members**: - Compose your squad with different assistants for specific tasks. For example, in a clinic scenario, you might have Triage, Emergency, and Scheduler assistants. Use properties like
name
,
model
, and initial messages to set this up.
Copy code
json
   {
     "members": [
       { "assistant": { "name": "Triage" }},
       { "assistant": { "name": "Emergency" }},
       { "assistant": { "name": "Scheduler" }}
     ]
   }
2. **Configure Transfers**: - Implement transfer rules between assistants based on specific criteria, like moving from a triage assistant to an emergency assistant when red flags are detected. 3. **Implement and Create Session**: - Use an SDK or the API to create web or phone calls with the squad. - Optionally create and reuse squads if needed for multiple sessions. Check [Squad Management & Session Enhancement](https://docs.vapi.ai/changelog/2025/9/14) and [Clinic triage and scheduling example](https://docs.vapi.ai/squads/examples/clinic-triage-scheduling) for detailed guidance.
h
No, I want to share a demo link of my squads
c
At this time, we don't have a feature to share squad demo links but if you want to see that on our platform, please submit a feature request: