Vapi · Schema

CreateOrgDTO

Artificial IntelligenceVoiceAgentsReal-TimeCPaaS

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
subscriptionId string This is the ID of the subscription the org belongs to.
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
View JSON Schema on GitHub

JSON Schema

vapi-createorgdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateOrgDTO",
  "title": "CreateOrgDTO",
  "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
    },
    "subscriptionId": {
      "type": "string",
      "description": "This is the ID of the subscription the org belongs to."
    },
    "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"
        }
      ]
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vapi-createorgdto"
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 email required.

A second provider on the same verified email joins the account you already have.