Playgrounds are running instances of an Environment. When you create a playground (or start a benchmark run), Verial provisions live Sandboxes for each simulator in the environment, complete with credentials and loaded data. Each task run executes its rollout inside a playground, and the verification engine reads the playground’s final sandbox state to score criteria.Documentation Index
Fetch the complete documentation index at: https://docs.verial.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /playgrounds | List playgrounds |
POST | /playgrounds | Create a playground |
GET | /playgrounds/{id} | Get playground details |
POST | /playgrounds/{id}/teardown | Tear down a playground |
Playground Object
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier |
environment_id | string | Source Environment |
status | string | Current status (provisioning, active, teardown, etc.) |
organization_id | string | Parent organization |
created_at | datetime | Creation timestamp |
updated_at | datetime | Last modification timestamp |