Becoming a Partner
Vocobase operates on a partner model. To access the API, you need an approved partner account. This guide walks you through the application process.Overview
Create a Vocobase account
Visit app.vocobase.com and sign up using your email or Google account. This creates your base account on the platform.
Navigate to the Partner page
Once logged in, go to Settings > Partner Program in the dashboard sidebar. You will see the partner application form.
Fill out the application
Provide the following information:
- Company name — Your organization’s legal or trading name
- Use case description — How you plan to use the Vocobase API (e.g., customer support automation, outbound sales calls, appointment reminders)
Wait for review
After submitting, a Vocobase admin reviews your application. This typically takes 1-2 business days.You will receive an email notification at your registered address when your application is:
- Approved — You can start using the API immediately
- Rejected — The email will include a reason; you may reapply after addressing the feedback
Get started
Once approved, you can:
- Create API keys — Go to API Keys in the dashboard and generate your first key
- Configure telephony — Set up Twilio or MCube for outbound calling
- Set up webhooks — Configure a webhook URL to receive call completion notifications
- Create agents — Build your first voice agent via the API or dashboard
Your partner account comes with an initial credit balance and an agent limit set by the admin. Check your configuration with
GET /config to see your limits.What you get as a partner
| Feature | Details |
|---|---|
| API access | Full access to the V2 Partner API |
| Agent slots | Configurable limit (default: 10 agents) |
| Telephony | Twilio and MCube integration support |
| Knowledge base | Upload documents and web links for agent context |
| Webhooks | Real-time call completion notifications |
| Call recording | Optional per-agent recording with download URLs |
| Dashboard | Web dashboard for managing agents and viewing call history |
Next steps
Configure Your Account
Set up webhooks and telephony after approval.
Quick Start
Make your first API call in 5 minutes.