I have built our own frontend (AI Receptionists Fo...
# general-english
y
I have built our own frontend (AI Receptionists For Clinics in Germany), where people working at clinics can create their own AI Receptionists. We used Vapi API for our backend, where if any clinic creates an assistant, it creates an Assistant in Vapi for us, on our account. Now I figured out, that there is limit of 10 concurrent calls which are allowed per account on Vapi. Since we are targeting many clinics, we will soon reach this constraint. How should we go about fixing this ? I an think of following 3 possible options: * Get Enterprise of Vapi (we are not big enough for that, and its beyond our paygrade right now) * Manually create multiple accounts in Vapi and change API key while calling so that our Assistants are distributed across multiple Vapi Accounts. (Possible option but cumbersome) * Move away from Vapi (We love it here, so dont want to) I feel we might be missing something and there is a possible 4th option which you smart folks at Vapi might know.
3 Views