← Back to Registry

Browserbase

The Browserbase `browse` CLI: let agents browse the web with a cloud browser, no sandbox required.

Category
Browser
Status
Beta
Docs
Guide

1. Install

npm install @agentos-software/browserbase

2. Add to agentOS

Register it with your VM's software: [] so its commands are available inside the VM.

import { agentOS, setup } from "@rivet-dev/agentos";
import browserbase from "@agentos-software/browserbase";

// Add the package to your VM's software so its commands are available inside the VM
const vm = agentOS({ software: [browserbase] });

export const registry = setup({ use: { vm } });