Installation
The CLI is included with the SDK:npx without installing globally:
Authentication
Set your API key as an environment variable:Commands
verial run
Execute a benchmark and wait for results:
| Flag | Description |
|---|---|
--benchmark, -b | Benchmark ID (required) |
--environment, -e | Environment ID |
--timeout | Override timeout in seconds |
--json | Output results as JSON |
--no-wait | Start run and exit without waiting |
verial environments list
List environments in your organization:
verial environments get
Get environment details:
verial benchmarks list
List benchmarks:
verial benchmarks get
Get benchmark details including tasks and evals:
verial runs list
List recent runs:
verial runs get
Get run details with task-level results:
JSON Output
All commands support--json for machine-readable output: