# Installing SDKs & 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-sdk-and-cli

# Installing SDKs & CLI

Novita Agent Sandbox provides official stable SDKs (currently supporting Python and JavaScript & TypeScript) as well as accompanying command-line tools to help you integrate sandbox capabilities into your business. You can install the Novita SDK for application code and the CLI for terminal-based sandbox operations.

##

[​](#install-sdk)

Install SDK

You can install the Novita SDK by executing the following commands.

JavaScript & TypeScript

Python

```
npm i novita-sandbox
```

##

[​](#install-cli)

Install CLI

The Novita Sandbox CLI helps you manage sandboxes, run commands, build templates, and perform common development tasks directly from the terminal.

Bash

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

Last modified on June 24, 2026
