GitHub Copilot · Schema

CopilotBillingInfo

Copilot billing and subscription information for an organization, including seat breakdown and feature policy settings.

AgentsArtificial IntelligenceCode GenerationCode ReviewCoding AgentsCustom InstructionsDeveloper ToolsExtensionsIDEMachine-LearningMCPMetricsProductivity

Properties

Name Type Description
seat_breakdown object
seat_management_setting string How Copilot seats are managed for the organization.
ide_chat string Policy for Copilot Chat in IDEs.
platform_chat string Policy for Copilot Chat on github.com.
cli string Policy for Copilot in the CLI.
public_code_suggestions string Policy for suggestions matching public code.
plan_type string The Copilot plan type for the organization.
View JSON Schema on GitHub

JSON Schema

github-copilot-copilotbillinginfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CopilotBillingInfo",
  "title": "CopilotBillingInfo",
  "type": "object",
  "description": "Copilot billing and subscription information for an organization, including seat breakdown and feature policy settings.",
  "properties": {
    "seat_breakdown": {
      "$ref": "#/components/schemas/SeatBreakdown"
    },
    "seat_management_setting": {
      "type": "string",
      "description": "How Copilot seats are managed for the organization.",
      "enum": [
        "assign_all",
        "assign_selected",
        "disabled",
        "unconfigured"
      ],
      "example": "assign_all"
    },
    "ide_chat": {
      "type": "string",
      "description": "Policy for Copilot Chat in IDEs.",
      "enum": [
        "enabled",
        "disabled",
        "unconfigured"
      ],
      "example": "enabled"
    },
    "platform_chat": {
      "type": "string",
      "description": "Policy for Copilot Chat on github.com.",
      "enum": [
        "enabled",
        "disabled",
        "unconfigured"
      ],
      "example": "enabled"
    },
    "cli": {
      "type": "string",
      "description": "Policy for Copilot in the CLI.",
      "enum": [
        "enabled",
        "disabled",
        "unconfigured"
      ],
      "example": "enabled"
    },
    "public_code_suggestions": {
      "type": "string",
      "description": "Policy for suggestions matching public code.",
      "enum": [
        "allow",
        "block",
        "unconfigured"
      ],
      "example": "allow"
    },
    "plan_type": {
      "type": "string",
      "description": "The Copilot plan type for the organization.",
      "enum": [
        "business",
        "enterprise"
      ],
      "example": "business"
    }
  },
  "required": [
    "seat_breakdown",
    "seat_management_setting",
    "plan_type"
  ]
}

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/github-copilot-copilotbillinginfo"
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.