mathusan
11/05/2025, 1:47 PMVapi Support Bot
11/05/2025, 1:49 PMpython
from vapi import Vapi
client = Vapi(token="YOUR_TOKEN")
# Example: create a call, list assistants, etc.
For more details and additional code samples, check the [Vapi Quickstart Web guide](https://docs.vapi.ai/quickstart/web). There is currently no separate, comprehensive SDK documentation beyond these examples and the GitHub repo.
Source:
- [Vapi Quickstart Web](https://docs.vapi.ai/quickstart/web)Chiranjeet Mishra
11/07/2025, 1:43 AM