We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f836ab8 commit a1b0539Copy full SHA for a1b0539
README.md
@@ -4,12 +4,18 @@
4
pnpm add browser-use-sdk
5
```
6
7
-## QuickStart
+## Two-Step QuickStart
8
+
9
+1. ☝️ Get your API Key at [Browser Use Cloud](https://cloud.browser-use.com)...
10
11
+1. ✌️ Automate the web!
12
13
```ts
14
import BrowserUse from 'browser-use-sdk';
15
-const client = new BrowserUse();
16
+const client = new BrowserUse({
17
+ apiKey: 'bu_...',
18
+});
19
20
const result = await client.tasks.run({
21
task: 'Search for the top 10 Hacker News posts and return the title and url.',
0 commit comments