> ## Documentation Index
> Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-usagev-1776718497-b6ed428.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Sandboxes overview

> Use managed sandboxes to safely execute code and interact with the filesystem in isolated environments.

Sandboxes are isolated environments that allow agents to safely execute potentially risky operations—like running arbitrary code or interacting with the filesystem—without affecting your main infrastructure.

<Warning>
  Sandboxes are in private preview. APIs and features may change as we iterate. [Sign up for the waitlist](https://www.langchain.com/langsmith-sandboxes-waitlist?ref=docs.langchain.com) to get access.
</Warning>

From the [LangSmith homepage](https://smith.langchain.com), select **Sandboxes** to manage all your sandbox resources.

<img src="https://mintcdn.com/langchain-5e9cc07a-preview-usagev-1776718497-b6ed428/e7KlTrXdqDKJYDOu/images/langsmith/sandboxes/sb-overview.png?fit=max&auto=format&n=e7KlTrXdqDKJYDOu&q=85&s=a0fe93e13aedec7f015bc1f73823cd24" alt="Sandboxes overview page" width="3198" height="1600" data-path="images/langsmith/sandboxes/sb-overview.png" />

## Resources

<CardGroup cols={2}>
  <Card title="Templates" icon="layout" href="/langsmith/sandbox-templates">
    Define container images, resource limits, volumes, and auth proxy configuration.
  </Card>

  <Card title="Warm pools" icon="flame" href="/langsmith/sandbox-warm-pools">
    Pre-provision sandboxes for faster execution with automatic replenishment.
  </Card>

  <Card title="Service URLs" icon="globe" href="/langsmith/sandbox-service-urls">
    Access HTTP services running inside sandboxes via authenticated URLs.
  </Card>

  <Card title="Auth proxy" icon="shield-lock" href="/langsmith/sandbox-auth-proxy">
    Inject credentials into outbound API requests without hardcoding secrets.
  </Card>

  <Card title="SDK usage" icon="code" href="/langsmith/sandbox-sdk">
    Create and manage sandboxes programmatically with the Python or TypeScript SDK.
  </Card>
</CardGroup>

***

<div className="source-links">
  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/langsmith/sandboxes.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>

  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>
</div>
