Kong · Capability

Konnect API - Go SDK — Impersonation Settings

Konnect API - Go SDK — Impersonation Settings. 2 operations. Lead operation: Get Impersonation Settings. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongImpersonation Settings

What You Can Do

GET
Getimpersonationsettings — Get Impersonation Settings
/v1/v3/organizations/impersonation
PATCH
Updateimpersonationsettings — Update Impersonation Settings
/v1/v3/organizations/impersonation

MCP Tools

get-impersonation-settings

Get Impersonation Settings

read-only idempotent
update-impersonation-settings

Update Impersonation Settings

idempotent

Capability Spec

konnect-platform-impersonation-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — Impersonation Settings
  description: 'Konnect API - Go SDK — Impersonation Settings. 2 operations. Lead operation: Get Impersonation Settings. Self-contained
    Naftiko capability covering one Kong business surface.'
  tags:
  - Kong
  - Impersonation Settings
  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-impersonation-settings
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — Impersonation Settings business capability. Self-contained, no shared references.
    resources:
    - name: v3-organizations-impersonation
      path: /v3/organizations/impersonation
      operations:
      - name: getimpersonationsettings
        method: GET
        description: Get Impersonation Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateimpersonationsettings
        method: PATCH
        description: Update Impersonation Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-impersonation-settings-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — Impersonation Settings. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v3/organizations/impersonation
      name: v3-organizations-impersonation
      description: REST surface for v3-organizations-impersonation.
      operations:
      - method: GET
        name: getimpersonationsettings
        description: Get Impersonation Settings
        call: konnect-platform-impersonation-settings.getimpersonationsettings
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateimpersonationsettings
        description: Update Impersonation Settings
        call: konnect-platform-impersonation-settings.updateimpersonationsettings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-impersonation-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — Impersonation Settings. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-impersonation-settings
      description: Get Impersonation Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-impersonation-settings.getimpersonationsettings
      outputParameters:
      - type: object
        mapping: $.
    - name: update-impersonation-settings
      description: Update Impersonation Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: konnect-platform-impersonation-settings.updateimpersonationsettings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.