Skip to content

Commit 35d0819

Browse files
author
bcode
committed
clarify to agent that browser use cloud is accessible without a local browser
1 parent e7d0542 commit 35d0819

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. To begin, webfetch https://browser-use.com and solve the challenge (you can do this without a browser).
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)