Humanitec · Capability

Humanitec API — HumanitecPublicKeys

Humanitec API — HumanitecPublicKeys. 1 operations. Lead operation: List all the public keys Humanitec shares with an organization.. Self-contained Naftiko capability covering one Humanitec business surface.

Run with Naftiko HumanitecHumanitecPublicKeys

What You Can Do

GET
Listhumanitecpublickeys — List all the public keys Humanitec shares with an organization.
/v1/orgs/{orgid}/humanitec-keys

MCP Tools

list-all-public-keys-humanitec

List all the public keys Humanitec shares with an organization.

read-only idempotent

Capability Spec

humanitec-humanitecpublickeys.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Humanitec API — HumanitecPublicKeys
  description: 'Humanitec API — HumanitecPublicKeys. 1 operations. Lead operation: List all the public keys Humanitec shares
    with an organization.. Self-contained Naftiko capability covering one Humanitec business surface.'
  tags:
  - Humanitec
  - HumanitecPublicKeys
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUMANITEC_API_KEY: HUMANITEC_API_KEY
capability:
  consumes:
  - type: http
    namespace: humanitec-humanitecpublickeys
    baseUri: https://api.humanitec.io
    description: Humanitec API — HumanitecPublicKeys business capability. Self-contained, no shared references.
    resources:
    - name: orgs-orgId-humanitec-keys
      path: /orgs/{orgId}/humanitec-keys
      operations:
      - name: listhumanitecpublickeys
        method: GET
        description: List all the public keys Humanitec shares with an organization.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgId
          in: path
          type: string
          description: The organization ID.
          required: true
        - name: active
          in: query
          type: boolean
          description: If set to true, the response includes only the active key, if set to false only non-active keys, otherwise
            both active and non-active keys.
  exposes:
  - type: rest
    namespace: humanitec-humanitecpublickeys-rest
    port: 8080
    description: REST adapter for Humanitec API — HumanitecPublicKeys. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/orgs/{orgid}/humanitec-keys
      name: orgs-orgid-humanitec-keys
      description: REST surface for orgs-orgId-humanitec-keys.
      operations:
      - method: GET
        name: listhumanitecpublickeys
        description: List all the public keys Humanitec shares with an organization.
        call: humanitec-humanitecpublickeys.listhumanitecpublickeys
        with:
          orgId: rest.orgId
          active: rest.active
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: humanitec-humanitecpublickeys-mcp
    port: 9090
    transport: http
    description: MCP adapter for Humanitec API — HumanitecPublicKeys. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-all-public-keys-humanitec
      description: List all the public keys Humanitec shares with an organization.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: humanitec-humanitecpublickeys.listhumanitecpublickeys
      with:
        orgId: tools.orgId
        active: tools.active
      outputParameters:
      - type: object
        mapping: $.