> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sandbox integrations

> Integrate with sandbox providers using LangChain Python.

Sandboxes provide isolated execution environments for running agent-generated code safely. Learn more about [sandboxes](/oss/python/deepagents/sandboxes).

<div class="integration-downloads-table">
  | Integration                                                                                     | Downloads                                                                                                                                                                                                                                                                            |
  | :---------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | [`DaytonaSandbox`](/oss/python/integrations/sandboxes/daytona)                                  | <span data-sort-value="236000"><a href="https://pypi.org/project/langchain-daytona/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-daytona/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                    |
  | [`ModalSandbox`](/oss/python/integrations/sandboxes/modal)                                      | <span data-sort-value="91000"><a href="https://pypi.org/project/langchain-modal/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-modal/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                         |
  | [`AgentCoreSandbox`](/oss/python/integrations/sandboxes/aws)                                    | <span data-sort-value="59000"><a href="https://pypi.org/project/langchain-agentcore-codeinterpreter/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-agentcore-codeinterpreter/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span> |
  | [`VercelSandbox`](https://vercel.com/docs/sandbox)                                              | <span data-sort-value="26000"><a href="https://pypi.org/project/langchain-vercel-sandbox/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-vercel-sandbox/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                       |
  | [`RunloopSandbox`](https://docs.runloop.ai/docs/overview/what-is-runloop)                       | <span data-sort-value="24000"><a href="https://pypi.org/project/langchain-runloop/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-runloop/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                     |
  | [`E2BSandbox`](https://e2b.dev/docs)                                                            | <span data-sort-value="18000"><a href="https://pypi.org/project/langchain-e2b/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-e2b/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                             |
  | [`KubernetesSandbox`](https://gitlab.com/bitkaio/langchain/kubernetes-sandbox)                  | <span data-sort-value="395"><a href="https://pypi.org/project/langchain-kubernetes/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-kubernetes/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                 |
  | [`OpenShellSandbox`](https://github.com/langchain-ai/langchain-nvidia/tree/main/libs/openshell) | <span data-sort-value="329"><a href="https://pypi.org/project/langchain-nvidia-openshell/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-nvidia-openshell/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                     |
  | [`IsloSandbox`](https://docs.islo.dev)                                                          | <span data-sort-value="269"><a href="https://pypi.org/project/langchain-islo/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-islo/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                             |
  | [`BaponiSandbox`](https://baponi.ai/docs/guides/deep-agents)                                    | <span data-sort-value="260"><a href="https://pypi.org/project/langchain-baponi/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-baponi/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                         |
  | [`NonoSandbox`](https://github.com/always-further/langchain-nono)                               | <span data-sort-value="237"><a href="https://pypi.org/project/langchain-nono/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-nono/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                             |
  | [`UpstashBoxSandbox`](https://upstash.com/docs/box/overall/quickstart)                          | <span data-sort-value="199"><a href="https://pypi.org/project/langchain-upstash-box/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-upstash-box/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                               |
  | [`NovitaSandbox`](https://github.com/novitalabs/langchain-novita)                               | <span data-sort-value="172"><a href="https://pypi.org/project/langchain-novita/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-novita/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                         |
  | [`Leap0Sandbox`](https://leap0.dev/docs)                                                        | <span data-sort-value="164"><a href="https://pypi.org/project/langchain-leap0/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-leap0/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                           |
  | [`SuperserveSandbox`](https://docs.superserve.ai/introduction)                                  | <span data-sort-value="127"><a href="https://pypi.org/project/langchain-superserve/" target="_blank">  <img src="https://static.pepy.tech/badge/langchain-superserve/month" alt="Downloads per month" noZoom class="rounded not-prose" /></a></span>                                 |
  | [`LangSmith sandbox`](/oss/python/integrations/sandboxes/langsmith)                             | <span data-sort-value="-1">N/A</span>                                                                                                                                                                                                                                                |
</div>

If you'd like to contribute a sandbox, see [Implement a sandbox integration](/oss/python/contributing/implement-langchain).

***

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

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