mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
49 lines
919 B
Plaintext
49 lines
919 B
Plaintext
---
|
|
title: "Quickstart"
|
|
description: "Skip the setup with Browser Use Cloud"
|
|
icon: "cloud"
|
|
---
|
|
|
|
<img
|
|
className="block dark:hidden rounded-2xl"
|
|
src="/images/cloud-banner.png"
|
|
alt="Browser Use Cloud Banner"
|
|
/>
|
|
<img
|
|
className="hidden dark:block rounded-2xl"
|
|
src="/images/cloud-banner-dark.png"
|
|
alt="Browser Use Cloud Banner"
|
|
/>
|
|
|
|
## Get Started
|
|
|
|
☝️ Get your API Key at [Browser Use Cloud](https://cloud.browser-use.com) then choose your language.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="Python SDK"
|
|
icon="python"
|
|
href="/cloud/v2/python-quickstart"
|
|
|
|
>
|
|
|
|
Browser Use NPC Mode SDK 🤖
|
|
|
|
</Card>
|
|
<Card
|
|
title="Node.js SDK"
|
|
icon="node-js"
|
|
href="/cloud/v2/node-quickstart"
|
|
|
|
>
|
|
|
|
Browser Use Wizard Mode SDK 🧙♂️
|
|
|
|
</Card>
|
|
|
|
</CardGroup>
|
|
|
|
{/* <br /> */}
|
|
|
|
> To play around with the API, you can use the [Browser Use Cloud Playground](https://cloud.browser-use.com/playground).
|