Skip to main content

Initialize

Full configuration options cover baseUrl, timeout, maxRetries, and request hooks.

Run a Published Benchmark

Create a run against an existing benchmark and poll until it finishes.

Author a Benchmark

Build an environment, wire up simulators, create a benchmark, and attach tasks + criteria.

Provision a Standalone Sandbox

Skip environments and benchmarks when you just need a live simulator instance.
See the Web Simulator Quickstart for the full browser-login walkthrough.

Iterate a List

List endpoints return a Page<T> that is async-iterable over every item across every page.
One page at a time:
More in Pagination.

Observe Every Request

Pass hooks for logging, tracing, or injecting auth on specific routes.

Handle Errors

Full hierarchy in Errors.