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

SandboxTemplate

Represents a SandboxTemplate.

Templates define the image, resource limits, and volume mounts for sandboxes.

Copy
interface SandboxTemplate

Properties

property
created_at: string

Timestamp when the sandbox was created.

property
id: string

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

property
image: string

Container image (e.g., "python:3.12-slim", "node:20-slim").

property
name: string

Display name (can be updated).

property
resources: ResourceSpec
property
updated_at: string

Timestamp when the sandbox was last updated.

property
volume_mounts: VolumeMountSpec[]
View source on GitHub