> ## 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.

# CLI のインストール

Novita Agent Sandbox CLI は、実行中の <Link href="/docs/ja/guides/sandbox-lifecycle" target="_blank">サンドボックス</Link>を一覧表示および終了し、<Link href="/docs/ja/guides/sandbox-template-quickstart" target="_blank">サンドボックステンプレート</Link>を管理できるコマンドラインツールです。

## インストール

npm を使用して CLI をグローバルにインストールできます。

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