Docker Hub logo
AI agent integrationDocker Hub

Docker Hub integration for multiplayer collaboration with AI agents using Claude Code or Codex

One governed connection your whole team and its AI agents can share, with approved actions and human review, so working in Docker Hub never means pasting credentials into a prompt.

Use Docker Hub from Claude Code

Bring Docker Hub context into engineering work while Type keeps app access attached to the teammate and workspace.

Automate Docker Hub with Codex

Let coding agents ask for the right app action, preserve conversation context, and keep humans in the approval loop.

Connect open agent workflows

Use Type as the collaboration layer around OpenClaw and other LLM workflows that need app access.

Developer Tools & IT

What the Docker Hub integration exposes

Docker Hub is a service provided by Docker for finding and sharing container images with your team.

One connection, many teammates

Connect Docker Hub once, then decide which teammates can use it for threads, automations, skills, and coding work.

Representative actions

  • Add Organization Member

    Invite a user to join a Docker Hub organization. Sends an invitation email to the specified user (by Docker ID or email). The user must accept the invitation to become a member. Requires owner or admin privileges on the target organization.

  • Create Docker Hub Organization

    Create a new Docker Hub organization. Note: This endpoint requires JWT authentication obtained via /v2/users/login and may have restricted access.

  • Create Docker Hub Repository

    Creates a new Docker Hub repository under the specified namespace. Use this to programmatically create public or private repositories for storing Docker images. Requires proper authentication with write permissions to the namespace.

  • Create Docker Hub Webhook

    Create a webhook on a Docker Hub repository to receive notifications on image push events. This is a two-step process: 1. Create the webhook with a name 2. Add a hook URL to the webhook Requires admin permissions on the repository.

  • Delete Repository Images

    Delete one or more images from your Docker Hub namespace using the bulk delete API. IMPORTANT REQUIREMENTS: - You must own the namespace (your username or an organization you admin) - You cannot delete images from 'library' (official Docker images) - Images are identified by SHA256 digest (get from LIST_IMAGES action) USAGE: 1. First use LIST_IMAGES to get image digests for your repository 2. Then call this action with the namespace, repository, and digest(s) Example: DELETE_IMAGE( namespace="myusername", manifests=[{"repository": "myapp", "digest": "sha256:abc123..."}] ). WARNING: Deletion is permanent and irreversible — obtain explicit user confirmation before calling this action.

Connection

API and auth details

Docker Hub exposes OpenAPI-documented endpoints for repositories, namespaces, teams, users, access tokens, images, tags, automated builds, rate limits, and registry metadata. Integrations can automate container-image discovery, repository management, tag inspection, and CI/CD publishing workflows.

FAQ

Questions people ask before connecting Docker Hub

Can Claude Code use Docker Hub?

Yes. Type lets an AI teammate use connected Docker Hub actions from a governed workspace context, so Claude Code work can reference the app without copying credentials into a local prompt.

Can Codex work with Docker Hub through Type?

Yes. Codex can collaborate through Type with app context, skills, and approved actions. The Docker Hub catalog entry includes public integration details and example capabilities where available.

Is this the same as a Docker Hub MCP server?

Type exposes connected app capabilities to AI teammates and coding agents through Type's integration layer. Teams use it when they want shared app access, human review, and teammate-level permissions around agent work.

More developer tools & it apps for AI teammates