This guide will walk you through launching your first task in BrowserAI in just a few steps—so you can start automating browser interactions at scale without worrying about anti-bot restrictions like fingerprinting, CAPTCHAs, or IP blocks.

Quick Start

1

Sign up

Sign up to BrowserAI.

2

Go to Projects

Navigate to the Projects section on the left sidebar and add a new project.

3

Name Your Project

Inside the project, you can rename it to whatever suits your workflow.

4

Send you first task

Your API token and a ready-to-use cURL command are available in the right sidebar. Here you can customize:

curl -H "authorization: apikey {YOUR-API-TOKEN}" -H "Content-Type: application/json" --data "{\"task\":\"{YOUR-PROMPT}\", \"geoLocation\":{\"country\":\"{2-LETTER-CODE}\"}, \"project\":\"{PROJECT-NAME}\"}" -X POST https://browser.ai/api/v1/tasks
  1. apikey - Your personal API Token.
  2. task - the prompt itself.
  3. country - the geolocation of the task, use .

5

Session dashboard

Once you run the cURL command in your terminal, a new session will appear in your activity dashboard.

6

See results

Once the session reaches a Finalized status, you can dive in to review the results and trace the steps taken by the AI agent.

7

Use our API

Feel free to explore our API for quick task creation, metadata retrieval, and seamless access to task results.