Options for the LangSmithSandbox.create() static factory.
interface LangSmithSandboxCreateOptionsOmit<CreateSandboxOptions, "name" | "timeout" | "waitForReady" | "snapshotName">LangSmith API key. Defaults to the LANGSMITH_API_KEY environment variable.
Default command timeout in seconds.
Snapshot ID to boot from.
Mutually exclusive with templateName.
Name of the LangSmith sandbox template to use.
Mutually exclusive with snapshotId.