Skip to main content
Vercel Sandbox provides ephemeral, isolated Linux environments for running untrusted code. See the Vercel Sandbox docs for signup, authentication, and platform details.

Installation

Authentication

The Vercel SDK reads credentials from the environment. Set the following variables, or use OIDC when running on Vercel:

Create a sandbox backend

In Python, you create the sandbox using the provider SDK, then wrap it with the deepagents backend.

Use with Deep Agents

Cleanup

Always stop the sandbox when you are done to avoid ongoing resource usage. See also: Sandboxes.