Browser-use cloud
install
source · Clone the upstream repo
git clone https://github.com/browser-use/browser-use
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/browser-use/browser-use "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/cloud" ~/.claude/skills/browser-use-browser-use-cloud && rm -rf "$T"
manifest:
skills/cloud/SKILL.mdsource content
Browser Use Cloud Reference
Reference docs for the Cloud REST API, SDKs, and integration patterns. Read the relevant file based on what the user needs.
API & Platform
| Topic | Read |
|---|---|
| Setup, first task, pricing, FAQ | |
| v2 REST API: all 30 endpoints, cURL examples, schemas | |
| v3 BU Agent API: sessions, messages, files, workspaces | |
| Sessions, profiles, auth strategies, 1Password | |
| CDP direct access, Playwright/Puppeteer/Selenium | |
| Proxies, webhooks, workspaces, skills, MCP, live view | |
| Parallel, streaming, geo-scraping, tutorials | |
Integration Guides
| Topic | Read |
|---|---|
| Building a chat interface with live browser view | |
| Using browser-use as a subagent (task in → result out) | |
| Adding browser-use tools to an existing agent | |
Critical Notes
- Cloud API base URL:
(v2) orhttps://api.browser-use.com/api/v2/
(v3)https://api.browser-use.com/api/v3 - Auth header:
X-Browser-Use-API-Key: <key> - Get API key: https://cloud.browser-use.com/new-api-key
- Set env var:
BROWSER_USE_API_KEY=<key> - Cloud SDK:
(Python) oruv pip install browser-use-sdk
(TypeScript)npm install browser-use-sdk - Python v2:
from browser_use_sdk import AsyncBrowserUse - Python v3:
from browser_use_sdk.v3 import AsyncBrowserUse - TypeScript v2:
import { BrowserUse } from "browser-use-sdk" - TypeScript v3:
import { BrowserUse } from "browser-use-sdk/v3" - CDP WebSocket:
wss://connect.browser-use.com?apiKey=KEY&proxyCountryCode=us