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.Part 2: Service pattern (recommended for production)
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.