browse command. You can use it for browser automation, Browserbase cloud APIs, Functions, templates, and skill installation.
Use the Browse CLI when you want your agent to stay in the terminal for workflows like:
- Browser automation:
browse open,snapshot,click,fill,type,upload,screenshot,wait, andviewport - Navigation and inspection:
browse back,forward,reload,highlight,refs,get,is,eval, andcdp - Session controls:
browse status,stop,cursor,tab,network, andmouse - Cloud APIs:
browse cloudfor Browserbase projects, sessions, contexts, extensions, fetch, and search APIs - Functions:
browse functionsfor function development, publishing, and invocation - Skills and templates:
browse skillsandbrowse templatesfor reusable browser workflows and scaffolds
The
browse CLI is the current Browserbase CLI surface.Choose the right skill
Installation
- Browse CLI
- Vercel Skills CLI
- Claude Code plugins
1
Install the Browse CLI
2
Install the bundled skill
Command surface
The current top-levelbrowse topics are:
cloudfor Browserbase cloud resources and APIsfunctionsfor Browserbase Functionsmousefor raw mouse coordinate inputnetworkfor browser network captureskillsfor discovering and installing browser automation skillstabfor tab managementtemplatesfor scaffolding Browserbase templates
back,forward,reload,open, andwaitsnapshot,refs,highlight,screenshot, andcursorclick,fill,type,upload,select,key, andpressget,is,eval,viewport,status,stop, andcdp
Authentication
Remote Browserbase commands require your API key:BROWSERBASE_API_KEY from the environment on every command, including when a browse daemon is already running. You can export the key at any point or provide it to a single command without restarting the daemon:
Daemon lifecycle
Browser commands start the browse daemon automatically. To start a session when no daemon is running, use the exact command below and add--local or --remote if you want to choose the browser target explicitly:
browse stop is idempotent. When no daemon is running, it returns "stopped": false and exits successfully with code 0.
Common workflows
Browser automation
Cloud APIs
Functions
Skills
Browse.sh
Browse.sh is an open-source catalog of skills for reliable web tasks. It gives your agents researched playbooks for hundreds of sites.Further reading
Skills repository
View the Browserbase skills source and installation instructions.
Browse.sh
Explore the public Browse.sh skill catalog.