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