Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/cloud/agent/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ curl https://api.browser-use.com/api/v4/runs \
Install the SDK with `pip install browser-use-sdk` or
`npm install browser-use-sdk`. Curl needs no installation.

To keep cookies and local storage between runs, [sync a browser
profile](/cloud/guides/profile-sync) and pass its ID as
`browserSettings.profileId`.

Every new run implicitly creates a [session](/cloud/agent/sessions) for its
conversation and live browser, plus a [workspace](/cloud/agent/workspaces) for
persistent files.
Expand Down
4 changes: 4 additions & 0 deletions docs/cloud/browser/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ curl -X PATCH \
`PATCH /api/v4/browsers/{id}` with `{"action":"stop"}`.
</Warning>

To keep cookies and local storage between browsers, [sync a browser
profile](/cloud/guides/profile-sync) and pass its ID as `profileId` when you
launch the next browser.

<CardGroup cols={2}>
<Card
title="Connect over CDP"
Expand Down
8 changes: 8 additions & 0 deletions docs/cloud/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ curl https://api.browser-use.com/api/v4/runs \
Install the SDK with `pip install browser-use-sdk` or
`npm install browser-use-sdk`. Curl needs no installation.

To keep cookies and local storage between runs, [sync a browser
profile](https://docs.browser-use.com/cloud/guides/profile-sync) and pass its ID as
`browserSettings.profileId`.

Every new run implicitly creates a [session](https://docs.browser-use.com/cloud/agent/sessions) for its
conversation and live browser, plus a [workspace](https://docs.browser-use.com/cloud/agent/workspaces) for
persistent files.
Expand Down Expand Up @@ -1078,6 +1082,10 @@ curl -X PATCH \
managed browser. Use `client.browsers.stop(browser.id)` or call
`PATCH /api/v4/browsers/{id}` with `{"action":"stop"}`.

To keep cookies and local storage between browsers, [sync a browser
profile](https://docs.browser-use.com/cloud/guides/profile-sync) and pass its ID as `profileId` when you
launch the next browser.

[Connect over CDP](https://docs.browser-use.com/cloud/browser/playwright-puppeteer-selenium)
Use the CDP URL with Playwright or Puppeteer.
[Browser settings](https://docs.browser-use.com/cloud/api-v4/browsers/create-browser-session)
Expand Down
8 changes: 8 additions & 0 deletions docs/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ curl https://api.browser-use.com/api/v4/runs \
Install the SDK with `pip install browser-use-sdk` or
`npm install browser-use-sdk`. Curl needs no installation.

To keep cookies and local storage between runs, [sync a browser
profile](https://docs.browser-use.com/cloud/guides/profile-sync) and pass its ID as
`browserSettings.profileId`.

Every new run implicitly creates a [session](https://docs.browser-use.com/cloud/agent/sessions) for its
conversation and live browser, plus a [workspace](https://docs.browser-use.com/cloud/agent/workspaces) for
persistent files.
Expand Down Expand Up @@ -1078,6 +1082,10 @@ curl -X PATCH \
managed browser. Use `client.browsers.stop(browser.id)` or call
`PATCH /api/v4/browsers/{id}` with `{"action":"stop"}`.

To keep cookies and local storage between browsers, [sync a browser
profile](https://docs.browser-use.com/cloud/guides/profile-sync) and pass its ID as `profileId` when you
launch the next browser.

[Connect over CDP](https://docs.browser-use.com/cloud/browser/playwright-puppeteer-selenium)
Use the CDP URL with Playwright or Puppeteer.
[Browser settings](https://docs.browser-use.com/cloud/api-v4/browsers/create-browser-session)
Expand Down