Create organizations by API call
# support
s
In my system, we're creating multiple assistants for a single customer, but it's getting messy in our VAPI account. My question is: Is it possible to create new organizations via an API call while keeping the same subscription ID or a similar setup? That way, all organizations would be billed under the same wallet—essentially working like sub-organizations.
m
I see schema for it but I don't think they've built out a corresponding endpoint yet (as far as I know): Org{ hipaaEnabled [...] subscription Subscription{...} subscriptionId [...] id* [...] createdAt* [...] updatedAt* [...] stripeCustomerId [...] stripeSubscriptionId [...] stripeSubscriptionItemId [...] stripeSubscriptionCurrentPeriodStart [...] stripeSubscriptionStatus [...] plan {...} name [...] channel [...] billingLimit [...] server {...} concurrencyLimit [...] } With that said, the team should have a more complete answer for you of when something like that may be possible
k
Hey @Syegi as of now we don't have public API to create organizations but its a good idea can you create an feature request for it?
5 Views