Browser lifecycle
A browser is created (cloud-minted or bring-your-own), run when work needs it, and stopped when idle.An idle running browser is suspended automatically after about 15 minutes without
activity, and due syncs or actions wake it on their own. See
Sync windows and auto-suspend.
Where to see all of this
Open the account’s drawer on the Senders page and switch to the Browser tab: the browser block (vendor, owner, status, fails and logouts), the proxy block (latency, uptime), and the event log underneath.
The Browser tab of the account drawer: browser state on the left, proxy health on the right, the event log below.
Proxies: cloud and BYO
- Cloud-minted browsers require a proxy. You pick the country when creating the browser; the platform attaches the least-loaded active proxy from the pool in that country automatically.
- Bring-your-own browsers keep their own. An existing vendor profile (for example GoLogin) arrives with its proxy; the platform reads the session and never changes the proxy.
Diagnose a proxy
Two checks are available per browser in the drawer:
If LinkedIn does not load inside the browser, run the connectivity check first. A
browser whose proxy is dead cannot sync or act; parked work resumes automatically once
the browser is healthy again.
The same over the API
POST /api/antidetect-browsers/run and /stop control the session,
/update-proxy moves a browser to another proxy (country included), and
/replace-proxy rotates the IP in place. The full contract lives in the
API reference.