Vapi · Schema

GcpKey

Artificial IntelligenceVoiceAgentsReal-TimeCPaaS

Properties

Name Type Description
type string This is the type of the key. Most likely, this is "service_account".
projectId string This is the ID of the Google Cloud project associated with this key.
privateKeyId string This is the unique identifier for the private key.
privateKey string This is the private key in PEM format. Note: This is not returned in the API.
clientEmail string This is the email address associated with the service account.
clientId string This is the unique identifier for the client.
authUri string This is the URI for the auth provider's authorization endpoint.
tokenUri string This is the URI for the auth provider's token endpoint.
authProviderX509CertUrl string This is the URL of the public x509 certificate for the auth provider.
clientX509CertUrl string This is the URL of the public x509 certificate for the client.
universeDomain string This is the domain associated with the universe this service account belongs to.
View JSON Schema on GitHub

JSON Schema

vapi-gcpkey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GcpKey",
  "title": "GcpKey",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "This is the type of the key. Most likely, this is \"service_account\"."
    },
    "projectId": {
      "type": "string",
      "description": "This is the ID of the Google Cloud project associated with this key."
    },
    "privateKeyId": {
      "type": "string",
      "description": "This is the unique identifier for the private key."
    },
    "privateKey": {
      "type": "string",
      "description": "This is the private key in PEM format.\n\nNote: This is not returned in the API."
    },
    "clientEmail": {
      "type": "string",
      "description": "This is the email address associated with the service account."
    },
    "clientId": {
      "type": "string",
      "description": "This is the unique identifier for the client."
    },
    "authUri": {
      "type": "string",
      "description": "This is the URI for the auth provider's authorization endpoint."
    },
    "tokenUri": {
      "type": "string",
      "description": "This is the URI for the auth provider's token endpoint."
    },
    "authProviderX509CertUrl": {
      "type": "string",
      "description": "This is the URL of the public x509 certificate for the auth provider."
    },
    "clientX509CertUrl": {
      "type": "string",
      "description": "This is the URL of the public x509 certificate for the client."
    },
    "universeDomain": {
      "type": "string",
      "description": "This is the domain associated with the universe this service account belongs to."
    }
  },
  "required": [
    "type",
    "projectId",
    "privateKeyId",
    "privateKey",
    "clientEmail",
    "clientId",
    "authUri",
    "tokenUri",
    "authProviderX509CertUrl",
    "clientX509CertUrl",
    "universeDomain"
  ]
}

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-gcpkey"
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.