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:
Example output:
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 criteria:
verial runs list
List recent runs:
verial runs get
Get run details with task-level results:
verial simulators
Manage simulators (FHIR, Voice, Payer portal, HL7, Fax, SFTP, etc.) inside your environments:
verial playgrounds
Instantiate an environment as a live playground with provisioned infrastructure:
verial sandboxes
Provision a single-simulator sandbox with live credentials (e.g. portal_url, FHIR base URL):
JSON Output
All commands support--json for machine-readable output: