Skip to main content
Fastest path - hand the docs to your coding agent first. The HUD docs skill scaffolds correct v6 environments and flags weak task designs as you build:
The rest of this page walks the setup path by hand.

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:
This includes a ready-to-run task in 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.