Installation
Requirements
- Node.js 18+
- Docker
Install the CLI
Run
npm i -g @hiver.sh/cli && hiverInstall the client SDK
Add the Hiver client to your project to provision and control sandboxes from code.
Run
npm install --save @hiver.sh/clientAgent skill
The CLI ships with a skill containing all the documentation about the CLI and the client libraries for TypeScript, Python and Golang. You can install it, so your coding agent can use it:
Run
hiver install-skillIt supports Claude Code, Codex, Antigravity, and GitHub Copilot CLI.
Next: Getting Started