Properties
| Name | Type | Description |
|---|---|---|
| hipaaEnabled | boolean | When this is enabled, logs, recordings, and transcriptions will be stored in HIPAA-compliant storage. Defaults to false. When HIPAA is enabled, only HIPAA-compliant providers will be available for LLM |
| subscription | object | |
| subscriptionId | string | This is the ID of the subscription the org belongs to. |
| id | string | This is the unique identifier for the org. |
| createdAt | string | This is the ISO 8601 date-time string of when the org was created. |
| updatedAt | string | This is the ISO 8601 date-time string of when the org was last updated. |
| stripeSubscriptionId | string | This is the subscription for the org. |
| stripeSubscriptionItemId | string | This is the subscription's subscription item. |
| stripeSubscriptionCurrentPeriodStart | string | This is the subscription's current period start. |
| stripeSubscriptionStatus | string | This is the subscription's status. |
| jwtSecret | string | This is the secret key used for signing JWT tokens for the org. |
| minutesUsed | number | This is the total number of call minutes used by this org across all time. |
| name | string | This is the name of the org. This is just for your own reference. |
| channel | string | This is the channel of the org. There is the cluster the API traffic for the org will be directed. |
| billingLimit | number | This is the monthly billing limit for the org. To go beyond $1000/mo, please contact us at support@vapi.ai. |
| server | object | This is where Vapi will send webhooks. You can find all webhooks available along with their shape in ServerMessage schema. The order of precedence is: 1. assistant.server 2. phoneNumber.server 3. org. |
| concurrencyLimit | number | This is the concurrency limit for the org. This is the maximum number of calls that can be active at any given time. To go beyond 10, please contact us at support@vapi.ai. |
| compliancePlan | object | Stores the information about the compliance plan enforced at the organization level. Currently pciEnabled is supported through this field. When this is enabled, any logs, recordings, or transcriptions |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Org",
"title": "Org",
"type": "object",
"properties": {
"hipaaEnabled": {
"type": "boolean",
"description": "When this is enabled, logs, recordings, and transcriptions will be stored in HIPAA-compliant storage. Defaults to false.\nWhen HIPAA is enabled, only HIPAA-compliant providers will be available for LLM, Voice, and Transcriber respectively.\nThis is due to the compliance requirements of HIPAA. Other providers may not meet these requirements.",
"example": false
},
"subscription": {
"$ref": "#/components/schemas/Subscription"
},
"subscriptionId": {
"type": "string",
"description": "This is the ID of the subscription the org belongs to."
},
"id": {
"type": "string",
"description": "This is the unique identifier for the org."
},
"createdAt": {
"format": "date-time",
"type": "string",
"description": "This is the ISO 8601 date-time string of when the org was created."
},
"updatedAt": {
"format": "date-time",
"type": "string",
"description": "This is the ISO 8601 date-time string of when the org was last updated."
},
"stripeSubscriptionId": {
"type": "string",
"description": "This is the subscription for the org."
},
"stripeSubscriptionItemId": {
"type": "string",
"description": "This is the subscription's subscription item."
},
"stripeSubscriptionCurrentPeriodStart": {
"format": "date-time",
"type": "string",
"description": "This is the subscription's current period start."
},
"stripeSubscriptionStatus": {
"type": "string",
"description": "This is the subscription's status."
},
"jwtSecret": {
"type": "string",
"description": "This is the secret key used for signing JWT tokens for the org."
},
"minutesUsed": {
"type": "number",
"description": "This is the total number of call minutes used by this org across all time."
},
"name": {
"type": "string",
"description": "This is the name of the org. This is just for your own reference.",
"maxLength": 40
},
"channel": {
"type": "string",
"description": "This is the channel of the org. There is the cluster the API traffic for the org will be directed.",
"enum": [
"daily",
"default",
"weekly",
"intuit",
"hcs"
]
},
"billingLimit": {
"type": "number",
"description": "This is the monthly billing limit for the org. To go beyond $1000/mo, please contact us at support@vapi.ai.",
"minimum": 0,
"maximum": 1000
},
"server": {
"description": "This is where Vapi will send webhooks. You can find all webhooks available along with their shape in ServerMessage schema.\n\nThe order of precedence is:\n\n1. assistant.server\n2. phoneNumber.server\n3. org.server",
"allOf": [
{
"$ref": "#/components/schemas/Server"
}
]
},
"concurrencyLimit": {
"type": "number",
"description": "This is the concurrency limit for the org. This is the maximum number of calls that can be active at any given time. To go beyond 10, please contact us at support@vapi.ai.",
"deprecated": true,
"minimum": 1,
"maximum": 10
},
"compliancePlan": {
"description": "Stores the information about the compliance plan enforced at the organization level. Currently pciEnabled is supported through this field.\nWhen this is enabled, any logs, recordings, or transcriptions will be shipped to the customer endpoints if provided else lost.\nAt the end of the call, you will receive an end-of-call-report message to store on your server, if webhook is provided.\nDefaults to false.\nWhen PCI is enabled, only PCI-compliant Providers will be available for LLM, Voice and transcribers.\nThis is due to the compliance requirements of PCI. Other providers may not meet these requirements.",
"allOf": [
{
"$ref": "#/components/schemas/CompliancePlan"
}
]
}
},
"required": [
"id",
"createdAt",
"updatedAt"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vapi-org"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.