Skip to main content

Authentication

All requests require an API key in the X-Browser-Use-API-Key header:
Get a key at cloud.browser-use.com/settings. Keys start with bu_.

Base URL

OpenAPI spec

The full API surface is published as a machine-readable OpenAPI 3.1 spec — use it to generate typed clients or validate payloads:
Also at /cloud/openapi/v3.json. Legacy v2 spec: /cloud/openapi/v2.json.

Quick example

Create a session
Get session result (replace SESSION_ID)

Environment variable

Set the key once so SDKs pick it up automatically:

Prefer the SDK? See the Agent docs — the SDK has all API endpoints available as methods, including client.browsers.create().