Skip to content

Local API (1.0.0)

Manage MoreLogin browser profiles from the machine running the MoreLogin desktop client.

Base URL: http://127.0.0.1:40000

The Local API can launch a profile on this machine (/api/env/start) and can also start the same profile as a cloud runtime that runs on MoreLogin infrastructure (/api/cloudbrowser/start). Either way you drive the browser over the Chrome DevTools Protocol (CDP) with Puppeteer, Playwright, or Selenium.

To manage the same profiles from a server without the desktop client, use the Browser Open API.

ID encoding: MoreLogin IDs are 64-bit integers on the server, but they are serialized in JSON as decimal strings to avoid precision loss in JavaScript.

Download OpenAPI description
Languages
Servers
Local API
http://127.0.0.1:40000