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

CreateTemplateOptions

Options for creating a template.

Copy
interface CreateTemplateOptions

Properties

property
cpu: string

CPU limit (e.g., "500m", "1", "2"). Default: "500m".

property
image: string

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

property
memory: string

Memory limit (e.g., "256Mi", "1Gi"). Default: "512Mi".

property
storage: string

Ephemeral storage limit (e.g., "1Gi"). Optional.

property
volumeMounts: VolumeMountSpec[]

List of volumes to mount in the sandbox. Optional.

View source on GitHub