Skip to main content
The Verial SDK is the recommended way to integrate Verial into TypeScript and Node.js applications. It wraps every REST endpoint with typed methods, handles authentication and pagination, and exposes ergonomic helpers for creating environments, running benchmarks, and reading results. Use the SDK when you want to:
  • Script benchmark runs from CI or a test harness
  • Build custom tooling on top of Verial’s API
  • Work with strongly-typed request and response models

Installation

Install the SDK and configure your API key.

CLI

Use the bundled CLI for common workflows.