port: 8082 # telemetry: # endpoint: "localhost:4317" # OTLP gRPC endpoint (omit to disable export) # insecure: true # disable TLS for local dev # service_name: "anthropic-proxy" # headers: # optional auth headers (e.g. Grafana Cloud) # Authorization: "Basic ..." logging: level: debug file: /home/fujin/.local/log/anthropic-proxy.log max_size_mb: 100 max_backups: 5 max_age_days: 30 compress: true api_keys: - "your-proxy-api-key" claude_binary: "claude" sanitize: tools: - from: "bash" to: "Bash" - from: "read" to: "Read" - from: "glob" to: "Glob" - from: "grep" to: "Grep" - from: "edit" to: "Edit" - from: "write" to: "Write" - from: "webfetch" to: "WebFetch" - from: "skill" to: "Skill" - from: "todowrite" to: "TodoWrite" system: - match: "Workspace root folder" replace: "Working directory" body: - match: "anomalyco/opencode" replace: "anthropics/claude-code" - match: "anomalyco" replace: "anthropic" - match: "oh-my-opencode" replace: "system-directive" - match: "ohmyopencode" replace: "claude-code" - match: "oh-my-openagent" replace: "claude-agent" - match: "omo_internal_initiator" replace: "system_initiator" - match: "call_omo_agent" replace: "call_agent" - match: "opencode.ai" replace: "claude.ai" - match: "opencode" replace: "agent"