docs: document egress matches, dlp fields, and detector defaults
lint / lint (push) Successful in 1m32s

This commit is contained in:
2026-06-06 16:10:30 -04:00
parent 7a124d7d25
commit d1d9e7a105
2 changed files with 30 additions and 3 deletions
+6 -1
View File
@@ -5,10 +5,15 @@ agent_provider:
egress:
routes:
- host: api.anthropic.com
role: claude_code_oauth
role: claude_code_oauth # wires Claude Code OAuth; do not change
auth:
scheme: Bearer
token_ref: BOT_BOTTLE_CLAUDE_OAUTH_TOKEN
# dlp is omitted → all detectors on by default (token_patterns,
# known_secrets outbound; naive_injection_detection inbound).
# To disable inbound scanning for this route:
# dlp:
# inbound_detectors: false
---
Common Claude provider boundary. Drop this file into