GitHub Enterprise website screenshot

GitHub Enterprise

GitHub Enterprise is GitHub's offering for organizations that need advanced security, compliance, identity, and scale on top of the GitHub platform. It ships in two flavors: GitHub Enterprise Cloud, a hosted multi-tenant service on api.github.com with enterprise-managed users and SAML SSO; and GitHub Enterprise Server (GHES), a self-hosted appliance with the same REST and GraphQL APIs served from a customer's domain at /api/v3 and /api/graphql. Both expose the full GitHub REST API for repositories, issues, pull requests, actions, packages, advanced security, audit log, SCIM, and admin operations, authenticated with personal access tokens or GitHub App tokens.

GitHub Enterprise publishes 9 APIs on the APIs.io network, including Actions API, Code Scanning API, Enterprise Admin API, and 6 more. Tagged areas include Source Control, DevOps, CI/CD, Code Hosting, and Enterprise.

GitHub Enterprise’s developer surface includes authentication, documentation, pricing, signup flow, engineering blog, and 6 more developer resources.

28.9/100 thin ▬ flat Agent 17/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
Source ControlDevOpsCI/CDCode HostingEnterpriseSelf-HostedSAML SSOSCIMAdvanced Security

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/github-enterprise: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 9

Individual APIs this provider publishes, each with its own machine-readable definition.

GitHub Enterprise Actions API

The Actions API from GitHub Enterprise — 2 operation(s) for actions.

GitHub Enterprise Code Scanning API

The Code Scanning API from GitHub Enterprise — 1 operation(s) for code scanning.

GitHub Enterprise Enterprise Admin API

The Enterprise Admin API from GitHub Enterprise — 1 operation(s) for enterprise admin.

GitHub Enterprise Issues API

The Issues API from GitHub Enterprise — 1 operation(s) for issues.

GitHub Enterprise Organizations API

The Organizations API from GitHub Enterprise — 1 operation(s) for organizations.

GitHub Enterprise Pull Requests API

The Pull Requests API from GitHub Enterprise — 1 operation(s) for pull requests.

GitHub Enterprise Repositories API

The Repositories API from GitHub Enterprise — 2 operation(s) for repositories.

GitHub Enterprise SCIM API

The SCIM API from GitHub Enterprise — 1 operation(s) for scim.

GitHub Enterprise Users API

The Users API from GitHub Enterprise — 2 operation(s) for users.

Scroll for all 9

Open Collections 11

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Scroll for all 11

GraphQL 1

GraphQL schemas published by this provider.

GitHub Enterprise GraphQL API

Hosted GitHub Enterprise Cloud REST API. Provides full access to repositories, issues, pull requests, GitHub Actions, packages, code scanning, secret scanning, Dependabot, audit...

GRAPHQL

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Github Enterprise Authentication

apiKey/http · 2 schemes

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Github Enterprise Agentic Access

17 operations · 5 acting

17 operations · 5 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Access & Security 1

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: github-enterprise
name: GitHub Enterprise
description: 'GitHub Enterprise is GitHub''s offering for organizations that need advanced security, compliance, identity,
  and scale on top of the GitHub platform. It ships in two flavors: GitHub Enterprise Cloud, a hosted multi-tenant service
  on api.github.com with enterprise-managed users and SAML SSO; and GitHub Enterprise Server (GHES), a self-hosted appliance
  with the same REST and GraphQL APIs served from a customer''s domain at /api/v3 and /api/graphql. Both expose the full GitHub
  REST API for repositories, issues, pull requests, actions, packages, advanced security, audit log, SCIM, and admin operations,
  authenticated with personal access tokens or GitHub App tokens.'
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/github-enterprise.png
tags:
- Source Control
- DevOps
- CI/CD
- Code Hosting
- Enterprise
- Self-Hosted
- SAML SSO
- SCIM
- Advanced Security
url: https://raw.githubusercontent.com/api-evangelist/github-enterprise/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.23'
apis:
- aid: github-enterprise:github-enterprise-actions-api
  name: GitHub Enterprise Actions API
  description: The Actions API from GitHub Enterprise — 2 operation(s) for actions.
  humanURL: https://docs.github.com/en/enterprise-cloud@latest/rest
  baseURL: https://api.github.com
  tags:
  - Actions
  properties:
  - type: OpenAPI
    url: openapi/github-enterprise-actions-api-openapi.yml
  - type: Documentation
    url: https://docs.github.com/en/enterprise-cloud@latest/rest
  - type: Authentication
    url: https://docs.github.com/en/enterprise-cloud@latest/rest/overview/authenticating-to-the-rest-api
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-cloud@latest/graphql
  - type: GraphQL
    url: graphql/github-enterprise-graphql.md
  - type: Documentation
    url: https://docs.github.com/en/enterprise-server@latest/rest
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-server@latest/graphql
- aid: github-enterprise:github-enterprise-code-scanning-api
  name: GitHub Enterprise Code Scanning API
  description: The Code Scanning API from GitHub Enterprise — 1 operation(s) for code scanning.
  humanURL: https://docs.github.com/en/enterprise-cloud@latest/rest
  baseURL: https://api.github.com
  tags:
  - Code Scanning
  properties:
  - type: OpenAPI
    url: openapi/github-enterprise-code-scanning-api-openapi.yml
  - type: Documentation
    url: https://docs.github.com/en/enterprise-cloud@latest/rest
  - type: Authentication
    url: https://docs.github.com/en/enterprise-cloud@latest/rest/overview/authenticating-to-the-rest-api
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-cloud@latest/graphql
  - type: GraphQL
    url: graphql/github-enterprise-graphql.md
  - type: Documentation
    url: https://docs.github.com/en/enterprise-server@latest/rest
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-server@latest/graphql
- aid: github-enterprise:github-enterprise-enterprise-admin-api
  name: GitHub Enterprise Enterprise Admin API
  description: The Enterprise Admin API from GitHub Enterprise — 1 operation(s) for enterprise admin.
  humanURL: https://docs.github.com/en/enterprise-cloud@latest/rest
  baseURL: https://api.github.com
  tags:
  - Enterprise-Admin
  tags_raw:
  - Enterprise Admin
  properties:
  - type: OpenAPI
    url: openapi/github-enterprise-enterprise-admin-api-openapi.yml
  - type: Documentation
    url: https://docs.github.com/en/enterprise-cloud@latest/rest
  - type: Authentication
    url: https://docs.github.com/en/enterprise-cloud@latest/rest/overview/authenticating-to-the-rest-api
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-cloud@latest/graphql
  - type: GraphQL
    url: graphql/github-enterprise-graphql.md
  - type: Documentation
    url: https://docs.github.com/en/enterprise-server@latest/rest
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-server@latest/graphql
- aid: github-enterprise:github-enterprise-issues-api
  name: GitHub Enterprise Issues API
  description: The Issues API from GitHub Enterprise — 1 operation(s) for issues.
  humanURL: https://docs.github.com/en/enterprise-cloud@latest/rest
  baseURL: https://api.github.com
  tags:
  - Issues
  properties:
  - type: OpenAPI
    url: openapi/github-enterprise-issues-api-openapi.yml
  - type: Documentation
    url: https://docs.github.com/en/enterprise-cloud@latest/rest
  - type: Authentication
    url: https://docs.github.com/en/enterprise-cloud@latest/rest/overview/authenticating-to-the-rest-api
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-cloud@latest/graphql
  - type: GraphQL
    url: graphql/github-enterprise-graphql.md
  - type: Documentation
    url: https://docs.github.com/en/enterprise-server@latest/rest
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-server@latest/graphql
- aid: github-enterprise:github-enterprise-organizations-api
  name: GitHub Enterprise Organizations API
  description: The Organizations API from GitHub Enterprise — 1 operation(s) for organizations.
  humanURL: https://docs.github.com/en/enterprise-cloud@latest/rest
  baseURL: https://api.github.com
  tags:
  - Organization
  tags_raw:
  - Organizations
  properties:
  - type: OpenAPI
    url: openapi/github-enterprise-organizations-api-openapi.yml
  - type: Documentation
    url: https://docs.github.com/en/enterprise-cloud@latest/rest
  - type: Authentication
    url: https://docs.github.com/en/enterprise-cloud@latest/rest/overview/authenticating-to-the-rest-api
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-cloud@latest/graphql
  - type: GraphQL
    url: graphql/github-enterprise-graphql.md
  - type: Documentation
    url: https://docs.github.com/en/enterprise-server@latest/rest
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-server@latest/graphql
- aid: github-enterprise:github-enterprise-pull-requests-api
  name: GitHub Enterprise Pull Requests API
  description: The Pull Requests API from GitHub Enterprise — 1 operation(s) for pull requests.
  humanURL: https://docs.github.com/en/enterprise-cloud@latest/rest
  baseURL: https://api.github.com
  tags:
  - Pull Requests
  properties:
  - type: OpenAPI
    url: openapi/github-enterprise-pull-requests-api-openapi.yml
  - type: Documentation
    url: https://docs.github.com/en/enterprise-cloud@latest/rest
  - type: Authentication
    url: https://docs.github.com/en/enterprise-cloud@latest/rest/overview/authenticating-to-the-rest-api
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-cloud@latest/graphql
  - type: GraphQL
    url: graphql/github-enterprise-graphql.md
  - type: Documentation
    url: https://docs.github.com/en/enterprise-server@latest/rest
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-server@latest/graphql
- aid: github-enterprise:github-enterprise-repositories-api
  name: GitHub Enterprise Repositories API
  description: The Repositories API from GitHub Enterprise — 2 operation(s) for repositories.
  humanURL: https://docs.github.com/en/enterprise-cloud@latest/rest
  baseURL: https://api.github.com
  tags:
  - Repositories
  properties:
  - type: OpenAPI
    url: openapi/github-enterprise-repositories-api-openapi.yml
  - type: Documentation
    url: https://docs.github.com/en/enterprise-cloud@latest/rest
  - type: Authentication
    url: https://docs.github.com/en/enterprise-cloud@latest/rest/overview/authenticating-to-the-rest-api
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-cloud@latest/graphql
  - type: GraphQL
    url: graphql/github-enterprise-graphql.md
  - type: Documentation
    url: https://docs.github.com/en/enterprise-server@latest/rest
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-server@latest/graphql
- aid: github-enterprise:github-enterprise-scim-api
  name: GitHub Enterprise SCIM API
  description: The SCIM API from GitHub Enterprise — 1 operation(s) for scim.
  humanURL: https://docs.github.com/en/enterprise-cloud@latest/rest
  baseURL: https://api.github.com
  tags:
  - SCIM
  properties:
  - type: OpenAPI
    url: openapi/github-enterprise-scim-api-openapi.yml
  - type: Documentation
    url: https://docs.github.com/en/enterprise-cloud@latest/rest
  - type: Authentication
    url: https://docs.github.com/en/enterprise-cloud@latest/rest/overview/authenticating-to-the-rest-api
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-cloud@latest/graphql
  - type: GraphQL
    url: graphql/github-enterprise-graphql.md
  - type: Documentation
    url: https://docs.github.com/en/enterprise-server@latest/rest
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-server@latest/graphql
- aid: github-enterprise:github-enterprise-users-api
  name: GitHub Enterprise Users API
  description: The Users API from GitHub Enterprise — 2 operation(s) for users.
  humanURL: https://docs.github.com/en/enterprise-cloud@latest/rest
  baseURL: https://api.github.com
  tags:
  - User
  tags_raw:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/github-enterprise-users-api-openapi.yml
  - type: Documentation
    url: https://docs.github.com/en/enterprise-cloud@latest/rest
  - type: Authentication
    url: https://docs.github.com/en/enterprise-cloud@latest/rest/overview/authenticating-to-the-rest-api
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-cloud@latest/graphql
  - type: GraphQL
    url: graphql/github-enterprise-graphql.md
  - type: Documentation
    url: https://docs.github.com/en/enterprise-server@latest/rest
  - type: GraphQL API
    url: https://docs.github.com/en/enterprise-server@latest/graphql
common:
- type: AgenticAccess
  url: agentic-access/github-enterprise-agentic-access.yml
- type: Authentication
  url: authentication/github-enterprise-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/showcase/github-enterprise
- type: Website
  url: https://github.com/enterprise
- type: Documentation
  url: https://docs.github.com/en/enterprise-cloud@latest
- type: Pricing
  url: https://github.com/enterprise/pricing
- type: Signup
  url: https://github.com/enterprise/contact
- type: StatusPage
  url: https://www.githubstatus.com
- type: OpenAPI Repository
  url: https://github.com/github/rest-api-description
- type: LlmsText
  url: https://docs.github.com/llms.txt
- type: Blog
  url: https://github.blog/feed/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-parent: github
x-relationship: product

Work with this as data

Every provider 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 providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • 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 provider
curl "https://apis.io/api/v1/providers/github-enterprise"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/github-enterprise/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/github-enterprise/evidence"

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.