Skip to content
Merged
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
8 changes: 4 additions & 4 deletions docs/cloud/agent-signup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ Response:

Use the returned key for Browser Use Cloud API requests.

For example, create a browser session:
For example, create an API V4 run:

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


```bash
curl -X POST https://api.browser-use.com/api/v3/browsers \
curl https://api.browser-use.com/api/v4/runs \

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
curl https://api.browser-use.com/api/v4/runs \
curl https://api.browser-use.com/api/v4/runs \

-H "X-Browser-Use-API-Key: bu_..." \
-H "Content-Type: application/json" \
-d '{}'
-d '{"task":"Find the top Hacker News story"}'

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

```

See the [Create Browser Session API reference](/cloud/api-v3/browsers/create-browser-session).
See the [API V4 quick start](/cloud/agent/quickstart).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

l

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


## Claim the account

Expand Down
280 changes: 0 additions & 280 deletions docs/cloud/agent/cache-script.mdx

This file was deleted.

52 changes: 0 additions & 52 deletions docs/cloud/agent/follow-up-tasks.mdx

This file was deleted.

Loading