Skip to main content
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

You can install the Novita SDK by executing the following commands.
npm i novita-sandbox

Install CLI

The Novita Sandbox CLI helps you manage sandboxes, run commands, build templates, and perform common development tasks directly from the terminal.
npm i -g novita-sandbox-cli
Last modified on June 24, 2026