LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Agent
  • Middleware
  • Backends
  • Sandboxes
  • Skills
  • Subagents
  • Types
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
  • Vitest
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewAgentMiddlewareBackendsSandboxesSkillsSubagentsTypes
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
Vitest
Language
Theme
JavaScriptdeepagentsindexLangSmithSandboxCreateOptions
Interface●Since v1.10

LangSmithSandboxCreateOptions

Options for the LangSmithSandbox.create() static factory.

Copy
interface LangSmithSandboxCreateOptions

Bases

Omit<CreateSandboxOptions, "name" | "timeout" | "waitForReady" | "snapshotName">

Properties

property
apiKey: string

LangSmith API key. Defaults to the LANGSMITH_API_KEY environment variable.

property
defaultTimeout: number

Default command timeout in seconds.

property
deleteAfterStopSeconds: number
property
fsCapacityBytes: number
property
idleTtlSeconds: number
property
memBytes: number
property
proxyConfig: SandboxProxyConfig
property
snapshotId: string

Snapshot ID to boot from. Mutually exclusive with templateName.

property
vCpus: number
deprecatedproperty
templateName: string

Name of the LangSmith sandbox template to use. Mutually exclusive with snapshotId.

View source on GitHub