# Browser Use developer index

Browser Use offers two commercial products:

| Product | Use it when | Start here |
|---|---|---|
| Browser Use Agents | You want to submit a task and receive completed work | [Agents quickstart](https://docs.browser-use.com/cloud/agent/quickstart) |
| Browser Infrastructure | You want to connect your own code or agent to managed browsers | [Browser quickstart](https://docs.browser-use.com/cloud/browser/quickstart) |

Open Source, Browser Harness, the SDK, and MCP are developer tools and interfaces around these products—not additional commercial product families.

## Browser Use Agents

Give Browser Use a natural-language task and receive completed work from a managed browser agent. API V4 is the current interface for new integrations.

- Structured output with JSON Schema.
- Sessions and follow-up turns in the same browser context.
- Workspaces for persistent input and output files.
- Deterministic scripts that replay learned workflows without LLM cost.
- Human takeover for authentication and approvals.
- Progress events, recordings, webhooks, and observability.
- Hosted models or bring your own model key on eligible plans.

The default hosted model is GPT-5.6 Luna at $0.24/1M input tokens, $0.024/1M cached input tokens, and $1.44/1M output tokens. Browser time starts at $0.02/hour. See current model, network, and plan rates in [pricing.md](https://browser-use.com/pricing.md).

- [Browser Use Agents](https://browser-use.com/web-agents)
- [Agents quickstart](https://docs.browser-use.com/cloud/agent/quickstart)
- [API V4 overview](https://docs.browser-use.com/cloud/api-v4-overview)
- [API V4 reference](https://docs.browser-use.com/cloud/openapi/v4.json)
- [Pricing](https://browser-use.com/pricing.md)

## Browser Infrastructure

Launch a managed Chromium browser and control it through the Python or TypeScript SDK, REST API, or a CDP client such as Playwright, Puppeteer, or Selenium.

- $0.02/browser-hour, metered by the minute.
- Stealth browser builds and CAPTCHA handling.
- Residential proxies in 195+ countries or bring your own proxy.
- Persistent profiles for cookies, local storage, and authenticated sessions.
- Live preview, embeddable browser view, and session recordings.

- [Browser Infrastructure](https://browser-use.com/stealth-browsers)
- [Browser quickstart](https://docs.browser-use.com/cloud/browser/quickstart)
- [SDK repository](https://github.com/browser-use/sdk)
- [Playwright, Puppeteer, and Selenium](https://docs.browser-use.com/cloud/browser/playwright-puppeteer-selenium)
- [Profiles and authentication](https://docs.browser-use.com/cloud/guides/authentication)
- [Stealth](https://docs.browser-use.com/cloud/browser/stealth)

## Developer tools

### Open Source

The `browser-use` Python library lets developers build and run browser agents locally or on their own infrastructure.

```bash
pip install browser-use
```

- [Open-source quickstart](https://docs.browser-use.com/open-source/quickstart)
- [GitHub repository](https://github.com/browser-use/browser-use)
- [Complete open-source documentation](https://docs.browser-use.com/open-source/llms-full.txt)

### Browser Harness

Browser Harness gives coding agents direct browser control through a CLI and installable skill.

- [Browser Harness](https://www.browser-harness.com)
- [GitHub repository](https://github.com/browser-use/browser-harness)

### Cloud SDK and MCP

- [Cloud SDK repository](https://github.com/browser-use/sdk)
- [MCP integration](https://docs.browser-use.com/cloud/guides/mcp-server)

## Benchmarks and engineering

Browser Use Agents currently solve 82% of 106 Internal Bench Hard tasks at $0.17 per solved task and score 98% across all 300 Online-Mind2Web tasks. Browser Infrastructure leads the published 296-task BrowserBench result at 84.8% and the 71-site high-security benchmark at 81%.

- [Agent benchmark](https://browser-use.com/benchmarks/agents)
- [Browser benchmark](https://browser-use.com/benchmarks/browsers)
- [Online-Mind2Web agent benchmark](https://browser-use.com/posts/online-mind2web-benchmark)
- [Browser-agent evaluation system](https://browser-use.com/posts/our-browser-agent-evaluation-system)
- [Stealth browser benchmark](https://browser-use.com/posts/stealth-benchmark)
- [Browser infrastructure architecture](https://browser-use.com/posts/browser-infra)

## References

- [Complete pricing](https://browser-use.com/pricing.md)
- [Full product context](https://browser-use.com/llms-full.txt)
- [Cloud documentation](https://docs.browser-use.com/cloud/llms-full.txt)
- [Open-source documentation](https://docs.browser-use.com/open-source/llms-full.txt)
- [Product map](https://browser-use.com/llms.txt)

Additional supported agent APIs: [API V3](https://docs.browser-use.com/cloud/api-reference) and [API V2](https://docs.browser-use.com/cloud/api-v2-overview).
