Quay · Capability

Quay Container Registry API — Manifest

Quay Container Registry API — Manifest. 1 operations. Lead operation: Get manifest by digest. Self-contained Naftiko capability covering one Quay business surface.

Run with Naftiko QuayManifest

What You Can Do

GET
Getmanifest — Get manifest by digest
/v1/repository/{repository}/manifest/{manifestref}

MCP Tools

get-manifest-digest

Get manifest by digest

read-only idempotent

Capability Spec

quay-manifest.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Quay Container Registry API — Manifest
  description: 'Quay Container Registry API — Manifest. 1 operations. Lead operation: Get manifest by digest. Self-contained
    Naftiko capability covering one Quay business surface.'
  tags:
  - Quay
  - Manifest
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    QUAY_API_KEY: QUAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: quay-manifest
    baseUri: https://quay.io/api/v1
    description: Quay Container Registry API — Manifest business capability. Self-contained, no shared references.
    resources:
    - name: repository-repository-manifest-manifestref
      path: /repository/{repository}/manifest/{manifestref}
      operations:
      - name: getmanifest
        method: GET
        description: Get manifest by digest
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: repository
          in: path
          type: string
          required: true
        - name: manifestref
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.QUAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: quay-manifest-rest
    port: 8080
    description: REST adapter for Quay Container Registry API — Manifest. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/repository/{repository}/manifest/{manifestref}
      name: repository-repository-manifest-manifestref
      description: REST surface for repository-repository-manifest-manifestref.
      operations:
      - method: GET
        name: getmanifest
        description: Get manifest by digest
        call: quay-manifest.getmanifest
        with:
          repository: rest.repository
          manifestref: rest.manifestref
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: quay-manifest-mcp
    port: 9090
    transport: http
    description: MCP adapter for Quay Container Registry API — Manifest. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-manifest-digest
      description: Get manifest by digest
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: quay-manifest.getmanifest
      with:
        repository: tools.repository
        manifestref: tools.manifestref
      outputParameters:
      - type: object
        mapping: $.