# HUD ## Docs - [Converting Harbor Benchmarks](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/advanced/harbor-convert.md): Import Harbor tasks into HUD with a single command - [Testing Environments](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/advanced/testing-environments.md): Local testing, variants, mock mode, and debugging - [Contributing](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/contributing.md): Help us improve HUD - [Build Your Own Codex](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/cookbooks/codex-coding.md): Recreate OpenAI's Codex CLI from scratch using HUD - [Build Your Own OpenCode](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/cookbooks/opencode-agent.md): Recreate the OpenCode AI coding agent from scratch using HUD - [Ops Diagnostics Agent](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/cookbooks/ops-diagnostics.md): How we built a hierarchical agent to diagnose production issues across our infrastructure - [Best Practices](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/guides/best-practices.md): Design effective environments, evals, and grading logic - [Integrations](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/guides/integrations.md): Use any agent framework with HUD environments - [Sandboxing](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/guides/sandboxing.md): Turn your existing services into agent-testable environments - [Introduction](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/index.md): Build, evaluate, and train AI agents. - [Add to Cursor/Claude](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/llm-quickstart.md): Add context about hud to any coding agent - [Migrating from v4](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/migration.md): Transition from Task-based environments to the unified Environment class - [Environments](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/platform/environments.md): Deploy, manage, and monitor agent environments on the HUD platform. - [Overview](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/platform/index.md): Navigate the HUD platform to manage models, environments, and tasksets. - [Trace Analysis Environment](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/platform/internal/trace-analysis.md): How we built an environment to let agents analyze their own traces—and how you can apply the same pattern - [MCP Integration](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/platform/mcp.md): Let your AI agent query the platform. Analyze traces, debug environments, explore tasks. - [Models](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/platform/models.md): Browse, fork, and train AI models on the HUD platform. - [Publishing Leaderboards](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/platform/publishing-leaderboards.md): Create a taskset, run evaluations, validate results, and publish to the community. - [Slack Integration](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/platform/slack.md): Run HUD scenarios directly from Slack by @mentioning the HUD bot. - [Subagent API](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/platform/subagent.md): Create a scenario, optionally train a model, and get a simple API endpoint that runs your agent. - [Tasksets](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/platform/tasksets.md): Organize and manage collections of tasks for agent evaluations. - [Hosted Running](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/quick-links/deploy.md): Deploy environments to the platform. Run evals at scale. - [Environments](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/quick-links/environments.md): Turn your code into agent-callable tools. Define how agents are evaluated. - [Tasks & Training](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/quick-links/evals.md): Run evaluations at scale. Train models on your tasks. - [Models](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/quick-links/models.md): One endpoint for every model. Native tool integration. - [Agents](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/agents.md): SDK reference for HUD agent classes - [hud analyze](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/cli/analyze.md): Inspect MCP environments quickly from metadata or live containers - [hud build](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/cli/build.md): Build production images and generate lock files for reproducible environments - [hud debug](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/cli/debug.md): Test MCP environments through 5 validation phases - [hud deploy](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/cli/deploy.md): Deploy HUD environments directly to the platform - [hud dev](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/cli/dev.md): Development server for MCP environments (hot-reload is opt-in via --watch) - [hud eval](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/cli/eval.md): Run agents on tasks or datasets - [hud init](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/cli/init.md): Create a new HUD environment from a preset - [hud link](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/cli/link.md): Link a local directory to an existing HUD environment - [Other CLI Commands](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/cli/misc.md): Miscellaneous HUD CLI utilities - [CLI Overview](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/cli/overview.md): Complete reference for HUD command-line tools - [hud push](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/cli/push.md): Share HUD environments to Docker and HUD registries - [hud rft](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/cli/rft.md): Fine-Tuning commands (invite-only) - [Environment](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/environments.md): SDK reference for the Environment class - tools, connectors, and integrations - [Evals](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/evals.md): SDK reference for hud.eval() - the unified evaluation context manager - [MCPServer](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/mcpserver.md): SDK reference for building MCP servers - [Tools](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/tools.md): SDK reference for building and extending HUD tools - [Types](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/reference/types.md): SDK type reference for HUD - [Agent Tools](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/tools/agents.md): Run agents as tools for hierarchical task delegation - [Coding Tools](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/tools/coding.md): Shell execution and file editing - [Computer Tools](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/tools/computer.md): Mouse, keyboard, and screenshot control - [Filesystem Tools](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/tools/filesystem.md): File reading, searching, and directory listing - [Grounding Tools](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/tools/grounding.md): Element descriptions to coordinates - [Introduction](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/tools/index.md): Pre-built capabilities for computer control, shell execution, and more - [Memory Tools](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/tools/memory.md): Persistent storage across conversations - [Web Tools](https://hud-f5fd7c15-feat-agent-server-and-scenario-chat.mintlify.app/tools/web.md): Browser automation and web search