create_assistant
Set up a Vapi assistant by configuring LLM, voice, transcriber, and instructions to enable AI-driven voice interactions.
Instructions
Creates a new Vapi assistant
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm | No | LLM configuration | |
| name | Yes | Name of the assistant | |
| voice | No | Voice configuration | |
| toolIds | No | IDs of tools to use with this assistant | |
| transcriber | No | Transcription configuration | |
| firstMessage | No | First message to say to the user | Hello, how can I help you today? |
| instructions | No | Instructions for the assistant | You are a helpful assistant. |
| firstMessageMode | No | This determines who speaks first, either assistant or user | assistant-speaks-first |