naftiko: 1.0.0-alpha2 info: label: Konnect API - Go SDK — Resource Configurations description: 'Konnect API - Go SDK — Resource Configurations. 3 operations. Lead operation: List Default Resource Configurations. Self-contained Naftiko capability covering one Kong business surface.' tags: - Kong - Resource Configurations 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-resource-configurations baseUri: https://global.api.konghq.com description: Konnect API - Go SDK — Resource Configurations business capability. Self-contained, no shared references. resources: - name: v2-cloud-gateways-default-resource-configurations path: /v2/cloud-gateways/default-resource-configurations operations: - name: listdefaultresourceconfigurations method: GET description: List Default Resource Configurations outputRawFormat: json outputParameters: - name: result type: object value: $. - name: v2-cloud-gateways-resource-configurations path: /v2/cloud-gateways/resource-configurations operations: - name: listresourceconfigurations method: GET description: List Resource Configurations outputRawFormat: json outputParameters: - name: result type: object value: $. - name: v2-cloud-gateways-resource-configurations-resourceConfigurationId path: /v2/cloud-gateways/resource-configurations/{resourceConfigurationId} operations: - name: getresourceconfiguration method: GET description: Get Resource Configuration outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.KONG_API_KEY}}' exposes: - type: rest namespace: konnect-platform-resource-configurations-rest port: 8080 description: REST adapter for Konnect API - Go SDK — Resource Configurations. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/cloud-gateways/default-resource-configurations name: v2-cloud-gateways-default-resource-configurations description: REST surface for v2-cloud-gateways-default-resource-configurations. operations: - method: GET name: listdefaultresourceconfigurations description: List Default Resource Configurations call: konnect-platform-resource-configurations.listdefaultresourceconfigurations outputParameters: - type: object mapping: $. - path: /v1/v2/cloud-gateways/resource-configurations name: v2-cloud-gateways-resource-configurations description: REST surface for v2-cloud-gateways-resource-configurations. operations: - method: GET name: listresourceconfigurations description: List Resource Configurations call: konnect-platform-resource-configurations.listresourceconfigurations outputParameters: - type: object mapping: $. - path: /v1/v2/cloud-gateways/resource-configurations/{resourceconfigurationid} name: v2-cloud-gateways-resource-configurations-resourceconfigurationid description: REST surface for v2-cloud-gateways-resource-configurations-resourceConfigurationId. operations: - method: GET name: getresourceconfiguration description: Get Resource Configuration call: konnect-platform-resource-configurations.getresourceconfiguration outputParameters: - type: object mapping: $. - type: mcp namespace: konnect-platform-resource-configurations-mcp port: 9090 transport: http description: MCP adapter for Konnect API - Go SDK — Resource Configurations. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-default-resource-configurations description: List Default Resource Configurations hints: readOnly: true destructive: false idempotent: true call: konnect-platform-resource-configurations.listdefaultresourceconfigurations outputParameters: - type: object mapping: $. - name: list-resource-configurations description: List Resource Configurations hints: readOnly: true destructive: false idempotent: true call: konnect-platform-resource-configurations.listresourceconfigurations outputParameters: - type: object mapping: $. - name: get-resource-configuration description: Get Resource Configuration hints: readOnly: true destructive: false idempotent: true call: konnect-platform-resource-configurations.getresourceconfiguration outputParameters: - type: object mapping: $.