Skip to main content
Vercel Sandbox
Vercel Sandbox runs each evaluation in ephemeral compute on Vercel’s infrastructure, scoped to a specific Vercel team and project. It supports both Python and TypeScript evaluators.

Setup

Vercel Sandbox needs three values: Then:
  1. Add the credentials to Phoenix. Open Settings → Sandboxes, find the Vercel Sandbox row, click the gear icon, and paste each value into the matching field. You can also set them as environment variables on the Phoenix server.
  2. Create a configuration. In Sandbox Configurations, click New Sandbox, pick Vercel Sandbox, choose the language (Python or TypeScript), set the timeout and any environment variables or dependencies, and save.
For Vercel’s full authentication walkthrough, see Vercel Sandbox authentication.