Skip to main content
Gologin Cloud Browser lets you run a browser session in the cloud and control it from your automation tool (Puppeteer / Playwright) using a single connection URL.
Prefer a CLI? Use the Gologin Agent Browser CLI to control Cloud Browser from the shell without writing code — built for AI agents with snapshots, refs, and a persistent daemon.

Connection URL

Use this URL in your automation library as a remote browser endpoint:
  • token — your Gologin dev token.
  • profileprofile ID (optional):
    • if provided, Gologin will run this profile in the cloud;
    • if omitted, Gologin will create a new profile for the session.
Note: This URL is used as a WebSocket connection endpoint by automation libraries (for example browserWSEndpoint in Puppeteer).
Generate your token in the GoLogin dashboard: Personal Area → API Token.
Screenshotat Mar0514 27 28

Managing profiles (proxy, fingerprint, etc.)

Cloud Browser is only the connection layer (remote browser session).
To create/update profiles, attach proxies, configure fingerprint, tags, and other profile settings, use the Gologin REST API:

Examples