Quay website screenshot

Quay

Quay is a container image registry that enables you to build, store, distribute, and deploy container images with built-in security scanning, access controls, and automated build triggers. Available as a hosted service at Quay.io or as a self-hosted solution through Red Hat Quay.

Quay publishes 10 APIs on the APIs.io network, including Build API, Manifest API, Organization API, and 7 more. Tagged areas include Container Images, Containers, Red Hat, Registry, and Security Scanning.

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

Quay’s developer surface includes authentication, documentation, getting-started guide, pricing, engineering blog, signup flow, support, and 6 more developer resources.

42.6/100 developing ▬ flat Agent 28/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemiumSelf serve⚡ Free to try
1 APIs 1 MCP Servers
Container ImagesContainersRed HatRegistrySecurity Scanning

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/quay: 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 10

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

Quay Build API

Manage Dockerfile builds, build logs, build triggers, and build configuration.

Quay Manifest API

Inspect image manifests, manifest layers, and labels associated with a pushed image.

Quay Organization API

Manage Quay organizations, organization members, billing, application tokens, and organization-wide settings.

Quay Permission API

Manage user and team permissions on repositories.

Quay Repository API

Manage container image repositories including create, list, update, delete, visibility, descriptions, and metadata.

Quay Robot API

Manage robot accounts used for automated repository access including credentials and permissions.

Quay Security API

Retrieve vulnerability scan results for repository images.

Quay Tag API

Manage repository image tags including listing, restoring, expiring, and deleting tags.

Quay Team API

Manage organization teams, team membership, team roles, and team permissions on repositories.

Quay User API

Manage Quay user accounts, profile, starred repositories, and personal OAuth tokens.

Scroll for all 10

Open Collections 12

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

API Collection

OPEN COLLECTION

Scroll for all 12

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

MCP Server

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Quay Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Quay Rate Limits

5 limits

RATE LIMITS

FinOps 1

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

Quay Finops

FINOPS

Semantic Vocabularies 1

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

Quay Context

5 classes · 2 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Quay API Rules

5 rules · 3 warnings 2 info

SPECTRAL

JSON Schema 3

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

Quay Manifest Security Scan

2 properties

JSON SCHEMA

Quay Repository

11 properties

JSON SCHEMA

Quay Tag

9 properties

JSON SCHEMA

Security Posture 2

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

Quay Authentication

oauth2 · 1 scheme

SECURITY

Quay Domain Security

TLSv1.3 · HSTS

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Quay Scopes

6 scopes · authorizationCode

6 scopes

SCOPES

Agentic Access 1

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

Quay Agentic Access

16 operations · 8 acting

16 operations · 8 acting

AGENTIC

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

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

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: quay
name: Quay
description: Quay is a container image registry that enables you to build, store, distribute, and deploy container images
  with built-in security scanning, access controls, and automated build triggers. Available as a hosted service at Quay.io
  or as a self-hosted solution through Red Hat Quay.
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: 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/quay.png
tags:
- Container Images
- Containers
- Red Hat
- Registry
- Security Scanning
url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/apis.yml
created: '2026-03-26'
modified: '2026-05-19'
specificationVersion: '0.23'
apis:
- aid: quay:quay-build-api
  name: Quay Build API
  description: Manage Dockerfile builds, build logs, build triggers, and build configuration.
  humanURL: https://quay.io/
  baseURL: https://quay.io/api/v1
  tags:
  - Builds
  tags_raw:
  - Build
  properties:
  - type: OpenAPI
    url: openapi/quay-build-api-openapi.yml
  - type: Documentation
    url: https://docs.quay.io/
  - type: GettingStarted
    url: https://docs.quay.io/guides/
  - type: Pricing
    url: https://quay.io/plans/
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-ld/quay-context.jsonld
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-repository-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-tag-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-manifest-security-schema.json
- aid: quay:quay-manifest-api
  name: Quay Manifest API
  description: Inspect image manifests, manifest layers, and labels associated with a pushed image.
  humanURL: https://quay.io/
  baseURL: https://quay.io/api/v1
  tags:
  - Manifests
  tags_raw:
  - Manifest
  properties:
  - type: OpenAPI
    url: openapi/quay-manifest-api-openapi.yml
  - type: Documentation
    url: https://docs.quay.io/
  - type: GettingStarted
    url: https://docs.quay.io/guides/
  - type: Pricing
    url: https://quay.io/plans/
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-ld/quay-context.jsonld
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-repository-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-tag-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-manifest-security-schema.json
- aid: quay:quay-organization-api
  name: Quay Organization API
  description: Manage Quay organizations, organization members, billing, application tokens, and organization-wide settings.
  humanURL: https://quay.io/
  baseURL: https://quay.io/api/v1
  tags:
  - Organization
  properties:
  - type: OpenAPI
    url: openapi/quay-organization-api-openapi.yml
  - type: Documentation
    url: https://docs.quay.io/
  - type: GettingStarted
    url: https://docs.quay.io/guides/
  - type: Pricing
    url: https://quay.io/plans/
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-ld/quay-context.jsonld
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-repository-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-tag-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-manifest-security-schema.json
- aid: quay:quay-permission-api
  name: Quay Permission API
  description: Manage user and team permissions on repositories.
  humanURL: https://quay.io/
  baseURL: https://quay.io/api/v1
  tags:
  - Permission
  properties:
  - type: OpenAPI
    url: openapi/quay-permission-api-openapi.yml
  - type: Documentation
    url: https://docs.quay.io/
  - type: GettingStarted
    url: https://docs.quay.io/guides/
  - type: Pricing
    url: https://quay.io/plans/
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-ld/quay-context.jsonld
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-repository-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-tag-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-manifest-security-schema.json
- aid: quay:quay-repository-api
  name: Quay Repository API
  description: Manage container image repositories including create, list, update, delete, visibility, descriptions, and metadata.
  humanURL: https://quay.io/
  baseURL: https://quay.io/api/v1
  tags:
  - Repository
  properties:
  - type: OpenAPI
    url: openapi/quay-repository-api-openapi.yml
  - type: Documentation
    url: https://docs.quay.io/
  - type: GettingStarted
    url: https://docs.quay.io/guides/
  - type: Pricing
    url: https://quay.io/plans/
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-ld/quay-context.jsonld
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-repository-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-tag-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-manifest-security-schema.json
- aid: quay:quay-robot-api
  name: Quay Robot API
  description: Manage robot accounts used for automated repository access including credentials and permissions.
  humanURL: https://quay.io/
  baseURL: https://quay.io/api/v1
  tags:
  - Robot
  properties:
  - type: OpenAPI
    url: openapi/quay-robot-api-openapi.yml
  - type: Documentation
    url: https://docs.quay.io/
  - type: GettingStarted
    url: https://docs.quay.io/guides/
  - type: Pricing
    url: https://quay.io/plans/
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-ld/quay-context.jsonld
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-repository-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-tag-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-manifest-security-schema.json
- aid: quay:quay-security-api
  name: Quay Security API
  description: Retrieve vulnerability scan results for repository images.
  humanURL: https://quay.io/
  baseURL: https://quay.io/api/v1
  tags:
  - Security
  properties:
  - type: OpenAPI
    url: openapi/quay-security-api-openapi.yml
  - type: Documentation
    url: https://docs.quay.io/
  - type: GettingStarted
    url: https://docs.quay.io/guides/
  - type: Pricing
    url: https://quay.io/plans/
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-ld/quay-context.jsonld
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-repository-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-tag-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-manifest-security-schema.json
- aid: quay:quay-tag-api
  name: Quay Tag API
  description: Manage repository image tags including listing, restoring, expiring, and deleting tags.
  humanURL: https://quay.io/
  baseURL: https://quay.io/api/v1
  tags:
  - Tag
  properties:
  - type: OpenAPI
    url: openapi/quay-tag-api-openapi.yml
  - type: Documentation
    url: https://docs.quay.io/
  - type: GettingStarted
    url: https://docs.quay.io/guides/
  - type: Pricing
    url: https://quay.io/plans/
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-ld/quay-context.jsonld
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-repository-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-tag-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-manifest-security-schema.json
- aid: quay:quay-team-api
  name: Quay Team API
  description: Manage organization teams, team membership, team roles, and team permissions on repositories.
  humanURL: https://quay.io/
  baseURL: https://quay.io/api/v1
  tags:
  - Team
  properties:
  - type: OpenAPI
    url: openapi/quay-team-api-openapi.yml
  - type: Documentation
    url: https://docs.quay.io/
  - type: GettingStarted
    url: https://docs.quay.io/guides/
  - type: Pricing
    url: https://quay.io/plans/
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-ld/quay-context.jsonld
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-repository-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-tag-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-manifest-security-schema.json
- aid: quay:quay-user-api
  name: Quay User API
  description: Manage Quay user accounts, profile, starred repositories, and personal OAuth tokens.
  humanURL: https://quay.io/
  baseURL: https://quay.io/api/v1
  tags:
  - User
  properties:
  - type: OpenAPI
    url: openapi/quay-user-api-openapi.yml
  - type: Documentation
    url: https://docs.quay.io/
  - type: GettingStarted
    url: https://docs.quay.io/guides/
  - type: Pricing
    url: https://quay.io/plans/
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-ld/quay-context.jsonld
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-repository-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-tag-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/quay/refs/heads/main/json-schema/quay-manifest-security-schema.json
common:
- type: AgenticAccess
  url: agentic-access/quay-agentic-access.yml
- type: DomainSecurity
  url: security/quay-domain-security.yml
- type: Authentication
  url: authentication/quay-authentication.yml
- type: OAuthScopes
  url: scopes/quay-scopes.yml
- type: Website
  url: https://quay.io/
- type: Documentation
  url: https://docs.quay.io/
- type: GettingStarted
  url: https://docs.quay.io/guides/
- type: GitHubOrganization
  url: https://github.com/quay
- type: Pricing
  url: https://quay.io/plans/
- type: Blog
  url: https://www.redhat.com/en/blog
- type: Signup
  url: https://quay.io/signin/
- type: Support
  url: https://access.redhat.com/products/red-hat-quay/
- name: MCP Server
  url: https://github.com/quay/quay-mcp-server
  type: MCPServer
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

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/quay"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/quay/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/quay/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.