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

SandboxClientConfig

Configuration options for the SandboxClient.

Copy
interface SandboxClientConfig

Properties

View source on GitHub
property
apiEndpoint: string
property
apiKey: string
property
headers: Record<string, string>
property
maxConcurrency: number
property
maxRetries: number
property
timeoutMs: number

Full URL of the sandbox API endpoint. If not provided, derived from LANGSMITH_ENDPOINT environment variable.

HTTP headers for the response that caused the error

The maximum concurrency to use for predictions/evaluations when a more specific concurrency option is not provided.

Default HTTP timeout in milliseconds.