Skip to content

Install

Desktop application

Incogniton is a GUI desktop application. Download and install it from the official download page:

https://incogniton.com/download-incogniton/

Installers are available for Windows and macOS. Run the installer, sign in with or create your Incogniton account, and the application is ready.

Node.js SDK (for automation)

The Node.js SDK lets you control profiles programmatically from scripts or agents. Requires the Incogniton desktop app to be running on the same machine (the SDK communicates with it locally over CDP -- no external API token needed).

bash
npm install incogniton

Python SDK (for automation)

bash
pip install incogniton

Prerequisites

  • Incogniton desktop app must be running before any SDK or REST API call is made
  • An active Incogniton account (free tier supports up to 10 profiles)
  • At least one browser profile created inside the app
  • Node.js 18+ or Python 3.9+ for the respective SDKs

Authentication

No API token is required. All SDK and REST API calls are made locally to the running Incogniton desktop process. The SDK resolves the local connection automatically.