- Phase 1: Environment - Wrap software in MCP tools
- Phase 2: Tasks - Define evaluation scenarios
- Phase 3: Agents - Run evaluations and training
Phase 1 · Create a project (2 min)
Edit-save-test flow
- Open
server/tools.py, add or tweak a tool. - Save – the mcp restarts instantly.
- Visit
http://localhost:8765/docsto test tools/
Phase 2 · Write Tasks (2 min)
Build your environment image first (in the global folder):tasks.json using docker run:
hud init README for details.
Phase 3: Run Agents
Cheatsheet
| Action | Command |
|---|---|
| Create env | hud init my-env -p blank |
| Hot-reload dev | hud dev --build |
| Interactive test | hud dev --interactive |
| Troubleshoot | hud debug my-env:dev |
| Build image | hud build |
| Push to registry | hud push |
Learn more →
- Technical spec: Environment Spec
- CLI reference: CLI Overview
Available Environments
Browse ready-to-use environments and templates at hud.ai/environments.| Environment | Description |
|---|---|
hud-blank | Minimal starter template |
hud-browser | Browser automation with Playwright |
hud-remote-browser | Cloud browser providers (Steel, Anchor, etc.) |
hud-deepresearch | Deep research with web search |
hud-rubrics | LLM-as-judge evaluations |
coding-template | Full coding env with VNC, Postgres, Redis |