This commit is contained in:
a2a-platform
2026-06-27 01:03:51 +00:00
commit 32a091211f
38 changed files with 135479 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
---
name: bot-protection-routes
description: Handle 2 OpenAPI operation(s) under /api/v1/bot-protection/configuration for the bot protection route group.
---
# bot protection API Routes
Handle 2 OpenAPI operation(s) under /api/v1/bot-protection/configuration for the bot protection route group.
Use the generated operation tools to make real API calls. Do not invent API responses.
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
## Operations
### get_bot_protection_configuration
- Operation ID: `get_bot_protection_configuration`
- Route: `GET /api/v1/bot-protection/configuration`
- Mode: READ
- Summary: Retrieve the bot protection configuration
### update_bot_protection_configuration
- Operation ID: `update_bot_protection_configuration`
- Route: `POST /api/v1/bot-protection/configuration`
- Mode: WRITE
- Summary: Update the bot protection configuration
- Body: JSON request body accepted.