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