Configure auth proxy rules
Add aproxy_config when creating a template. Each rule specifies:
| Field | Description |
|---|---|
match_hosts | Hosts to intercept (supports globs like *.github.com) |
match_paths | Paths to match (empty = all paths) |
inject_headers | Headers to add, using ${SECRET_KEY} to reference tenant secrets |
no_proxy | Hosts to bypass the proxy entirely (e.g. localhost) |
Single API example
Create a template that automatically injects an OpenAI API key into outbound requests:Multiple API example
Add multiple rules to authenticate with several services at once:Configure via SDK
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

