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.
The Deno sandbox is a local sandbox for simple TypeScript evaluators — pure-logic checks like regex matches, JSON parsing, and scoring functions. It runs locally inside the Phoenix server, starts in milliseconds, and needs no credentials.
What it supports
The Deno sandbox runs your TypeScript in a locked-down local process. It is intentionally limited to self-contained code:| Capability | Supported? |
|---|---|
| Environment variables | ❌ Not supported — use a hosted sandbox |
| Network access | ❌ Not supported — use a hosted sandbox |
| Third-party dependencies | ❌ Not supported — use a hosted sandbox |

