This feature is currently in beta. You need to install the beta versions of both the Novita Sandbox Python SDK and the CLI tool:
Install Python SDK with pip
Use the --pre flag to install the latest beta version:
Install Node.js CLI
Option 1: Run with npx (Recommended)
Install the beta CLI locally in your project directory using npm, then run it with npx. This avoids polluting your global environment with the beta version.
Option 2: Global Installation
If you use the CLI frequently, you can install it globally:
After installation, you can use the command directly:
Last modified on May 15, 2026