Vapi · Arazzo Workflow
Vapi Build a Multi-Assistant Squad
Version 1.0.0
Create two specialized assistants and assemble them into a squad that can hand calls between them.
View Spec
View on GitHub
AIVoice AIVoice AgentsConversational AITelephonyReal-TimeTranscriptionText-to-SpeechLLMAgentsMCPArazzoWorkflows
Provider
Workflows
build-squad
Create two assistants and group them into a routing squad.
Creates a greeter assistant and a specialist assistant, then creates a squad whose members reference both assistant ids.
1
createGreeter
AssistantController_create
Create the front-line greeter assistant that answers first.
2
createSpecialist
AssistantController_create
Create the specialist assistant the greeter can hand the call to.
3
createSquad
SquadController_create
Assemble both assistants into a squad whose first member is the greeter and second member is the specialist.
Source API Descriptions
openapi