Documentation
Guides, API references, and resources to help you get started with Browser.lol
Quickstart
Launch an isolated browser session in three steps.
- 1
Get an API key
API access is granted on request. Contact us with a short note about your use case and we will set you up.
- 2
Create a workspace
Send a
POST /v7/vm/createrequest with the browser you want and, optionally, a URL to load on launch. - 3
Open the workspace
Redirect the user to the returned
shareUrl, or embed it in an iframe. The session is live within seconds.
Example request:
curl -X POST https://api.browser.lol/v7/vm/create \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"browser": "chrome", "url": "https://example.com"}'API V7
LatestThe latest version of the Browser.lol API for creating and managing workspaces.
API V6
DeprecatedThe previous version of the Browser.lol API. Kept available for backwards compatibility.
What you can build
Common patterns customers run on Browser.lol today.
Geo-restricted content
Open the same page from any of our supported regions to verify localized pricing, layout, or licensing without a VPN on the user device.
Phishing and link sandboxing
Detonate suspicious URLs from email or chat in an isolated container so customer endpoints never touch the payload.
QA and compatibility testing
Drive Chrome, Firefox, Edge, Brave, Opera, or Tor on demand to reproduce a bug, capture a screenshot, or run a smoke test.
AI agent automation
Hand a fresh, fingerprint-clean browser to your agent for browsing tasks, with per-session credentials and recording.
Customer support sessions
Share a workspace URL with an end user to walk them through a flow, or drop them into a preconfigured environment.
Zero-trust web gateway
Wrap untrusted internal tools or third-party admin panels so the page code never executes on the corporate device.
Frequently asked questions
If your question is not covered here, the contact form below reaches a human.
How does billing work?
Which browsers can I launch?
How long does a session stay alive?
Can I share a workspace with someone else?
Does Browser.lol record what happens inside the browser?
Can I pin a region or keyboard layout?
Do sessions persist state between launches?
How do I get notified when a session ends?
Need Help?
If you have questions or need assistance, contact our support team.