Docker Hub website screenshot

Docker Hub

Docker Hub is the world's largest container image registry, providing a cloud-based service for finding, storing, sharing, and managing container images. It offers public and private repositories, automated builds, webhooks, and integrations with Docker tooling and CI/CD pipelines.

Docker Hub publishes 10 APIs on the APIs.io network, including access-tokens API, audit-logs API, authentication-api API, and 7 more. Tagged areas include Containers, DevOps, Docker, and Registry.

Docker Hub’s developer surface includes authentication, documentation, signup flow, pricing, changelog, engineering blog, support, and 14 more developer resources.

47.7/100 developing ▬ flat Agent 41/100 agent ready Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
10 APIs
ContainersDevOpsDockerRegistry

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 47.7/100 · developing
Contract Quality 13.5 / 25
Developer Ergonomics 5.2 / 20
Commercial Clarity 14.2 / 20
Operational Transparency 8.9 / 13
Governance 0.0 / 12
Discoverability 5.9 / 10
Agent readiness — 41/100 · agent ready
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 8 / 8
Request/Response Examples 7 / 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/docker-hub: 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 10

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

Docker Hub access-tokens API

The Personal Access Token endpoints lets you manage personal access tokens. For more information, see [Access Tokens](https://docs.docker.com/security/access-tokens/). You can u...

Docker Hub audit-logs API

The Audit Logs API endpoints allow you to query audit log events across a namespace. For more information, see [Audit Logs](https://docs.docker.com/admin/activity-logs/).

Docker Hub authentication-api API

The authentication endpoints allow you to authenticate with Docker Hub APIs. For more information, see [Authentication](#tag/authentication).

Docker Hub groups API

The groups endpoints allow you to manage your organization's teams and their members. For more information, see [Create and manage a team](https://docs.docker.com/admin/organiza...

Docker Hub invites API

The invites endpoints allow you to manage invites for users to join your Docker organization. For more information, see [Invite members](https://docs.docker.com/admin/organizati...

Docker Hub org-access-tokens API

The organization access token endpoints allow you to manage organization access tokens (OATs). See [Organization access tokens](https://docs.docker.com/security/for-admins/acces...

Docker Hub org-settings API

The Org Settings API endpoints allow you to manage your organization's settings.

Docker Hub orgs API

The organization endpoints allow you to interact with and manage your organizations. For more information, see [Organization administration overview](https://docs.docker.com/adm...

Docker Hub repositories API

The repository endpoints allow you to access your repository's tags.

Docker Hub scim API

SCIM is a provisioning system that lets you manage users within your identity provider (IdP). For more information, see [System for Cross-domain Identity management](https://doc...

Scroll for all 10

Open Collections 1

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

Docker HUB API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Docker Hub Rate Limits

5 limits

RATE LIMITS

FinOps 1

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

Security Posture 3

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

Docker Hub Authentication

http · 1 scheme

SECURITY

Docker Hub Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Docker Hub Vulnerability Disclosure

security.txt · contact published

SECURITY

Agentic Access 1

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

Docker Hub Agentic Access

54 operations · 27 acting

54 operations · 27 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

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 4

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: docker-hub
url: https://raw.githubusercontent.com/api-evangelist/docker-hub/refs/heads/main/apis.yml
apis:
- aid: docker-hub:docker-hub-access-tokens-api
  name: Docker Hub access-tokens API
  description: 'The Personal Access Token endpoints lets you manage personal access tokens. For more information, see [Access
    Tokens](https://docs.docker.com/security/access-tokens/).


    You can use a personal access token instead of a password in the [Docker CLI](https://docs.docker.com/engine/reference/commandline/cli/)
    or in the [Create an authentication token](#operation/PostUsersLogin) route to obtain a bearer token.


    ### Scopes


    For each scope grouping (in this case "repo"), you only need to define 1 scope as any lower scopes are assumed.

    For example: If you define `repo:write`, the API assumes the scope of both `repo:read` *and* `repo:public_read` as well.

    If you were to define both `repo:write` *and* `repo:read`, then `repo:read` is assumed by `repo:write` and ignored.


    ***Treat your personal access token like your password and keep it secret. You cannot retrieve your token after it is
    generated.***'
  humanURL: https://docs.docker.com/docker-hub/api/latest/
  baseURL: https://hub.docker.com/v2
  tags:
  - access-tokens
  properties:
  - type: OpenAPI
    url: openapi/docker-hub-access-tokens-api-openapi.yml
  - type: Documentation
    url: https://docs.docker.com/docker-hub/api/latest/
  - type: BaseURL
    url: https://hub.docker.com/v2
- aid: docker-hub:docker-hub-audit-logs-api
  name: Docker Hub audit-logs API
  description: 'The Audit Logs API endpoints allow you to query audit log events across a namespace.


    For more information, see [Audit Logs](https://docs.docker.com/admin/activity-logs/).'
  humanURL: https://docs.docker.com/docker-hub/api/latest/
  baseURL: https://hub.docker.com/v2
  tags:
  - audit-logs
  properties:
  - type: OpenAPI
    url: openapi/docker-hub-audit-logs-api-openapi.yml
  - type: Documentation
    url: https://docs.docker.com/docker-hub/api/latest/
  - type: BaseURL
    url: https://hub.docker.com/v2
- aid: docker-hub:docker-hub-authentication-api-api
  name: Docker Hub authentication-api API
  description: 'The authentication endpoints allow you to authenticate with Docker Hub APIs.


    For more information, see [Authentication](#tag/authentication).'
  humanURL: https://docs.docker.com/docker-hub/api/latest/
  baseURL: https://hub.docker.com/v2
  tags:
  - authentication-api
  properties:
  - type: OpenAPI
    url: openapi/docker-hub-authentication-api-api-openapi.yml
  - type: Documentation
    url: https://docs.docker.com/docker-hub/api/latest/
  - type: BaseURL
    url: https://hub.docker.com/v2
- aid: docker-hub:docker-hub-groups-api
  name: Docker Hub groups API
  description: 'The groups endpoints allow you to manage your organization''s teams and their members.


    For more information, see [Create and manage a team](https://docs.docker.com/admin/organization/manage/manage-a-team/).'
  humanURL: https://docs.docker.com/docker-hub/api/latest/
  baseURL: https://hub.docker.com/v2
  tags:
  - groups
  properties:
  - type: OpenAPI
    url: openapi/docker-hub-groups-api-openapi.yml
  - type: Documentation
    url: https://docs.docker.com/docker-hub/api/latest/
  - type: BaseURL
    url: https://hub.docker.com/v2
- aid: docker-hub:docker-hub-invites-api
  name: Docker Hub invites API
  description: 'The invites endpoints allow you to manage invites for users to join your Docker organization.


    For more information, see [Invite members](https://docs.docker.com/admin/organization/manage/members/#invite-members).'
  humanURL: https://docs.docker.com/docker-hub/api/latest/
  baseURL: https://hub.docker.com/v2
  tags:
  - invites
  properties:
  - type: OpenAPI
    url: openapi/docker-hub-invites-api-openapi.yml
  - type: Documentation
    url: https://docs.docker.com/docker-hub/api/latest/
  - type: BaseURL
    url: https://hub.docker.com/v2
- aid: docker-hub:docker-hub-org-access-tokens-api
  name: Docker Hub org-access-tokens API
  description: The organization access token endpoints allow you to manage organization access tokens (OATs). See [Organization
    access tokens](https://docs.docker.com/security/for-admins/access-tokens/) for more information.
  humanURL: https://docs.docker.com/docker-hub/api/latest/
  baseURL: https://hub.docker.com/v2
  tags:
  - org-access-tokens
  properties:
  - type: OpenAPI
    url: openapi/docker-hub-org-access-tokens-api-openapi.yml
  - type: Documentation
    url: https://docs.docker.com/docker-hub/api/latest/
  - type: BaseURL
    url: https://hub.docker.com/v2
- aid: docker-hub:docker-hub-org-settings-api
  name: Docker Hub org-settings API
  description: The Org Settings API endpoints allow you to manage your organization's settings.
  humanURL: https://docs.docker.com/docker-hub/api/latest/
  baseURL: https://hub.docker.com/v2
  tags:
  - org-settings
  properties:
  - type: OpenAPI
    url: openapi/docker-hub-org-settings-api-openapi.yml
  - type: Documentation
    url: https://docs.docker.com/docker-hub/api/latest/
  - type: BaseURL
    url: https://hub.docker.com/v2
- aid: docker-hub:docker-hub-orgs-api
  name: Docker Hub orgs API
  description: 'The organization endpoints allow you to interact with and manage your organizations.


    For more information, see [Organization administration overview](https://docs.docker.com/admin/organization/).'
  humanURL: https://docs.docker.com/docker-hub/api/latest/
  baseURL: https://hub.docker.com/v2
  tags:
  - orgs
  properties:
  - type: OpenAPI
    url: openapi/docker-hub-orgs-api-openapi.yml
  - type: Documentation
    url: https://docs.docker.com/docker-hub/api/latest/
  - type: BaseURL
    url: https://hub.docker.com/v2
- aid: docker-hub:docker-hub-repositories-api
  name: Docker Hub repositories API
  description: The repository endpoints allow you to access your repository's tags.
  humanURL: https://docs.docker.com/docker-hub/api/latest/
  baseURL: https://hub.docker.com/v2
  tags:
  - repositories
  properties:
  - type: OpenAPI
    url: openapi/docker-hub-repositories-api-openapi.yml
  - type: Documentation
    url: https://docs.docker.com/docker-hub/api/latest/
  - type: BaseURL
    url: https://hub.docker.com/v2
- aid: docker-hub:docker-hub-scim-api
  name: Docker Hub scim API
  description: 'SCIM is a provisioning system that lets you manage users within your identity provider (IdP).


    For more information, see [System for Cross-domain Identity management](https://docs.docker.com/security/for-admins/provisioning/scim/).'
  humanURL: https://docs.docker.com/docker-hub/api/latest/
  baseURL: https://hub.docker.com/v2
  tags:
  - scim
  properties:
  - type: OpenAPI
    url: openapi/docker-hub-scim-api-openapi.yml
  - type: Documentation
    url: https://docs.docker.com/docker-hub/api/latest/
  - type: BaseURL
    url: https://hub.docker.com/v2
name: Docker Hub
description: Docker Hub is the world's largest container image registry, providing a cloud-based service for finding, storing,
  sharing, and managing container images. It offers public and private repositories, automated builds, webhooks, and integrations
  with Docker tooling and CI/CD pipelines.
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/docker-hub.png
tags:
- Containers
- DevOps
- Docker
- Registry
type: Index
access: 3rd-Party
common:
- type: AgenticAccess
  url: agentic-access/docker-hub-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/docker-hub-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/docker-hub-domain-security.yml
- type: Authentication
  url: authentication/docker-hub-authentication.yml
- url: https://hub.docker.com/
  name: Docker Hub Website
  type: Website
- url: https://docs.docker.com/docker-hub/
  name: Documentation
  type: Documentation
- url: https://docs.docker.com/docker-hub/api/latest/
  name: API Documentation
  type: Documentation
- url: https://hub.docker.com/signup
  name: Sign Up
  type: Signup
- url: https://hub.docker.com/pricing
  name: Pricing
  type: Pricing
- url: https://docs.docker.com/docker-hub/release-notes/
  name: Release Notes
  type: ChangeLog
- url: https://www.docker.com/blog/
  name: Blog
  type: Blog
- url: https://www.docker.com/support/
  name: Support
  type: Support
- url: https://forums.docker.com/
  name: Community Forum
  type: Forums
- url: https://www.docker.com/legal/docker-terms-service/
  name: Terms of Service
  type: TermsOfService
- url: https://www.docker.com/legal/privacy/
  name: Privacy Policy
  type: PrivacyPolicy
- url: https://status.docker.com/
  name: Status Page
  type: StatusPage
- url: https://github.com/docker
  name: GitHub
  type: GitHub
- url: https://x.com/Docker
  name: X (Twitter)
  type: X
- url: https://www.linkedin.com/company/docker
  name: LinkedIn
  type: LinkedIn
- url: https://www.youtube.com/user/dockerrun
  name: YouTube
  type: YouTube
- type: LlmsText
  url: https://docs.docker.com/llms.txt
created: '2024-01-01'
modified: '2026-05-19'
specificationVersion: '0.19'