Benchmarks group Tasks into a test suite. Each benchmark references an Environment and defines timeout and concurrency settings. Each task inside a benchmark has Criteria that the verification engine runs to score task runs.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 | /benchmarks | List benchmarks |
POST | /benchmarks | Create a benchmark |
GET | /benchmarks/{id} | Get benchmark details |
PATCH | /benchmarks/{id} | Update a benchmark |
DELETE | /benchmarks/{id} | Delete a benchmark |
Benchmark Object
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier |
name | string | Benchmark name |
description | string | null | Optional description |
timeout | number | Max execution time in seconds |
concurrency | number | Max concurrent task executions |
organization_id | string | Parent organization |
created_at | datetime | Creation timestamp |
updated_at | datetime | Last modification timestamp |