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

Pool

Represents a Sandbox Pool for pre-provisioned sandboxes.

Pools pre-provision sandboxes from a template for faster startup.

Copy
interface Pool

Properties

property
created_at: string

Timestamp when the sandbox was created.

property
id: string

Unique identifier (UUID). Remains constant even if name changes.

property
name: string

Display name (can be updated).

property
replicas: number

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

property
template_name: string

Name of the template used to create this sandbox.

property
updated_at: string

Timestamp when the sandbox was last updated.

View source on GitHub