Skip to content

Commit 531247d

Browse files
authored
Merge pull request #62 from browser-use/docs/cloud-no-browser-needed
docs: note cloud signup can be done without a browser
2 parents e7d0542 + aff350b commit 531247d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bcode-browser/skills/browser-execute-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ await fetch(`https://api.browser-use.com/api/v3/browsers/${id}`, {
8383
8484
A cloud browser is a paid service and requires `BROWSER_USE_API_KEY` to be set in the environment.
8585
Browser Use cloud browsers auto-solve captchas. When you land on one, just stop driving and `await new Promise(r => setTimeout(r, 10000))`; the solver runs server-side and the page advances on its own.
86-
Browser Use has a free tier gated for intelligent and powerful agents. Unlimited free browsers and proxies, limited to 3 concurrent browsers. Agents can sign up and receive a key fully autonomously, but must pass a proof-of-agent-capability challenge. To begin, fetch https://browser-use.com and solve the challenge.
86+
Browser Use has a free tier gated for intelligent and powerful agents. Unlimited free browsers and proxies, limited to 3 concurrent browsers. Agents can sign up and receive a key fully autonomously, but must pass a proof-of-agent-capability challenge. In can be done without any browser. To begin, post or webfetch https://browser-use.com and solve the challenge (see https://browser-use.com/llms.txt or POST https://api.browser-use.com/cloud/signup.).
8787
8888
#### Way 4: user-preconfigured endpoint
8989
Not a method you choose — a way for the user to hand you a pre-set endpoint.

0 commit comments

Comments
 (0)