JupyterHub website screenshot

JupyterHub

JupyterHub is a multi-user server for Jupyter notebooks. It manages authentication, spawns and proxies multiple instances of the single-user Jupyter notebook server, and exposes a REST API for managing users, groups, services, tokens, and the proxy.

JupyterHub publishes 11 APIs on the APIs.io network, including Activity API, Admin API, Authorizations API, and 8 more. Tagged areas include Authentication, Data Science, Education, Hub, and Multi-User.

The JupyterHub catalog on APIs.io includes 1 JSON-LD context and 1 Spectral governance ruleset.

JupyterHub’s developer surface includes authentication, documentation, getting-started guide, engineering blog, and 11 more developer resources.

50.2/100 developing ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
11 APIs
AuthenticationData ScienceEducationHubMulti-UserNotebooksOAuth2Python

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 50.2/100 · developing
Contract Quality 16.7 / 25
Developer Ergonomics 7.4 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 7.0 / 12
Discoverability 6.5 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/jupyterhub: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 11

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

JupyterHub Activity API

User activity reporting.

JupyterHub Admin API

Administrative operations.

JupyterHub Authorizations API

Token and cookie verification.

JupyterHub General API

Hub identity and information.

JupyterHub Groups API

User group management.

JupyterHub OAuth2 API

OAuth2 authorization endpoints.

JupyterHub Proxy API

Configurable HTTP proxy management.

JupyterHub Servers API

Single-user server lifecycle.

JupyterHub Services API

Hub-managed services.

JupyterHub Tokens API

API token management for users.

JupyterHub Users API

User account management.

Scroll for all 11

Open Collections 1

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

JupyterHub REST API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Jupyterhub Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Jupyterhub Context

9 classes · 0 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

JupyterHub API Rules

5 rules · 4 warnings 1 info

SPECTRAL

JSON Schema 3

Standalone JSON Schema definitions for this provider's data models.

JupyterHub Group

4 properties

JSON SCHEMA

JupyterHub Server

10 properties

JSON SCHEMA

JupyterHub User

9 properties

JSON SCHEMA

Security Posture 3

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

Jupyterhub Authentication

apiKey/oauth2 · 2 schemes

SECURITY

Jupyterhub Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Jupyterhub Vulnerability Disclosure

security.txt · contact published

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Jupyterhub Scopes

9 scopes · authorizationCode

9 scopes

SCOPES

Agentic Access 1

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

Jupyterhub Agentic Access

35 operations · 21 acting · 4 human-in-the-loop

35 operations · 21 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

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

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: jupyterhub
name: JupyterHub
description: JupyterHub is a multi-user server for Jupyter notebooks. It manages authentication, spawns and proxies multiple
  instances of the single-user Jupyter notebook server, and exposes a REST API for managing users, groups, services, tokens,
  and the proxy.
type: Index
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/jupyterhub.png
tags:
- Authentication
- Data Science
- Education
- Hub
- Multi-User
- Notebooks
- OAuth2
- Python
url: https://raw.githubusercontent.com/api-evangelist/jupyterhub/refs/heads/main/apis.yml
created: '2024-01-01'
modified: '2026-05-19'
specificationVersion: '0.19'
apis:
- aid: jupyterhub:jupyterhub-activity-api
  name: JupyterHub Activity API
  description: User activity reporting.
  humanURL: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  baseURL: http://localhost:8000/hub/api
  tags:
  - Activity
  properties:
  - type: OpenAPI
    url: openapi/jupyterhub-activity-api-openapi.yml
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
  - type: Authentication
    url: https://jupyterhub.readthedocs.io/en/stable/rbac/index.html
  - type: JSONSchema
    url: json-schema/jupyterhub-user.json
  - type: JSONSchema
    url: json-schema/jupyterhub-server.json
  - type: JSONSchema
    url: json-schema/jupyterhub-group.json
  - type: JSONLDContext
    url: json-ld/jupyterhub-context.jsonld
- aid: jupyterhub:jupyterhub-admin-api
  name: JupyterHub Admin API
  description: Administrative operations.
  humanURL: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  baseURL: http://localhost:8000/hub/api
  tags:
  - Admin
  properties:
  - type: OpenAPI
    url: openapi/jupyterhub-admin-api-openapi.yml
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
  - type: Authentication
    url: https://jupyterhub.readthedocs.io/en/stable/rbac/index.html
  - type: JSONSchema
    url: json-schema/jupyterhub-user.json
  - type: JSONSchema
    url: json-schema/jupyterhub-server.json
  - type: JSONSchema
    url: json-schema/jupyterhub-group.json
  - type: JSONLDContext
    url: json-ld/jupyterhub-context.jsonld
- aid: jupyterhub:jupyterhub-authorizations-api
  name: JupyterHub Authorizations API
  description: Token and cookie verification.
  humanURL: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  baseURL: http://localhost:8000/hub/api
  tags:
  - Authorizations
  properties:
  - type: OpenAPI
    url: openapi/jupyterhub-authorizations-api-openapi.yml
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
  - type: Authentication
    url: https://jupyterhub.readthedocs.io/en/stable/rbac/index.html
  - type: JSONSchema
    url: json-schema/jupyterhub-user.json
  - type: JSONSchema
    url: json-schema/jupyterhub-server.json
  - type: JSONSchema
    url: json-schema/jupyterhub-group.json
  - type: JSONLDContext
    url: json-ld/jupyterhub-context.jsonld
- aid: jupyterhub:jupyterhub-general-api
  name: JupyterHub General API
  description: Hub identity and information.
  humanURL: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  baseURL: http://localhost:8000/hub/api
  tags:
  - General
  properties:
  - type: OpenAPI
    url: openapi/jupyterhub-general-api-openapi.yml
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
  - type: Authentication
    url: https://jupyterhub.readthedocs.io/en/stable/rbac/index.html
  - type: JSONSchema
    url: json-schema/jupyterhub-user.json
  - type: JSONSchema
    url: json-schema/jupyterhub-server.json
  - type: JSONSchema
    url: json-schema/jupyterhub-group.json
  - type: JSONLDContext
    url: json-ld/jupyterhub-context.jsonld
- aid: jupyterhub:jupyterhub-groups-api
  name: JupyterHub Groups API
  description: User group management.
  humanURL: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  baseURL: http://localhost:8000/hub/api
  tags:
  - Groups
  properties:
  - type: OpenAPI
    url: openapi/jupyterhub-groups-api-openapi.yml
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
  - type: Authentication
    url: https://jupyterhub.readthedocs.io/en/stable/rbac/index.html
  - type: JSONSchema
    url: json-schema/jupyterhub-user.json
  - type: JSONSchema
    url: json-schema/jupyterhub-server.json
  - type: JSONSchema
    url: json-schema/jupyterhub-group.json
  - type: JSONLDContext
    url: json-ld/jupyterhub-context.jsonld
- aid: jupyterhub:jupyterhub-oauth2-api
  name: JupyterHub OAuth2 API
  description: OAuth2 authorization endpoints.
  humanURL: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  baseURL: http://localhost:8000/hub/api
  tags:
  - OAuth2
  properties:
  - type: OpenAPI
    url: openapi/jupyterhub-oauth2-api-openapi.yml
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
  - type: Authentication
    url: https://jupyterhub.readthedocs.io/en/stable/rbac/index.html
  - type: JSONSchema
    url: json-schema/jupyterhub-user.json
  - type: JSONSchema
    url: json-schema/jupyterhub-server.json
  - type: JSONSchema
    url: json-schema/jupyterhub-group.json
  - type: JSONLDContext
    url: json-ld/jupyterhub-context.jsonld
- aid: jupyterhub:jupyterhub-proxy-api
  name: JupyterHub Proxy API
  description: Configurable HTTP proxy management.
  humanURL: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  baseURL: http://localhost:8000/hub/api
  tags:
  - Proxy
  properties:
  - type: OpenAPI
    url: openapi/jupyterhub-proxy-api-openapi.yml
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
  - type: Authentication
    url: https://jupyterhub.readthedocs.io/en/stable/rbac/index.html
  - type: JSONSchema
    url: json-schema/jupyterhub-user.json
  - type: JSONSchema
    url: json-schema/jupyterhub-server.json
  - type: JSONSchema
    url: json-schema/jupyterhub-group.json
  - type: JSONLDContext
    url: json-ld/jupyterhub-context.jsonld
- aid: jupyterhub:jupyterhub-servers-api
  name: JupyterHub Servers API
  description: Single-user server lifecycle.
  humanURL: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  baseURL: http://localhost:8000/hub/api
  tags:
  - Servers
  properties:
  - type: OpenAPI
    url: openapi/jupyterhub-servers-api-openapi.yml
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
  - type: Authentication
    url: https://jupyterhub.readthedocs.io/en/stable/rbac/index.html
  - type: JSONSchema
    url: json-schema/jupyterhub-user.json
  - type: JSONSchema
    url: json-schema/jupyterhub-server.json
  - type: JSONSchema
    url: json-schema/jupyterhub-group.json
  - type: JSONLDContext
    url: json-ld/jupyterhub-context.jsonld
- aid: jupyterhub:jupyterhub-services-api
  name: JupyterHub Services API
  description: Hub-managed services.
  humanURL: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  baseURL: http://localhost:8000/hub/api
  tags:
  - Services
  properties:
  - type: OpenAPI
    url: openapi/jupyterhub-services-api-openapi.yml
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
  - type: Authentication
    url: https://jupyterhub.readthedocs.io/en/stable/rbac/index.html
  - type: JSONSchema
    url: json-schema/jupyterhub-user.json
  - type: JSONSchema
    url: json-schema/jupyterhub-server.json
  - type: JSONSchema
    url: json-schema/jupyterhub-group.json
  - type: JSONLDContext
    url: json-ld/jupyterhub-context.jsonld
- aid: jupyterhub:jupyterhub-tokens-api
  name: JupyterHub Tokens API
  description: API token management for users.
  humanURL: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  baseURL: http://localhost:8000/hub/api
  tags:
  - Tokens
  properties:
  - type: OpenAPI
    url: openapi/jupyterhub-tokens-api-openapi.yml
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
  - type: Authentication
    url: https://jupyterhub.readthedocs.io/en/stable/rbac/index.html
  - type: JSONSchema
    url: json-schema/jupyterhub-user.json
  - type: JSONSchema
    url: json-schema/jupyterhub-server.json
  - type: JSONSchema
    url: json-schema/jupyterhub-group.json
  - type: JSONLDContext
    url: json-ld/jupyterhub-context.jsonld
- aid: jupyterhub:jupyterhub-users-api
  name: JupyterHub Users API
  description: User account management.
  humanURL: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  baseURL: http://localhost:8000/hub/api
  tags:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/jupyterhub-users-api-openapi.yml
  - type: Documentation
    url: https://jupyterhub.readthedocs.io/en/stable/reference/rest-api.html
  - type: Repository
    url: https://github.com/jupyterhub/jupyterhub
  - type: Authentication
    url: https://jupyterhub.readthedocs.io/en/stable/rbac/index.html
  - type: JSONSchema
    url: json-schema/jupyterhub-user.json
  - type: JSONSchema
    url: json-schema/jupyterhub-server.json
  - type: JSONSchema
    url: json-schema/jupyterhub-group.json
  - type: JSONLDContext
    url: json-ld/jupyterhub-context.jsonld
common:
- type: AgenticAccess
  url: agentic-access/jupyterhub-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/jupyterhub-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/jupyterhub-domain-security.yml
- type: Authentication
  url: authentication/jupyterhub-authentication.yml
- type: OAuthScopes
  url: scopes/jupyterhub-scopes.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/project-jupyter
- type: Website
  url: https://jupyter.org/hub
- type: Documentation
  url: https://jupyterhub.readthedocs.io/
- type: GettingStarted
  url: https://jupyterhub.readthedocs.io/en/stable/tutorial/quickstart.html
- type: Installation
  url: https://jupyterhub.readthedocs.io/en/stable/installation-guide.html
- type: GitHubOrganization
  url: https://github.com/jupyterhub
- type: Repository
  url: https://github.com/jupyterhub/jupyterhub
- type: Community
  url: https://discourse.jupyter.org/c/jupyterhub
- type: License
  url: https://github.com/jupyterhub/jupyterhub/blob/main/COPYING.md
- url: https://blog.jupyter.org/feed
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
  url: https://apievangelist.com