naftiko: 1.0.0-alpha2 info: label: Konnect API - Go SDK — HMAC-auth credentials description: 'Konnect API - Go SDK — HMAC-auth credentials. 7 operations. Lead operation: List all HMAC-auth credentials associated with a Consumer. Self-contained Naftiko capability covering one Kong business surface.' tags: - Kong - HMAC-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-hmac-auth-credentials baseUri: https://global.api.konghq.com description: Konnect API - Go SDK — HMAC-auth credentials business capability. Self-contained, no shared references. resources: - name: v2-control-planes-controlPlaneId-core-entities-consumers-ConsumerIdForNestedEnti path: /v2/control-planes/{controlPlaneId}/core-entities/consumers/{ConsumerIdForNestedEntities}/hmac-auth operations: - name: listhmacauthwithconsumer method: GET description: List all HMAC-auth credentials associated with a Consumer outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createhmacauthwithconsumer method: POST description: Create a new HMAC-auth credential associated with a Consumer outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: v2-control-planes-controlPlaneId-core-entities-consumers-ConsumerIdForNestedEnti path: /v2/control-planes/{controlPlaneId}/core-entities/consumers/{ConsumerIdForNestedEntities}/hmac-auth/{HMACAuthId} operations: - name: deletehmacauthwithconsumer method: DELETE description: Delete a a HMAC-auth credential associated with a Consumer outputRawFormat: json outputParameters: - name: result type: object value: $. - name: gethmacauthwithconsumer method: GET description: Get a HMAC-auth credential associated with a Consumer outputRawFormat: json outputParameters: - name: result type: object value: $. - name: upserthmacauthwithconsumer method: PUT description: Upsert a HMAC-auth credential associated with a Consumer outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: v2-control-planes-controlPlaneId-core-entities-hmac-auths path: /v2/control-planes/{controlPlaneId}/core-entities/hmac-auths operations: - name: listhmacauth method: GET description: List all HMAC-auth credentials outputRawFormat: json outputParameters: - name: result type: object value: $. - name: v2-control-planes-controlPlaneId-core-entities-hmac-auths-HMACAuthId path: /v2/control-planes/{controlPlaneId}/core-entities/hmac-auths/{HMACAuthId} operations: - name: gethmacauth method: GET description: Get a HMAC-auth credential outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.KONG_API_KEY}}' exposes: - type: rest namespace: konnect-platform-hmac-auth-credentials-rest port: 8080 description: REST adapter for Konnect API - Go SDK — HMAC-auth credentials. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/hmac-auth name: v2-control-planes-controlplaneid-core-entities-consumers-consumeridfornestedenti description: REST surface for v2-control-planes-controlPlaneId-core-entities-consumers-ConsumerIdForNestedEnti. operations: - method: GET name: listhmacauthwithconsumer description: List all HMAC-auth credentials associated with a Consumer call: konnect-platform-hmac-auth-credentials.listhmacauthwithconsumer outputParameters: - type: object mapping: $. - method: POST name: createhmacauthwithconsumer description: Create a new HMAC-auth credential associated with a Consumer call: konnect-platform-hmac-auth-credentials.createhmacauthwithconsumer with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumeridfornestedentities}/hmac-auth/{hmacauthid} name: v2-control-planes-controlplaneid-core-entities-consumers-consumeridfornestedenti description: REST surface for v2-control-planes-controlPlaneId-core-entities-consumers-ConsumerIdForNestedEnti. operations: - method: DELETE name: deletehmacauthwithconsumer description: Delete a a HMAC-auth credential associated with a Consumer call: konnect-platform-hmac-auth-credentials.deletehmacauthwithconsumer outputParameters: - type: object mapping: $. - method: GET name: gethmacauthwithconsumer description: Get a HMAC-auth credential associated with a Consumer call: konnect-platform-hmac-auth-credentials.gethmacauthwithconsumer outputParameters: - type: object mapping: $. - method: PUT name: upserthmacauthwithconsumer description: Upsert a HMAC-auth credential associated with a Consumer call: konnect-platform-hmac-auth-credentials.upserthmacauthwithconsumer with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v2/control-planes/{controlplaneid}/core-entities/hmac-auths name: v2-control-planes-controlplaneid-core-entities-hmac-auths description: REST surface for v2-control-planes-controlPlaneId-core-entities-hmac-auths. operations: - method: GET name: listhmacauth description: List all HMAC-auth credentials call: konnect-platform-hmac-auth-credentials.listhmacauth outputParameters: - type: object mapping: $. - path: /v1/v2/control-planes/{controlplaneid}/core-entities/hmac-auths/{hmacauthid} name: v2-control-planes-controlplaneid-core-entities-hmac-auths-hmacauthid description: REST surface for v2-control-planes-controlPlaneId-core-entities-hmac-auths-HMACAuthId. operations: - method: GET name: gethmacauth description: Get a HMAC-auth credential call: konnect-platform-hmac-auth-credentials.gethmacauth outputParameters: - type: object mapping: $. - type: mcp namespace: konnect-platform-hmac-auth-credentials-mcp port: 9090 transport: http description: MCP adapter for Konnect API - Go SDK — HMAC-auth credentials. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-all-hmac-auth-credentials description: List all HMAC-auth credentials associated with a Consumer hints: readOnly: true destructive: false idempotent: true call: konnect-platform-hmac-auth-credentials.listhmacauthwithconsumer outputParameters: - type: object mapping: $. - name: create-new-hmac-auth-credential description: Create a new HMAC-auth credential associated with a Consumer hints: readOnly: false destructive: false idempotent: false call: konnect-platform-hmac-auth-credentials.createhmacauthwithconsumer with: body: tools.body outputParameters: - type: object mapping: $. - name: delete-hmac-auth-credential-associated description: Delete a a HMAC-auth credential associated with a Consumer hints: readOnly: false destructive: true idempotent: true call: konnect-platform-hmac-auth-credentials.deletehmacauthwithconsumer outputParameters: - type: object mapping: $. - name: get-hmac-auth-credential-associated description: Get a HMAC-auth credential associated with a Consumer hints: readOnly: true destructive: false idempotent: true call: konnect-platform-hmac-auth-credentials.gethmacauthwithconsumer outputParameters: - type: object mapping: $. - name: upsert-hmac-auth-credential-associated description: Upsert a HMAC-auth credential associated with a Consumer hints: readOnly: false destructive: false idempotent: true call: konnect-platform-hmac-auth-credentials.upserthmacauthwithconsumer with: body: tools.body outputParameters: - type: object mapping: $. - name: list-all-hmac-auth-credentials-2 description: List all HMAC-auth credentials hints: readOnly: true destructive: false idempotent: true call: konnect-platform-hmac-auth-credentials.listhmacauth outputParameters: - type: object mapping: $. - name: get-hmac-auth-credential description: Get a HMAC-auth credential hints: readOnly: true destructive: false idempotent: true call: konnect-platform-hmac-auth-credentials.gethmacauth outputParameters: - type: object mapping: $.