Installation

Requirements

  • Node.js 18+
  • Docker

Install the CLI

Run
npm i -g @hiver.sh/cli && hiver

Install the client SDK

Add the Hiver client to your project to provision and control sandboxes from code.

Run
npm install --save @hiver.sh/client

Agent 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-skill

It supports Claude Code, Codex, Antigravity, and GitHub Copilot CLI.


Next: Getting Started