first commit

This commit is contained in:
Stéphane Tailland
2026-04-26 13:58:04 +02:00
commit 65eb285b66
7 changed files with 202 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# yaml-language-server: $schema=https://agentgateway.dev/schema/config
# Format binds — workaround pour le bug UI "e.binds.forEach"
# Note: OpenRouter (hostOverride) incompatible avec le format binds, voir config.yaml
config:
adminAddr: 0.0.0.0:15000
binds:
- port: 4000
listeners:
- routes:
- backends:
- ai:
name: claude-sonnet-4-6
provider:
anthropic:
model: claude-sonnet-4-6
policies:
backendAuth:
key: "$ANTHROPIC_API_KEY"