camofox-browser is a headless browser automation server built specifically for AI agents that need to interact with websites that often block standard automation stacks. It wraps Camoufox, a Firefox fork that performs fingerprint spoofing at the C++ level, which means many browser characteristics are altered before page scripts can inspect them, rather than relying on JavaScript-layer stealth patches. The project is designed around a REST API, making it easier for agents and external tools to create tabs, navigate pages, click elements, type input, scroll, capture screenshots, and manage browsing sessions programmatically. Instead of returning large volumes of raw HTML, it emphasizes accessibility snapshots and stable element references, which reduces token usage and creates more reliable interaction flows for AI-driven browsing. It also supports practical operational features such as per-user session isolation, cookie importing for authenticated browsing, proxy and GeoIP routing.
Features
- C++-level anti-detection browser fingerprint spoofing
- REST API for agent-driven browsing actions
- Accessibility snapshots that are far smaller than raw HTML
- Stable element references for more reliable interaction
- Session isolation with cookie and storage separation
- Proxy routing, structured logging, and download capture