0
Calls Today
0
Upcoming Appointments
0
Unread Messages
Recent Calls
No calls yet
Agent Status
Checking status...
Connecting to Vapi
All Calls
0 calls
No calls recorded yet. Calls will appear here once your AI receptionist is active.
Appointments
0 appointments
No appointments scheduled.
Messages
0 messages
No messages. When callers leave messages, they appear here.
Vapi Integration Setup
Configure API Keys
Create a .env file in the project root with your Vapi API key and server URL:
VAPI_API_KEY=your_vapi_api_key_here OPENAI_API_KEY=your_openai_api_key_here PORT=3000 SERVER_URL=https://your-ngrok-url.ngrok.io
Get your Vapi API key from dashboard.vapi.ai
Expose Webhook URL
Use ngrok to expose your local server to the internet so Vapi can reach your webhook:
ngrok http 3000
Copy the HTTPS URL and set it as SERVER_URL in your .env file.
Activate the AI Receptionist
Click the button below to create your AI assistant on Vapi and optionally provision a phone number.
Test a Call
Once you have a phone number, call it to test the AI receptionist. Try asking about services, booking an appointment, or leaving a message.
Current Configuration
Loading configuration status...