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

SandboxClientConfig

Copy
interface SandboxClientConfig

Properties

View source on GitHub
property
apiEndpoint: string
property
apiKey: string
property
maxConcurrency: number
property
maxRetries: number
property
timeoutMs: number

Configuration options for the SandboxClient.

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

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

Maximum number of retries for transient failures (network errors, 5xx, 429). Defaults to 3.

Default HTTP timeout in milliseconds.