JSPM

  • Created
  • Published
  • Downloads 12653
  • Score
    100M100P100Q124628F
  • License MIT

Official TypeScript SDK for the Browser Use API

Package Exports

  • browser-use-sdk
  • browser-use-sdk/v3

Readme

browser-use-sdk

Official TypeScript SDK for Browser Use Cloud.

Install

npm install browser-use-sdk

Quick Start

Get your API key at cloud.browser-use.com/settings.

export BROWSER_USE_API_KEY=your_key
import { BrowserUse } from "browser-use-sdk";

const client = new BrowserUse();
const result = await client.run("Find the top 3 trending repos on GitHub today");
console.log(result.output);

Docs

docs.browser-use.com

License

MIT