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 easily integrate sandbox capabilities into your business. Below are the installation methods for these components.

Install Stable SDK

npm i novita-sandbox

Install Stable CLI

npm i -g novita-sandbox-cli
Additionally, some new advanced features will be first released in the Beta versions of the SDK and CLI tools, which you can install using the following methods. After thorough validation, the Beta versions of the SDK and CLI tools will be regularly synchronized and updated to the stable version. If you encounter any issues during use, please feel free to contact us.

Install Beta SDK

npm i novita-sandbox@beta

Install Beta CLI

npm i -g novita-sandbox-cli@beta