h/web-surfer-flash agent, and runs until there’s an answer. The h/ prefix marks H’s pre-built, read-only agents; agents you create have no prefix. The Quickstart takes it from there.
You need an H API key first. Create one at platform.hcompany.ai/settings/api-keys: click Create key and give it a name. The key is shown once. The CLI and SDKs read it from the
HAI_API_KEY environment variable, or hai login stores it for you. See Authentication for details.How it fits together
The building blocks, each with a dedicated page:| Concept | What it is |
|---|---|
| Agent | A reusable configuration: environments, skills, model, and instructions. Reference a pre-built agent or create your own. |
| Environment | The surface the agent acts on and observes. A browser today; desktop in What’s next. |
| Session | A single run of an agent against a task, with a lifecycle you can steer. |
| Skill | A reusable instruction support@hcompany.aiads on demand. Optional. |
Get started
Quickstart
Create your first agent session in under 5 minutes. Start here.
SDKs
Install the Python or TypeScript client and skip the polling boilerplate.
Use cases
See it in action: QA a live page from Claude Code, or drive a browser checkout from a plain-language prompt.
Session lifecycle
See agent, environment, and session come together at runtime.
Agent View
Watch a session live or replay it afterward to debug, monitor, and follow your agents.
Billing
Plans, token and concurrency allowances, and how to manage your subscription.