Appearance
Install
Dolphin Anty is a native desktop application. There is no npm, pip, or CLI package. Download the platform binary from the official download page and run the installer.
Download
| Platform | URL |
|---|---|
| Windows | https://dolphin-anty.com/download/windows/ |
| macOS | https://dolphin-anty.com/download/macos/ |
| Linux | https://dolphin-anty.com/download/linux/ |
Setup Steps
- Download and run the installer for your platform.
- Launch Dolphin Anty. The app opens a local API server on
http://localhost:3001automatically. - Sign in or create a free account at dolphin-anty.com/panel/#/auth/registration.
- Navigate to the API section in your personal account dashboard.
- Choose a name and expiration date for your token, generate it, and save it immediately. The token is shown only once.
API Client Prerequisites (for automation)
Dolphin Anty's automation API is CDP-based. Install a CDP client in your project:
Node.js (Puppeteer):
bash
npm install puppeteer-coreNode.js (Playwright):
bash
npm install playwrightPython (Requests + Playwright):
bash
pip install requests playwright
playwright install chromiumRemote API (Cloud)
Profile management (create, list, delete) also goes through the cloud REST API:
Base URL: https://dolphin-anty-api.com
Authorization: Bearer <API_TOKEN>This endpoint does not require the desktop app to be running.