# Installing CLI - Documentation

> For the complete documentation index, see [llms.txt](/llms.txt). Markdown is available with `Accept: text/markdown` and `.md` URL variants.

Source: /docs/guides/sandbox-cli

# Installing CLI

Novita Agent Sandbox CLI is a command line tool that allows you to list, kill running [sandboxes](/docs/guides/sandbox-lifecycle), and manage [sandbox templates](/docs/guides/sandbox-template-quickstart).

##

[​](#installation)

Installation

You can install the CLI globally using npm:

Bash

```
npm i -g novita-sandbox-cli
```

Last modified on June 4, 2026
