> ## Documentation Index
> Fetch the complete documentation index at: https://novita.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Installing CLI

Novita Agent Sandbox CLI is a command line tool that allows you to list, kill running <Link href="/guides/sandbox-lifecycle" target="_blank">sandboxes</Link>, and manage <Link href="/guides/sandbox-template-quickstart" target="_blank">sandbox templates</Link>.

## Installation

You can install the CLI globally using npm:

```bash Bash icon="terminal" theme={"system"}
npm i -g novita-sandbox-cli
```
