LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithexperimentalsandboxSandboxProxyConfig
Interface●Since v0.7

SandboxProxyConfig

Full proxy configuration forwarded to the sandbox server as-is (snake_case so it's wire-compatible with the backend). Mirrors the server's ProxyConfig type.

Copy
interface SandboxProxyConfig

Properties

property
access_control: SandboxAccessControl

Allow/deny list enforced at the proxy sidecar.

property
no_proxy: string[]

Hosts that bypass the proxy entirely.

property
rules: unknown[]

Header-injection rules keyed by host pattern.

View source on GitHub