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

# cloud

> Review the published Browser Use Cloud skill and current documentation for Browser Use Agents and Browser Infrastructure.

The `cloud` skill is published in the Browser Use repository for questions
about Browser Use Cloud's two products:

* **Browser Use Agents** complete web tasks from natural-language goals.
* **Browser Infrastructure** provides hosted browsers through SDK, REST, or
  CDP.

Skill versions are loaded from the repository at install time. Review the
linked source before relying on it. If an installed version bundles snapshots
or hardcodes mutable prices, limits, models, or lifecycle claims, treat those
details as stale and use the [current Cloud docs](/cloud/quickstart), REST
schemas, and [pricing](https://browser-use.com/pricing) instead. For the
self-hosted Python framework, use the
[`open-source`](/open-source/examples/skills/open-source) skill.

## Install

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

## Links

<CardGroup cols={2}>
  <Card title="Cloud docs" icon="cloud" href="/cloud/quickstart" />

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