naftiko: 1.0.0-alpha2 info: label: Konnect API - Go SDK — System Accounts - Access Tokens description: 'Konnect API - Go SDK — System Accounts - Access Tokens. 5 operations. Lead operation: List System Account Access Tokens. Self-contained Naftiko capability covering one Kong business surface.' tags: - Kong - System Accounts - Access Tokens 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-system-accounts-access-tokens baseUri: https://global.api.konghq.com description: Konnect API - Go SDK — System Accounts - Access Tokens business capability. Self-contained, no shared references. resources: - name: v3-system-accounts-accountId-access-tokens path: /v3/system-accounts/{accountId}/access-tokens operations: - name: getsystemaccountidaccesstokens method: GET description: List System Account Access Tokens outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: filter in: query type: object description: Filter access tokens returned in the response. - name: postsystemaccountsidaccesstokens method: POST description: Create System Account Access Token outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: v3-system-accounts-accountId-access-tokens-tokenId path: /v3/system-accounts/{accountId}/access-tokens/{tokenId} operations: - name: getsystemaccountsidaccesstokensid method: GET description: Get a System Account Access Token outputRawFormat: json outputParameters: - name: result type: object value: $. - name: patchsystemaccountsidaccesstokensid method: PATCH description: Update System Account Access Token outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: deletesystemaccountsidaccesstokensid method: DELETE description: Delete System Account Access Token outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.KONG_API_KEY}}' exposes: - type: rest namespace: konnect-platform-system-accounts-access-tokens-rest port: 8080 description: REST adapter for Konnect API - Go SDK — System Accounts - Access Tokens. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v3/system-accounts/{accountid}/access-tokens name: v3-system-accounts-accountid-access-tokens description: REST surface for v3-system-accounts-accountId-access-tokens. operations: - method: GET name: getsystemaccountidaccesstokens description: List System Account Access Tokens call: konnect-platform-system-accounts-access-tokens.getsystemaccountidaccesstokens with: filter: rest.filter outputParameters: - type: object mapping: $. - method: POST name: postsystemaccountsidaccesstokens description: Create System Account Access Token call: konnect-platform-system-accounts-access-tokens.postsystemaccountsidaccesstokens with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v3/system-accounts/{accountid}/access-tokens/{tokenid} name: v3-system-accounts-accountid-access-tokens-tokenid description: REST surface for v3-system-accounts-accountId-access-tokens-tokenId. operations: - method: GET name: getsystemaccountsidaccesstokensid description: Get a System Account Access Token call: konnect-platform-system-accounts-access-tokens.getsystemaccountsidaccesstokensid outputParameters: - type: object mapping: $. - method: PATCH name: patchsystemaccountsidaccesstokensid description: Update System Account Access Token call: konnect-platform-system-accounts-access-tokens.patchsystemaccountsidaccesstokensid with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletesystemaccountsidaccesstokensid description: Delete System Account Access Token call: konnect-platform-system-accounts-access-tokens.deletesystemaccountsidaccesstokensid outputParameters: - type: object mapping: $. - type: mcp namespace: konnect-platform-system-accounts-access-tokens-mcp port: 9090 transport: http description: MCP adapter for Konnect API - Go SDK — System Accounts - Access Tokens. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-system-account-access-tokens description: List System Account Access Tokens hints: readOnly: true destructive: false idempotent: true call: konnect-platform-system-accounts-access-tokens.getsystemaccountidaccesstokens with: filter: tools.filter outputParameters: - type: object mapping: $. - name: create-system-account-access-token description: Create System Account Access Token hints: readOnly: false destructive: false idempotent: false call: konnect-platform-system-accounts-access-tokens.postsystemaccountsidaccesstokens with: body: tools.body outputParameters: - type: object mapping: $. - name: get-system-account-access-token description: Get a System Account Access Token hints: readOnly: true destructive: false idempotent: true call: konnect-platform-system-accounts-access-tokens.getsystemaccountsidaccesstokensid outputParameters: - type: object mapping: $. - name: update-system-account-access-token description: Update System Account Access Token hints: readOnly: false destructive: false idempotent: true call: konnect-platform-system-accounts-access-tokens.patchsystemaccountsidaccesstokensid with: body: tools.body outputParameters: - type: object mapping: $. - name: delete-system-account-access-token description: Delete System Account Access Token hints: readOnly: false destructive: true idempotent: true call: konnect-platform-system-accounts-access-tokens.deletesystemaccountsidaccesstokensid outputParameters: - type: object mapping: $.