h/web-surfer-holo3-1-35b agent, and runs until there’s an answer. The Quickstart takes it from there.
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 fragment an agent loads on demand. Optional. |
Beta: this API is still evolving. Send questions or bug reports to feedback@hcompany.ai.
Get started
Quickstart
Create your first agent session in under 5 minutes. Start here.
Integrations
Install the Python or TypeScript client and skip the polling boilerplate.
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.
Integrations
Call the API directly over HTTP, or use a typed client. Both ship ashai-agents — see the Integrations page for install, auth, and the helpers we recommend in production.
Python
Sync and async clients, typed with Pydantic v2.
TypeScript
A fully typed client for sessions, agents, skills, and environments.