Source Intelligence
Sweep 28 Aug 2026 ยท 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

15 pages for http_proxy.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

Securely deploying AI agents Claude Code CLI · in the page agent-sdk/secure-deployment …TP\_PROXY / HTTPS\_PROXY (system-wide)** ```bash theme={null} export HTTP_PROXY="http://localhost:8080" export HTTPS_PROXY="http://localhost:8080" ``` Claude Code and the Agent SDK respect these sta… Claude apps gateway configuration Claude Code CLI · in the page claude-apps-gateway-config …way's own IdP requests through the forward proxy in `HTTPS_PROXY` or `HTTP_PROXY`, honoring `NO_PROXY`. Unset or `false`, those requests go direct. Requires v2.1.227 or later; see [IdP requests throug… Claude apps gateway deployment and operations Claude Code CLI · in the page claude-apps-gateway-deploy …| An `HTTPS_PROXY` or `HTTP_PROXY` applies to the gateway host and the proxy's hostname resolves to a public address. A proxy whose host resolves only to… Enterprise network configuration Claude Code CLI · in the page network-config …/proxy.example.com:8080 # HTTP proxy (if HTTPS not available) export HTTP_PROXY=http://proxy.example.com:8080 # Bypass proxy for specific requests - space-separated format export NO_PROXY="localhost… Configure the sandboxed Bash tool Claude Code CLI · in the page sandboxing …outbound traffic to go through a corporate proxy, set `HTTPS_PROXY`, `HTTP_PROXY`, and `NO_PROXY` as [proxy configuration](/docs/en/network-config#proxy-configuration) describes, in the `env` block of… Deploy self-hosted environments to production Claude Code CLI · in the page self-hosted-environments-deploy …te into the proxy URL you set in `HTTPS_PROXY`. Set `HTTPS_PROXY` or `HTTP_PROXY` to your proxy's URL as usual, then set `--proxy-authorization-command` or `--proxy-authorization-file` to tell the run… Self-hosted environments reference Claude Code CLI · in the page self-hosted-environments-reference …as the `Proxy-Authorization` header value. Requires `HTTPS_PROXY` or `HTTP_PROXY`, and can't be combined with `--proxy-authorization-file`. See [Authenticate to an egress proxy](/docs/en/self-hosted-e… Enterprise deployment overview Claude Code CLI · in the page third-party-integrations …, or network policy enforcement. Configure with the `HTTPS_PROXY` or `HTTP_PROXY` environment variables. Learn more in [Enterprise network configuration](/docs/en/network-config). * **LLM Gateway**: A… Troubleshoot installation and login Claude Code CLI · in the page troubleshoot-install …onfigured If you're behind a corporate proxy, set `HTTPS_PROXY` and `HTTP_PROXY` to your proxy's address before installing. Ask your IT team for the proxy URL if you don't know it, or check your brow… Command line settings Claude Documentation · in the page claude-science/command-line-settings …aude Science also reads the standard proxy variables (`HTTPS_PROXY`, `HTTP_PROXY`, `NO_PROXY`, and `ALL_PROXY`); see [Use Claude Science on a corporate network](/docs/claude-science/corporate-networks… Use Claude Science on a corporate network Claude Documentation · in the page claude-science/corporate-networks …ndard proxy variables in its own process environment: `HTTPS_PROXY`, `HTTP_PROXY`, and `NO_PROXY` (lowercase spellings also work). `ALL_PROXY` fills in for either proxy variable that is unset, an empt… CLI client Model Context Protocol · in the page docs/2026-07-28/tools/inspector/cli …/SSE servers honor the conventional proxy variables: `HTTPS_PROXY` / `HTTP_PROXY` (and their lowercase forms) select the proxy and `NO_PROXY` exempts hosts. No Inspector-specific flag is needed, and t… Configuration and flags Model Context Protocol · in the page docs/2026-07-28/tools/inspector/configuration …| | `HTTPS_PROXY` / `HTTP_PROXY` / `NO_PROXY` | Standard proxy routing for outbound MCP connections.… CLI client Model Context Protocol · in the page docs/draft/tools/inspector/cli …/SSE servers honor the conventional proxy variables: `HTTPS_PROXY` / `HTTP_PROXY` (and their lowercase forms) select the proxy and `NO_PROXY` exempts hosts. No Inspector-specific flag is needed, and t… Configuration and flags Model Context Protocol · in the page docs/draft/tools/inspector/configuration …| | `HTTPS_PROXY` / `HTTP_PROXY` / `NO_PROXY` | Standard proxy routing for outbound MCP connections.…