What is Docker Hub?
Docker Hub is a dev & code tool. With OSP.net, your AI agent connects to it directly so it can act on your behalf instead of just answering questions about it.
What your OSP agent can do with Docker Hub
- Search images across Docker Hub
- List a namespace's repositories
- Inspect a repo and list its tags (digests + freshness)
How to connect Docker Hub
- In Docker Hub, open Account Settings → Personal access tokens → Generate new token. Read-only is plenty for lookups. Copy it (dckr_pat_…, shown once). app.docker.com → Personal access tokens
- Paste the token here (and your username only if you want the agent to see your private repos), then Connect. Public image/tag lookups work either way. Docker Docs: access tokens
Security: A read-only PAT lets the agent inspect repos and tags but never push or change anything. The username is only used to reach private repos — omit it for public-only use. Revoke the token any time from the same Docker Hub page.
Related dev & code integrations
Frequently asked questions
- Can OSP.net connect to Docker Hub?
- Yes. Docker Hub is a native OSP.net integration — you bring your own Docker Hub key or token, paste it in your dashboard, and your agent restarts live.
- What can my OSP agent do with Docker Hub?
- Your agent searches Docker Hub and inspects repositories, tags and digests. Specifically: Search images across Docker Hub; List a namespace's repositories; Inspect a repo and list its tags (digests + freshness).
- Is Docker Hub a native integration or via the gateway?
- Docker Hub is a native, baked-in integration. You connect it with your own credentials, which are stored in an encrypted vault and injected only at runtime.
- Is my Docker Hub data secure with OSP.net?
- Yes. Your Docker Hub credentials live in an encrypted secrets vault, are injected only at container runtime, and are never written to disk in plaintext or used to train any model. Each customer runs in a fully isolated instance.