Quay · Capability

Quay Container Registry API — Organization

Quay Container Registry API — Organization. 1 operations. Lead operation: Get organization details. Self-contained Naftiko capability covering one Quay business surface.

Run with Naftiko QuayOrganization

What You Can Do

GET
Getorganization — Get organization details
/v1/organization/{orgname}

MCP Tools

get-organization-details

Get organization details

read-only idempotent

Capability Spec

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