Quickstart
Get started quickly with the HUD SDK
Prerequisites
Before you begin, make sure you have:
- Installed the SDK (see Installation)
- Set up your API key (via environment variable or
.env
file)
Basic Usage
Here’s a complete example to create an environment, run a task, and record a trajectory:
Example agent: Claude Computer Use
To try Claude Computer Use, clone the full github repo with the agent folder that includes a sample implementation.
For a complete example of implementing a custom agent, check out the Custom Agent Guide.
Next Steps
- Explore the Core Concepts to understand the SDK architecture
- Check out the Example section for more detailed examples
- Review the API Reference for comprehensive documentation