Browser-act separates identity from work:Documentation Index
Fetch the complete documentation index at: https://docs.browseract.com/llms.txt
Use this file to discover all available pages before exploring further.
- A browser is an identity: cookies, profile, fingerprint, proxy, and description.
- A session is a workspace: one task’s current page, tabs, state, and command flow.
Concurrency models
| Model | Isolation level | Shared state | Best for |
|---|---|---|---|
| Cross-browser parallelism | Browser identity | Nothing by default | Multiple accounts, regions, or identities |
| Multiple sessions on one browser | Session workspace | Cookies and login state | Parallel tasks on the same account |
| Stealth privacy sessions | Fresh profile per session | Nothing persistent | One-off public data collection |
Cross-browser parallelism
Each browser has independent cookies, fingerprints, and proxy settings.Multiple sessions on one browser
Use multiple sessions when tasks should share the same login state but run independently:Privacy mode sessions
For stealth browsers with--private true, each session starts with a fresh fingerprint and empty profile:
Session lifecycle
Rules:- A session belongs to the agent or task that created it.
- A session is tied to one browser.
- One browser can have multiple sessions.
- Session names must be unique.
- Idle sessions may be reclaimed automatically after a period of inactivity.
Commands that do not need a session
These commands operate outside a browser workspace:browser listbrowser createbrowser updatebrowser deletebrowser regionsbrowser list-profilessession listauth login,auth poll,auth set,auth clearget-skillsreport-logfeedbackstealth-extract
Best practices
[!TIP] Use descriptive session names such aspricing-us,login-check, orreport-export. Close sessions when the task is complete.
Shared account work
Use multiple sessions when tasks should share one browser identity and login state.
Separate identities
Use separate browsers when tasks need separate accounts, regions, cookies, or proxies.
One-off jobs
Use privacy mode for work that should leave no persistent profile state.
Readable ownership
Name sessions by task and identity so agents and humans can understand what each session is doing.
Learn more
Browser Modes
Choose the right browser identity before running parallel work.
Designed for Agents
See how naming, selection, and safety rules help agents operate cleanly.
Command Reference
Look up browser and session management commands.

