LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Client
  • AsyncClient
  • Run Helpers
  • Run Trees
  • Evaluation
  • Schemas
  • Utilities
  • Wrappers
  • Anonymizer
  • Testing
  • Expect API
  • Middleware
  • Pytest Plugin
  • Deployment SDK
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDK
Language
Theme
Pythonlangsmithsandbox_proxy_configproxy_config
Function●Since v0.8

proxy_config

Copy
proxy_config(
  *,
  rules: Sequence[SandboxProxyRule] | None = None,
  no_proxy: Sequence

Used in Docs

  • Sandbox auth proxy
View source on GitHub
[
str
]
|
None
=
None
,
access_control
:
dict
[
str
,
Any
]
|
None
=
None
)
->
SandboxProxyConfig

Build a sandbox proxy config from one or more proxy rules.

Use provider-specific rule helpers such as aws_auth and gcp_auth when a sandbox needs multiple auth flows.