Kong · Capability

Konnect API - Go SDK — Event Gateway Static Keys

Konnect API - Go SDK — Event Gateway Static Keys. 4 operations. Lead operation: List Event Gateway Static Keys. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongEvent Gateway Static Keys

What You Can Do

GET
Listeventgatewaystatickeys — List Event Gateway Static Keys
/v1/v1/event-gateways/{gatewayid}/static-keys
POST
Createeventgatewaystatickey — Create a New Static Key
/v1/v1/event-gateways/{gatewayid}/static-keys
GET
Geteventgatewaystatickey — Get a Static Key
/v1/v1/event-gateways/{gatewayid}/static-keys/{statickeyid}
DELETE
Deleteeventgatewaystatickey — Delete Event Gateway Static Key
/v1/v1/event-gateways/{gatewayid}/static-keys/{statickeyid}

MCP Tools

list-event-gateway-static-keys

List Event Gateway Static Keys

read-only idempotent
create-new-static-key

Create a New Static Key

get-static-key

Get a Static Key

read-only idempotent
delete-event-gateway-static-key

Delete Event Gateway Static Key

idempotent

Capability Spec

konnect-platform-event-gateway-static-keys.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — Event Gateway Static Keys
  description: 'Konnect API - Go SDK — Event Gateway Static Keys. 4 operations. Lead operation: List Event Gateway Static
    Keys. Self-contained Naftiko capability covering one Kong business surface.'
  tags:
  - Kong
  - Event Gateway Static Keys
  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-event-gateway-static-keys
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — Event Gateway Static Keys business capability. Self-contained, no shared references.
    resources:
    - name: v1-event-gateways-gatewayId-static-keys
      path: /v1/event-gateways/{gatewayId}/static-keys
      operations:
      - name: listeventgatewaystatickeys
        method: GET
        description: List Event Gateway Static Keys
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createeventgatewaystatickey
        method: POST
        description: Create a New Static Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-event-gateways-gatewayId-static-keys-staticKeyId
      path: /v1/event-gateways/{gatewayId}/static-keys/{staticKeyId}
      operations:
      - name: geteventgatewaystatickey
        method: GET
        description: Get a Static Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteeventgatewaystatickey
        method: DELETE
        description: Delete Event Gateway Static Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-event-gateway-static-keys-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — Event Gateway Static Keys. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/event-gateways/{gatewayid}/static-keys
      name: v1-event-gateways-gatewayid-static-keys
      description: REST surface for v1-event-gateways-gatewayId-static-keys.
      operations:
      - method: GET
        name: listeventgatewaystatickeys
        description: List Event Gateway Static Keys
        call: konnect-platform-event-gateway-static-keys.listeventgatewaystatickeys
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createeventgatewaystatickey
        description: Create a New Static Key
        call: konnect-platform-event-gateway-static-keys.createeventgatewaystatickey
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/event-gateways/{gatewayid}/static-keys/{statickeyid}
      name: v1-event-gateways-gatewayid-static-keys-statickeyid
      description: REST surface for v1-event-gateways-gatewayId-static-keys-staticKeyId.
      operations:
      - method: GET
        name: geteventgatewaystatickey
        description: Get a Static Key
        call: konnect-platform-event-gateway-static-keys.geteventgatewaystatickey
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteeventgatewaystatickey
        description: Delete Event Gateway Static Key
        call: konnect-platform-event-gateway-static-keys.deleteeventgatewaystatickey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-event-gateway-static-keys-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — Event Gateway Static Keys. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-event-gateway-static-keys
      description: List Event Gateway Static Keys
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-event-gateway-static-keys.listeventgatewaystatickeys
      outputParameters:
      - type: object
        mapping: $.
    - name: create-new-static-key
      description: Create a New Static Key
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: konnect-platform-event-gateway-static-keys.createeventgatewaystatickey
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-static-key
      description: Get a Static Key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-event-gateway-static-keys.geteventgatewaystatickey
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-event-gateway-static-key
      description: Delete Event Gateway Static Key
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: konnect-platform-event-gateway-static-keys.deleteeventgatewaystatickey
      outputParameters:
      - type: object
        mapping: $.