env_id.
Looking for runtime policy enforcement instead? See the Control plane product.
What you get
Environments
Select an environment withenv_id on every evaluation:
Scoring is deterministic over session and device state, no LLM judge, no OCR matching on assistant prose.
Platform features
Two ways to call an environment
Managed evaluations
Point the platform at your agent endpoint. It runs tasks, drives the device, scores, and returns rewards.
Direct env loop
Call
POST /v1/env/reset and POST /v1/env/step yourself, full control over the episode loop (private network).Start here
1
Quickstart
Run your first evaluation against a hosted environment.
2
Understand scoring
Read task definitions and verifiers.
3
Pull results
Learn how to retrieve scores, trajectories, and stats.