LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Agent
  • Middleware
  • Backends
  • Sandboxes
  • Skills
  • Subagents
  • Configuration
  • 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

OverviewAgentMiddlewareBackendsSandboxesSkillsSubagentsConfigurationTypes
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
Vitest
Language
Theme
JavaScriptdeepagentsbackendsLangSmithSandboxCreateOptions
Interface●Since v1.8

LangSmithSandboxCreateOptions

Copy
interface LangSmithSandboxCreateOptions

Properties

View source on GitHub
property
apiKey: string
property
defaultTimeout: number
property
templateName: string

Options for the LangSmithSandbox.create() static factory.

LangSmith API key. Defaults to the LANGSMITH_API_KEY environment variable.

Default command timeout in seconds.

Name of the LangSmith sandbox template to use.