naftiko: 1.0.0-alpha2 info: label: Konnect API - Go SDK — Application Registrations description: 'Konnect API - Go SDK — Application Registrations. 5 operations. Lead operation: List Registrations by Portal. Self-contained Naftiko capability covering one Kong business surface.' tags: - Kong - Application Registrations 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-application-registrations baseUri: https://global.api.konghq.com description: Konnect API - Go SDK — Application Registrations business capability. Self-contained, no shared references. resources: - name: v3-portals-portalId-application-registrations path: /v3/portals/{portalId}/application-registrations operations: - name: listregistrations method: GET description: List Registrations by Portal outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: filter in: query type: object description: Filter application registrations returned in the response. - name: v3-portals-portalId-applications-applicationId-registrations path: /v3/portals/{portalId}/applications/{applicationId}/registrations operations: - name: listregistrationsbyapplication method: GET description: List Registrations by Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: filter in: query type: object description: Filter application registrations returned in the response. - name: v3-portals-portalId-applications-applicationId-registrations-registrationId path: /v3/portals/{portalId}/applications/{applicationId}/registrations/{registrationId} operations: - name: getapplicationregistration method: GET description: Get a Registration outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updateapplicationregistration method: PATCH description: Update Registration outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: deleteapplicationregistration method: DELETE description: Delete Registration outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.KONG_API_KEY}}' exposes: - type: rest namespace: konnect-platform-application-registrations-rest port: 8080 description: REST adapter for Konnect API - Go SDK — Application Registrations. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v3/portals/{portalid}/application-registrations name: v3-portals-portalid-application-registrations description: REST surface for v3-portals-portalId-application-registrations. operations: - method: GET name: listregistrations description: List Registrations by Portal call: konnect-platform-application-registrations.listregistrations with: filter: rest.filter outputParameters: - type: object mapping: $. - path: /v1/v3/portals/{portalid}/applications/{applicationid}/registrations name: v3-portals-portalid-applications-applicationid-registrations description: REST surface for v3-portals-portalId-applications-applicationId-registrations. operations: - method: GET name: listregistrationsbyapplication description: List Registrations by Application call: konnect-platform-application-registrations.listregistrationsbyapplication with: filter: rest.filter outputParameters: - type: object mapping: $. - path: /v1/v3/portals/{portalid}/applications/{applicationid}/registrations/{registrationid} name: v3-portals-portalid-applications-applicationid-registrations-registrationid description: REST surface for v3-portals-portalId-applications-applicationId-registrations-registrationId. operations: - method: GET name: getapplicationregistration description: Get a Registration call: konnect-platform-application-registrations.getapplicationregistration outputParameters: - type: object mapping: $. - method: PATCH name: updateapplicationregistration description: Update Registration call: konnect-platform-application-registrations.updateapplicationregistration with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteapplicationregistration description: Delete Registration call: konnect-platform-application-registrations.deleteapplicationregistration outputParameters: - type: object mapping: $. - type: mcp namespace: konnect-platform-application-registrations-mcp port: 9090 transport: http description: MCP adapter for Konnect API - Go SDK — Application Registrations. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-registrations-portal description: List Registrations by Portal hints: readOnly: true destructive: false idempotent: true call: konnect-platform-application-registrations.listregistrations with: filter: tools.filter outputParameters: - type: object mapping: $. - name: list-registrations-application description: List Registrations by Application hints: readOnly: true destructive: false idempotent: true call: konnect-platform-application-registrations.listregistrationsbyapplication with: filter: tools.filter outputParameters: - type: object mapping: $. - name: get-registration description: Get a Registration hints: readOnly: true destructive: false idempotent: true call: konnect-platform-application-registrations.getapplicationregistration outputParameters: - type: object mapping: $. - name: update-registration description: Update Registration hints: readOnly: false destructive: false idempotent: true call: konnect-platform-application-registrations.updateapplicationregistration with: body: tools.body outputParameters: - type: object mapping: $. - name: delete-registration description: Delete Registration hints: readOnly: false destructive: true idempotent: true call: konnect-platform-application-registrations.deleteapplicationregistration outputParameters: - type: object mapping: $.