Kong · Capability

Konnect API - Go SDK — Me

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

Run with Naftiko KongMe

What You Can Do

GET
Getorganizationsme — Get My Organization
/v1/v3/organizations/me
GET
Getusersme — Get My User Account
/v1/v3/users/me

MCP Tools

get-my-organization

Get My Organization

read-only idempotent
get-my-user-account

Get My User Account

read-only idempotent

Capability Spec

konnect-platform-me.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — Me
  description: 'Konnect API - Go SDK — Me. 2 operations. Lead operation: Get My Organization. Self-contained Naftiko capability
    covering one Kong business surface.'
  tags:
  - Kong
  - Me
  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-me
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — Me business capability. Self-contained, no shared references.
    resources:
    - name: v3-organizations-me
      path: /v3/organizations/me
      operations:
      - name: getorganizationsme
        method: GET
        description: Get My Organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v3-users-me
      path: /v3/users/me
      operations:
      - name: getusersme
        method: GET
        description: Get My User Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-me-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — Me. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v3/organizations/me
      name: v3-organizations-me
      description: REST surface for v3-organizations-me.
      operations:
      - method: GET
        name: getorganizationsme
        description: Get My Organization
        call: konnect-platform-me.getorganizationsme
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v3/users/me
      name: v3-users-me
      description: REST surface for v3-users-me.
      operations:
      - method: GET
        name: getusersme
        description: Get My User Account
        call: konnect-platform-me.getusersme
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-me-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — Me. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-my-organization
      description: Get My Organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-me.getorganizationsme
      outputParameters:
      - type: object
        mapping: $.
    - name: get-my-user-account
      description: Get My User Account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-me.getusersme
      outputParameters:
      - type: object
        mapping: $.