Skip to main content

Install

Get your API key

Go to dashboard.veval.dev → Settings → API Keys.

Part 1: Minimal trace (no LLM required)

The simplest possible integration — wrap any async operation and it appears in your dashboard.
That’s it. Open your dashboard — you’ll see a trace with one step.
For real agents, pass the execution context into your service class so every LLM call is tracked automatically.
Injecting IVevalSdk (the interface) lets you swap in VevalTestSdk in tests — no live LLM calls, no API cost. See Replay.