Kong · Capability

Konnect API - Go SDK — OpenMeter Entitlements

Konnect API - Go SDK — OpenMeter Entitlements. 1 operations. Lead operation: List customer entitlement access. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongOpenMeter Entitlements

What You Can Do

GET
Listcustomerentitlementaccess — List customer entitlement access
/v1/v3/openmeter/customers/{customerid}/entitlement-access

MCP Tools

list-customer-entitlement-access

List customer entitlement access

read-only idempotent

Capability Spec

konnect-platform-openmeter-entitlements.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — OpenMeter Entitlements
  description: 'Konnect API - Go SDK — OpenMeter Entitlements. 1 operations. Lead operation: List customer entitlement access.
    Self-contained Naftiko capability covering one Kong business surface.'
  tags:
  - Kong
  - OpenMeter Entitlements
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    KONG_API_KEY: KONG_API_KEY
capability:
  consumes:
  - type: http
    namespace: konnect-platform-openmeter-entitlements
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — OpenMeter Entitlements business capability. Self-contained, no shared references.
    resources:
    - name: v3-openmeter-customers-customerId-entitlement-access
      path: /v3/openmeter/customers/{customerId}/entitlement-access
      operations:
      - name: listcustomerentitlementaccess
        method: GET
        description: List customer entitlement access
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: customerId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-openmeter-entitlements-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — OpenMeter Entitlements. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v3/openmeter/customers/{customerid}/entitlement-access
      name: v3-openmeter-customers-customerid-entitlement-access
      description: REST surface for v3-openmeter-customers-customerId-entitlement-access.
      operations:
      - method: GET
        name: listcustomerentitlementaccess
        description: List customer entitlement access
        call: konnect-platform-openmeter-entitlements.listcustomerentitlementaccess
        with:
          customerId: rest.customerId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-openmeter-entitlements-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — OpenMeter Entitlements. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-customer-entitlement-access
      description: List customer entitlement access
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-openmeter-entitlements.listcustomerentitlementaccess
      with:
        customerId: tools.customerId
      outputParameters:
      - type: object
        mapping: $.