Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Daytona runs each evaluation in a managed development sandbox on its own cloud. Sandboxes start from snapshots, which keeps startup fast, and Daytona supports both Python and TypeScript evaluators.
Setup
- Create a Daytona account at daytona.io if you don’t already have one.
- Generate an API key in the Daytona dashboard.
- Add the key to Phoenix. Open Settings → Sandboxes, find the Daytona row, click the gear icon, and paste the key as
DAYTONA_API_KEY. You can also set it as an environment variable on the Phoenix server instead. - Create a configuration. In Sandbox Configurations, click New Sandbox, pick Daytona, choose the language (Python or TypeScript), set the timeout and any environment variables or dependencies, and save.

