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
JavaScriptlangsmithexperimentalsandboxSandboxAccessControl
Interface●Since v0.7

SandboxAccessControl

Copy
interface SandboxAccessControl

Properties

View source on GitHub
property
allow_list: string[]
property
deny_list: string[]

Network access-control rules for a sandbox's proxy sidecar.

Supported pattern types: exact domains, globs (e.g. *.example.com), IPs, CIDR ranges (e.g. 10.0.0.0/8), and regex (~pattern).

Only one of allow_list and deny_list may be populated.

Hosts the sandbox is allowed to reach.

Hosts the sandbox is blocked from reaching.