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:
- 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.
- 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.

