Kong · Capability

Konnect API - Go SDK — Invites

Konnect API - Go SDK — Invites. 1 operations. Lead operation: Invite User. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongInvites

What You Can Do

POST
Inviteuser — Invite User
/v1/v3/invites

MCP Tools

invite-user

Invite User

Capability Spec

konnect-platform-invites.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — Invites
  description: 'Konnect API - Go SDK — Invites. 1 operations. Lead operation: Invite User. Self-contained Naftiko capability
    covering one Kong business surface.'
  tags:
  - Kong
  - Invites
  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-invites
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — Invites business capability. Self-contained, no shared references.
    resources:
    - name: v3-invites
      path: /v3/invites
      operations:
      - name: inviteuser
        method: POST
        description: Invite User
        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-invites-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — Invites. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v3/invites
      name: v3-invites
      description: REST surface for v3-invites.
      operations:
      - method: POST
        name: inviteuser
        description: Invite User
        call: konnect-platform-invites.inviteuser
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-invites-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — Invites. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: invite-user
      description: Invite User
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: konnect-platform-invites.inviteuser
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.