Skip to main content
The verial benchmarks commands manage Benchmarks — ordered groups of tasks that reference an environment and are evaluated against criteria. Use them to script benchmark definitions alongside your agent code. Authentication is required. See verial auth.

Subcommands

verial benchmarks list

List benchmarks visible to your organization. Synopsis:
Example:
REST equivalent: GET /benchmarks.

verial benchmarks create

Create a benchmark. Tasks and criteria are attached through the REST API or dashboard after creation. Synopsis:
Options: Example:
REST equivalent: POST /benchmarks.

verial benchmarks get

Fetch a single benchmark, including tasks and criteria. Synopsis:
Example:
REST equivalent: GET /benchmarks/:id.

verial benchmarks update

Update benchmark metadata or run limits. Omitted fields are left unchanged. Synopsis:
Example:
REST equivalent: PATCH /benchmarks/:id.

verial benchmarks delete

Delete a benchmark. Previously completed runs are retained. Synopsis:
REST equivalent: DELETE /benchmarks/:id.

Next Steps

Benchmarks

Benchmark model, tasks, and criteria.

Benchmarks API

Full REST parameters and response schema.