Skip to content
Ant0 Docs
Create free account
Pixel art: an ant colony seen in cross-section, tunnels connecting separate chambers.

Ant0 documentation

Set up the app, give every profile its own browser, proxy and cookies, and drive it all from your code through the local API.

Start here

Automation

Start a profile, get a CDP endpoint

# token: Desktop → Automation
curl -X POST \
  -H "Authorization: Bearer $ANT0_TOKEN" \
  http://127.0.0.1:27100/v1/profiles/Shop%20DE/start

# → Session with ws_endpoint for Playwright or Puppeteer

Using Ant0

Reference