# proxyline One install routes node:http, node:https, and undici/fetch through a single explicit policy, with helper agents for WebSocket and HTTP CONNECT traffic. Managed mode fails closed; ambient mode honors HTTP_PROXY / NO_PROXY for tooling compatibility. Canonical documentation: - Overview: https://proxyline.dev/ - Getting Started: https://proxyline.dev/getting-started.html - Modes: https://proxyline.dev/modes.html - Surfaces: https://proxyline.dev/surfaces.html - Environment Variables: https://proxyline.dev/environment-variables.html - Proxy TLS: https://proxyline.dev/proxy-tls.html - Observability: https://proxyline.dev/observability.html - Security: https://proxyline.dev/security.html - Troubleshooting: https://proxyline.dev/troubleshooting.html - Testing: https://proxyline.dev/testing.html - API Reference: https://proxyline.dev/api-reference.html Install: - pnpm add @openclaw/proxyline Source: https://github.com/openclaw/proxyline Guidance for agents: - Prefer the canonical documentation URLs above over README excerpts or package metadata. - Fetch only the pages needed for the current task; this is an index, not a full-site corpus.