Vapi · Arazzo Workflow
Vapi Create and Verify Assistant
Version 1.0.0
Create a voice AI assistant and read it back to confirm it was provisioned.
View Spec
View on GitHub
AIVoice AIVoice AgentsConversational AITelephonyReal-TimeTranscriptionText-to-SpeechLLMAgentsMCPArazzoWorkflows
Provider
Workflows
create-assistant
Create a Vapi assistant and verify it by reading it back.
Provisions a new voice AI assistant from a model, voice, and first message, then retrieves the same assistant by id to confirm it exists.
1
createAssistant
AssistantController_create
Create a new voice AI assistant with an OpenAI model, an Azure voice, and an opening message.
2
getAssistant
AssistantController_findOne
Read the assistant back by its id to confirm it was created and persisted.