1. Install
2. Set your API key
Get a key from hud.ai/project/api-keys - one key both routes models through the HUD gateway and traces every rollout.3. Create a Test Environment
hud init my-env normally starts from the coding environment. This five-minute walkthrough
uses the minimal example so every part fits on one page:
tasks.py:
tasks.py
4. Run it
hud eval spawns the environment locally, runs the claude agent, and grades it. Every rollout generates a replayable trace on hud.ai.
5. View your traces
hud eval prints a job link. Open it on hud.ai to replay each trace step by
step - every prompt, action, and the reward the grader returned. From the
platform you can run whole tasksets across models and compare the results.