Prerequisites
- A Verial account with an API key
- Node.js 18+ (for the SDK) or any HTTP client (for the REST API)
1. Install the SDK
- SDK
- curl
2. Create a Simulator and Environment
First create a FHIR simulator, then an environment that links it:- SDK
- curl
3. Create a Benchmark with Tasks and Evals
A benchmark defines what to test. Create it linked to the environment, then add tasks with evals:- SDK
- curl
4. Start a Run
A run executes the benchmark. Verial provisions sandbox instances from the environment’s simulators, and your agent connects to perform tasks.- SDK
- curl
5. Check Results
Once your agent completes the tasks (or the timeout is reached), retrieve the run to see results.- SDK
- curl
Next Steps
Environments
Learn about simulator types and environment configuration.
Evaluations
Write effective evaluation criteria for your benchmarks.
SDK Reference
Install and configure the TypeScript SDK.
API Reference
REST API endpoints for all resources.