Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-cloud-5f655725692a ,按照其中的说明把「cloud」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Reference docs for the Cloud REST API, SDKs, and integration patterns. Read the relevant file based on what the user needs.
runs resource in references/api-v4.md.browsers resource or REST/CDP, then explicitly stop the browser.browser-use skill, not Cloud SDK calls.Eligible new Google, GitHub or Microsoft signups get a one-time $15 Cloud credit. No card required; email/password signups do not qualify. Pricing and eligibility. Use gpt-5.6-luna for the free starter; paid-only models need a top-up.
Reuse BROWSER_USE_API_KEY, or guide the user through Cloud signup and key creation. Keep keys server-side, never in prompts or client bundles.
| Topic | Read |
|---|---|
| Current v4 setup, first run, sessions, workspaces, browsers | references/api-v4.md |
| Legacy v2 setup, pricing, FAQ | references/quickstart.md |
| v2 REST API: all 30 endpoints, cURL examples, schemas | references/api-v2.md |
| v3 BU Agent API: sessions, messages, files, workspaces | references/api-v3.md |
| Sessions, profiles, auth strategies, 1Password | references/sessions.md |
| CDP direct access, Playwright/Puppeteer/Selenium | references/browser-api.md |
| Proxies, webhooks, workspaces, skills, MCP, live view | references/features.md |
| Parallel, streaming, geo-scraping, tutorials | references/patterns.md |
| Topic | Read |
|---|---|
| Building a chat interface with live browser view | references/guides/chat-ui.md |
| Using browser-use as a subagent (task in → result out) | references/guides/subagent.md |
| Adding browser-use tools to an existing agent | references/guides/tools-integration.md |
https://api.browser-use.com/api/v2/ (v2), https://api.browser-use.com/api/v3 (v3), or https://api.browser-use.com/api/v4 (v4)X-Browser-Use-API-Key: <key>BROWSER_USE_API_KEY=<key>uv pip install browser-use-sdk (Python) or npm install browser-use-sdk (TypeScript)from browser_use_sdk import AsyncBrowserUsefrom browser_use_sdk.v3 import AsyncBrowserUsefrom browser_use_sdk.v4 import BrowserUse or AsyncBrowserUseimport { BrowserUse } from "browser-use-sdk"import { BrowserUse } from "browser-use-sdk/v3"import { BrowserUse } from "browser-use-sdk/v4"browsers.create and browsers.stop in the v4 namespace, alongside the v4 REST /browsers resource. Always stop a browser explicitly; closing CDP does not stop billing.wss://connect.browser-use.com?apiKey=KEY&proxyCountryCode=us