Skip to main content

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

  1. Create a Daytona account at daytona.io if you don’t already have one.
  2. Generate an API key in the Daytona dashboard.
  3. 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.
  4. 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.