> ## Documentation Index
> Fetch the complete documentation index at: https://browseruse-0aece648-larsen-v1-unified-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# cloud

> Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation.

The `cloud` skill gives your agent a reference for [Browser Use Cloud](/cloud/quickstart): the REST API (v2 and v3), the `browser-use-sdk` (Python and TypeScript), `X-Browser-Use-API-Key` authentication, cloud sessions, browser profiles and profile sync, CDP WebSocket access, stealth browsers, residential proxies, CAPTCHA handling, webhooks, workspaces, the skills marketplace, `liveUrl` streaming, pricing, and integration patterns (chat UI, subagents, n8n/Make/Zapier, Playwright/Puppeteer/Selenium).

<Note>
  For the open-source Python library (`Agent`, `Browser`, `Tools`), use the [`open-source`](/open-source/examples/skills/open-source) skill instead.
</Note>

## Install

```bash theme={null}
npx skills add https://github.com/browser-use/browser-use --skill cloud
```

## Links

<CardGroup cols={2}>
  <Card title="skills.sh" icon="up-right-from-square" href="https://www.skills.sh/browser-use/browser-use/cloud" />

  <Card title="Source" icon="github" href="https://github.com/browser-use/browser-use/tree/main/skills/cloud" />
</CardGroup>
