naftiko: 1.0.0-alpha2 info: label: Konnect API - Go SDK — Integration Instance Auth Credentials description: 'Konnect API - Go SDK — Integration Instance Auth Credentials. 3 operations. Lead operation: Create Integration Instance Auth Credential. Self-contained Naftiko capability covering one Kong business surface.' tags: - Kong - Integration Instance Auth Credentials 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-integration-instance-auth-credentials baseUri: https://global.api.konghq.com description: Konnect API - Go SDK — Integration Instance Auth Credentials business capability. Self-contained, no shared references. resources: - name: v1-integration-instances-integrationInstanceId-auth-credential path: /v1/integration-instances/{integrationInstanceId}/auth-credential operations: - name: createintegrationinstanceauthcredential method: POST description: Create Integration Instance Auth Credential outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: getintegrationinstanceauthcredential method: GET description: Get Integration Instance Auth Credential outputRawFormat: json outputParameters: - name: result type: object value: $. - name: deleteintegrationinstanceauthcredential method: DELETE description: Delete Integration Instance Auth Credential outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.KONG_API_KEY}}' exposes: - type: rest namespace: konnect-platform-integration-instance-auth-credentials-rest port: 8080 description: REST adapter for Konnect API - Go SDK — Integration Instance Auth Credentials. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/integration-instances/{integrationinstanceid}/auth-credential name: v1-integration-instances-integrationinstanceid-auth-credential description: REST surface for v1-integration-instances-integrationInstanceId-auth-credential. operations: - method: POST name: createintegrationinstanceauthcredential description: Create Integration Instance Auth Credential call: konnect-platform-integration-instance-auth-credentials.createintegrationinstanceauthcredential with: body: rest.body outputParameters: - type: object mapping: $. - method: GET name: getintegrationinstanceauthcredential description: Get Integration Instance Auth Credential call: konnect-platform-integration-instance-auth-credentials.getintegrationinstanceauthcredential outputParameters: - type: object mapping: $. - method: DELETE name: deleteintegrationinstanceauthcredential description: Delete Integration Instance Auth Credential call: konnect-platform-integration-instance-auth-credentials.deleteintegrationinstanceauthcredential outputParameters: - type: object mapping: $. - type: mcp namespace: konnect-platform-integration-instance-auth-credentials-mcp port: 9090 transport: http description: MCP adapter for Konnect API - Go SDK — Integration Instance Auth Credentials. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: create-integration-instance-auth-credential description: Create Integration Instance Auth Credential hints: readOnly: false destructive: false idempotent: false call: konnect-platform-integration-instance-auth-credentials.createintegrationinstanceauthcredential with: body: tools.body outputParameters: - type: object mapping: $. - name: get-integration-instance-auth-credential description: Get Integration Instance Auth Credential hints: readOnly: true destructive: false idempotent: true call: konnect-platform-integration-instance-auth-credentials.getintegrationinstanceauthcredential outputParameters: - type: object mapping: $. - name: delete-integration-instance-auth-credential description: Delete Integration Instance Auth Credential hints: readOnly: false destructive: true idempotent: true call: konnect-platform-integration-instance-auth-credentials.deleteintegrationinstanceauthcredential outputParameters: - type: object mapping: $.