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

CreatePoolOptions

Options for creating a pool.

Copy
interface CreatePoolOptions

Properties

property
replicas: number

Number of pre-warmed sandboxes to maintain (0-100).

property
templateName: string

Name of the template to use for sandboxes in this pool.

property
timeout: number

Timeout in seconds when waiting for pool to be ready. Default: 30.

View source on GitHub