naftiko: 1.0.0-alpha2 info: label: Konnect API - Go SDK — Users description: 'Konnect API - Go SDK — Users. 4 operations. Lead operation: List Users. Self-contained Naftiko capability covering one Kong business surface.' tags: - Kong - Users 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-users baseUri: https://global.api.konghq.com description: Konnect API - Go SDK — Users business capability. Self-contained, no shared references. resources: - name: v3-users path: /v3/users operations: - name: listusers method: GET description: List Users outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: filter in: query type: object description: Filter users returned in the response. - name: v3-users-userId path: /v3/users/{userId} operations: - name: getuser method: GET description: Get a User outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updateuser method: PATCH description: Update User outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: deleteuser method: DELETE description: Delete User outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.KONG_API_KEY}}' exposes: - type: rest namespace: konnect-platform-users-rest port: 8080 description: REST adapter for Konnect API - Go SDK — Users. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v3/users name: v3-users description: REST surface for v3-users. operations: - method: GET name: listusers description: List Users call: konnect-platform-users.listusers with: filter: rest.filter outputParameters: - type: object mapping: $. - path: /v1/v3/users/{userid} name: v3-users-userid description: REST surface for v3-users-userId. operations: - method: GET name: getuser description: Get a User call: konnect-platform-users.getuser outputParameters: - type: object mapping: $. - method: PATCH name: updateuser description: Update User call: konnect-platform-users.updateuser with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteuser description: Delete User call: konnect-platform-users.deleteuser outputParameters: - type: object mapping: $. - type: mcp namespace: konnect-platform-users-mcp port: 9090 transport: http description: MCP adapter for Konnect API - Go SDK — Users. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-users description: List Users hints: readOnly: true destructive: false idempotent: true call: konnect-platform-users.listusers with: filter: tools.filter outputParameters: - type: object mapping: $. - name: get-user description: Get a User hints: readOnly: true destructive: false idempotent: true call: konnect-platform-users.getuser outputParameters: - type: object mapping: $. - name: update-user description: Update User hints: readOnly: false destructive: false idempotent: true call: konnect-platform-users.updateuser with: body: tools.body outputParameters: - type: object mapping: $. - name: delete-user description: Delete User hints: readOnly: false destructive: true idempotent: true call: konnect-platform-users.deleteuser outputParameters: - type: object mapping: $.