naftiko: 1.0.0-alpha2 info: label: Gravitee.io - Access Management API — bot detection description: 'Gravitee.io - Access Management API — bot detection. 5 operations. Lead operation: List registered bot detections for a security domain. Self-contained Naftiko capability covering one Gravitee business surface.' tags: - Gravitee - bot detection created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: GRAVITEE_API_KEY: GRAVITEE_API_KEY capability: consumes: - type: http namespace: am-bot-detection-2 baseUri: '' description: Gravitee.io - Access Management API — bot detection business capability. Self-contained, no shared references. resources: - name: organizations-organizationId-environments-environmentId-domains-domain-bot-detec path: /organizations/{organizationId}/environments/{environmentId}/domains/{domain}/bot-detections operations: - name: listbotdetections method: GET description: List registered bot detections for a security domain outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organizationId in: path type: string required: true - name: environmentId in: path type: string required: true - name: domain in: path type: string required: true - name: createbotdetection method: POST description: Create a bot detection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organizationId in: path type: string required: true - name: environmentId in: path type: string required: true - name: domain in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: organizations-organizationId-environments-environmentId-domains-domain-bot-detec path: /organizations/{organizationId}/environments/{environmentId}/domains/{domain}/bot-detections/{botDetection} operations: - name: getbotdetection method: GET description: Get a bot detection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organizationId in: path type: string required: true - name: environmentId in: path type: string required: true - name: domain in: path type: string required: true - name: botDetection in: path type: string required: true - name: updatebotdetection method: PUT description: Update a bot detection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organizationId in: path type: string required: true - name: environmentId in: path type: string required: true - name: domain in: path type: string required: true - name: botDetection in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deletebotdetection method: DELETE description: Delete a bot detection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organizationId in: path type: string required: true - name: environmentId in: path type: string required: true - name: domain in: path type: string required: true - name: botDetection in: path type: string required: true authentication: type: bearer token: '{{env.GRAVITEE_API_KEY}}' exposes: - type: rest namespace: am-bot-detection-2-rest port: 8080 description: REST adapter for Gravitee.io - Access Management API — bot detection. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/bot-detections name: organizations-organizationid-environments-environmentid-domains-domain-bot-detec description: REST surface for organizations-organizationId-environments-environmentId-domains-domain-bot-detec. operations: - method: GET name: listbotdetections description: List registered bot detections for a security domain call: am-bot-detection-2.listbotdetections with: organizationId: rest.organizationId environmentId: rest.environmentId domain: rest.domain outputParameters: - type: object mapping: $. - method: POST name: createbotdetection description: Create a bot detection call: am-bot-detection-2.createbotdetection with: organizationId: rest.organizationId environmentId: rest.environmentId domain: rest.domain body: rest.body outputParameters: - type: object mapping: $. - path: /v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/bot-detections/{botdetection} name: organizations-organizationid-environments-environmentid-domains-domain-bot-detec description: REST surface for organizations-organizationId-environments-environmentId-domains-domain-bot-detec. operations: - method: GET name: getbotdetection description: Get a bot detection call: am-bot-detection-2.getbotdetection with: organizationId: rest.organizationId environmentId: rest.environmentId domain: rest.domain botDetection: rest.botDetection outputParameters: - type: object mapping: $. - method: PUT name: updatebotdetection description: Update a bot detection call: am-bot-detection-2.updatebotdetection with: organizationId: rest.organizationId environmentId: rest.environmentId domain: rest.domain botDetection: rest.botDetection body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletebotdetection description: Delete a bot detection call: am-bot-detection-2.deletebotdetection with: organizationId: rest.organizationId environmentId: rest.environmentId domain: rest.domain botDetection: rest.botDetection outputParameters: - type: object mapping: $. - type: mcp namespace: am-bot-detection-2-mcp port: 9090 transport: http description: MCP adapter for Gravitee.io - Access Management API — bot detection. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-registered-bot-detections-security description: List registered bot detections for a security domain hints: readOnly: true destructive: false idempotent: true call: am-bot-detection-2.listbotdetections with: organizationId: tools.organizationId environmentId: tools.environmentId domain: tools.domain outputParameters: - type: object mapping: $. - name: create-bot-detection description: Create a bot detection hints: readOnly: false destructive: false idempotent: false call: am-bot-detection-2.createbotdetection with: organizationId: tools.organizationId environmentId: tools.environmentId domain: tools.domain body: tools.body outputParameters: - type: object mapping: $. - name: get-bot-detection description: Get a bot detection hints: readOnly: true destructive: false idempotent: true call: am-bot-detection-2.getbotdetection with: organizationId: tools.organizationId environmentId: tools.environmentId domain: tools.domain botDetection: tools.botDetection outputParameters: - type: object mapping: $. - name: update-bot-detection description: Update a bot detection hints: readOnly: false destructive: false idempotent: true call: am-bot-detection-2.updatebotdetection with: organizationId: tools.organizationId environmentId: tools.environmentId domain: tools.domain botDetection: tools.botDetection body: tools.body outputParameters: - type: object mapping: $. - name: delete-bot-detection description: Delete a bot detection hints: readOnly: false destructive: true idempotent: true call: am-bot-detection-2.deletebotdetection with: organizationId: tools.organizationId environmentId: tools.environmentId domain: tools.domain botDetection: tools.botDetection outputParameters: - type: object mapping: $.