naftiko: 1.0.0-alpha2 info: label: Konnect API - Go SDK — Transit Gateways description: 'Konnect API - Go SDK — Transit Gateways. 5 operations. Lead operation: List Transit Gateways. Self-contained Naftiko capability covering one Kong business surface.' tags: - Kong - Transit Gateways 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-transit-gateways baseUri: https://global.api.konghq.com description: Konnect API - Go SDK — Transit Gateways business capability. Self-contained, no shared references. resources: - name: v2-cloud-gateways-networks-networkId-transit-gateways path: /v2/cloud-gateways/networks/{networkId}/transit-gateways operations: - name: listtransitgateways method: GET description: List Transit Gateways outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createtransitgateway method: POST description: Create Transit Gateway outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: v2-cloud-gateways-networks-networkId-transit-gateways-transitGatewayId path: /v2/cloud-gateways/networks/{networkId}/transit-gateways/{transitGatewayId} operations: - name: gettransitgateway method: GET description: Get Transit Gateway outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updatetransitgateway method: PATCH description: Update Transit Gateway outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: deletetransitgateway method: DELETE description: Delete Transit Gateway outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.KONG_API_KEY}}' exposes: - type: rest namespace: konnect-platform-transit-gateways-rest port: 8080 description: REST adapter for Konnect API - Go SDK — Transit Gateways. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/cloud-gateways/networks/{networkid}/transit-gateways name: v2-cloud-gateways-networks-networkid-transit-gateways description: REST surface for v2-cloud-gateways-networks-networkId-transit-gateways. operations: - method: GET name: listtransitgateways description: List Transit Gateways call: konnect-platform-transit-gateways.listtransitgateways outputParameters: - type: object mapping: $. - method: POST name: createtransitgateway description: Create Transit Gateway call: konnect-platform-transit-gateways.createtransitgateway with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v2/cloud-gateways/networks/{networkid}/transit-gateways/{transitgatewayid} name: v2-cloud-gateways-networks-networkid-transit-gateways-transitgatewayid description: REST surface for v2-cloud-gateways-networks-networkId-transit-gateways-transitGatewayId. operations: - method: GET name: gettransitgateway description: Get Transit Gateway call: konnect-platform-transit-gateways.gettransitgateway outputParameters: - type: object mapping: $. - method: PATCH name: updatetransitgateway description: Update Transit Gateway call: konnect-platform-transit-gateways.updatetransitgateway with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletetransitgateway description: Delete Transit Gateway call: konnect-platform-transit-gateways.deletetransitgateway outputParameters: - type: object mapping: $. - type: mcp namespace: konnect-platform-transit-gateways-mcp port: 9090 transport: http description: MCP adapter for Konnect API - Go SDK — Transit Gateways. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-transit-gateways description: List Transit Gateways hints: readOnly: true destructive: false idempotent: true call: konnect-platform-transit-gateways.listtransitgateways outputParameters: - type: object mapping: $. - name: create-transit-gateway description: Create Transit Gateway hints: readOnly: false destructive: false idempotent: false call: konnect-platform-transit-gateways.createtransitgateway with: body: tools.body outputParameters: - type: object mapping: $. - name: get-transit-gateway description: Get Transit Gateway hints: readOnly: true destructive: false idempotent: true call: konnect-platform-transit-gateways.gettransitgateway outputParameters: - type: object mapping: $. - name: update-transit-gateway description: Update Transit Gateway hints: readOnly: false destructive: false idempotent: true call: konnect-platform-transit-gateways.updatetransitgateway with: body: tools.body outputParameters: - type: object mapping: $. - name: delete-transit-gateway description: Delete Transit Gateway hints: readOnly: false destructive: true idempotent: true call: konnect-platform-transit-gateways.deletetransitgateway outputParameters: - type: object mapping: $.