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
JavaScriptdeepagentsbrowserLangSmithSandboxstart
Method●Since v1.10

start

Copy
start(options: LangSmithStartSandboxOptions = {}): Promise<void>
View source on GitHub

Parameters

NameTypeDescription
optionsLangSmithStartSandboxOptions
Default:{}

Start options (timeout, signal).

Start a stopped sandbox and wait until it is ready.

After calling this, isRunning will be true and the sandbox can be used for command execution and file operations again.