| [proxy] | |
| listen = "0.0.0.0:8080" | |
| tls_cert = "" | |
| tls_key = "" | |
| [providers.anthropic] | |
| upstream_url = "https://api.anthropic.com" | |
| upstream_key_env = "ANTHROPIC_API_KEY" | |
| [providers.openai] | |
| upstream_url = "https://api.openai.com" | |
| upstream_key_env = "OPENAI_API_KEY" | |
| [github] | |
| repo = "org/name" | |
| token_env = "GITHUB_TOKEN" | |
| deploy_workflow_pattern = "deploy.*" | |
| [detection] | |
| baseline_days = 7 | |
| sigma_threshold = 2.5 | |
| min_delta_usd = 5 | |
| correlation_window_hours = 4 | |
| [output] | |
| format = "text" | |