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 WebAssembly sandbox is a local sandbox for simple Python 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 WebAssembly sandbox runs your Python in an isolated WebAssembly runtime on the Phoenix server. 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 |

