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
  • Traceable
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerTraceableJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithexperimentalsandboxSandboxClientConfig
Interface●Since v0.6

SandboxClientConfig

Configuration options for the SandboxClient.

Copy
interface SandboxClientConfig

Properties

property
apiEndpoint: string

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

property
apiKey: string
property
maxConcurrency: number

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

property
maxRetries: number

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

property
timeoutMs: number

Default HTTP timeout in milliseconds.

View source on GitHub