Skip to main content
BrowserUse is a powerful AI browser agent. Combined with the secure isolated environment provided by Novita Agent Sandbox, you can build high-concurrency, multi-task browser AI agents. This document provides detailed instructions on how to run BrowserUse projects based on Novita Agent Sandbox service. The document uses the browser-chromium sandbox template released by Novita. If you want to create your own template based on this or view more complete example code, please refer to here.

1. Get Novita API Key

2. Install Dependencies

Install the required Python packages:
Python

3. Example Code

Before getting started, you need to configure the necessary environment variables:
Bash
Save the following code:
agent.py

4. Run the Agent

After Installing the dependencies and setting up the environment variables, you can run the example code. You can see the output in the terminal as below if everything goes well. Browser-use is running tasks in the remote browser inside your sandbox. Output It will generate screenshots like below: screenshot1 To run a more complete demo, please refer to here.
Last modified on June 10, 2026