# Camofox Browser ## Docs - [Introduction](https://mintlify.wiki/jo-inc/camofox-browser/introduction.md): Anti-detection headless browser automation server for AI agents, powered by Camoufox - [Quickstart](https://mintlify.wiki/jo-inc/camofox-browser/quickstart.md): Get a working browser automation example in under 2 minutes - [Installation](https://mintlify.wiki/jo-inc/camofox-browser/installation.md): Install Camofox Browser via npm, Docker, cloud deployment, or OpenClaw plugin - [Element references](https://mintlify.wiki/jo-inc/camofox-browser/concepts/element-references.md): Stable element identifiers for reliable browser automation - [Session management](https://mintlify.wiki/jo-inc/camofox-browser/concepts/session-management.md): Multi-user isolation, cookie storage, and session lifecycle - [Search macros](https://mintlify.wiki/jo-inc/camofox-browser/concepts/search-macros.md): Built-in shortcuts for common search engine queries - [Cookie import](https://mintlify.wiki/jo-inc/camofox-browser/guides/cookie-import.md): Import browser cookies into Camofox for authenticated browsing on sites like LinkedIn, Amazon, and more - [Proxy and GeoIP configuration](https://mintlify.wiki/jo-inc/camofox-browser/guides/proxy-geoip.md): Route browser traffic through residential proxies with automatic locale, timezone, and geolocation fingerprinting - [YouTube transcript extraction](https://mintlify.wiki/jo-inc/camofox-browser/guides/youtube-transcripts.md): Extract captions from YouTube videos using yt-dlp or browser-based fallback - [Docker deployment](https://mintlify.wiki/jo-inc/camofox-browser/guides/docker-deployment.md): Deploy Camofox Browser in Docker containers with support for Fly.io, Railway, and custom cloud providers - [Environment variables](https://mintlify.wiki/jo-inc/camofox-browser/advanced/environment-variables.md): Complete reference of all environment variables for configuring the Camofox Browser server - [Architecture](https://mintlify.wiki/jo-inc/camofox-browser/advanced/architecture.md): Internal architecture, session hierarchy, lazy browser launch, memory footprint, and OpenClaw scanner isolation - [Create tab](https://mintlify.wiki/jo-inc/camofox-browser/api/tabs/create.md): Create a new browser tab for a user session - [List tabs](https://mintlify.wiki/jo-inc/camofox-browser/api/tabs/list.md): Get all open tabs for a user session - [Get tab statistics](https://mintlify.wiki/jo-inc/camofox-browser/api/tabs/stats.md): Retrieve usage statistics and metadata for a specific tab - [Close tabs](https://mintlify.wiki/jo-inc/camofox-browser/api/tabs/close.md): Close a single tab or an entire tab group - [Get snapshot](https://mintlify.wiki/jo-inc/camofox-browser/api/interaction/snapshot.md): Retrieve the accessibility tree snapshot of the current page with element references - [Click element](https://mintlify.wiki/jo-inc/camofox-browser/api/interaction/click.md): Click an interactive element by reference or CSS selector - [Type text](https://mintlify.wiki/jo-inc/camofox-browser/api/interaction/type.md): Type text into an input field or textarea - [Press key](https://mintlify.wiki/jo-inc/camofox-browser/api/interaction/press.md): Press a keyboard key on the page - [Scroll page](https://mintlify.wiki/jo-inc/camofox-browser/api/interaction/scroll.md): Scroll the page in a specified direction - [Wait for page ready](https://mintlify.wiki/jo-inc/camofox-browser/api/interaction/wait.md): Wait for the page to finish loading and become interactive - [Navigate page](https://mintlify.wiki/jo-inc/camofox-browser/api/interaction/navigation.md): Navigate to a URL, go back/forward, or refresh the page - [Get links](https://mintlify.wiki/jo-inc/camofox-browser/api/interaction/links.md): Extract all links from the current page - [Get screenshot](https://mintlify.wiki/jo-inc/camofox-browser/api/interaction/screenshot.md): Capture a PNG screenshot of the current page - [YouTube Transcript](https://mintlify.wiki/jo-inc/camofox-browser/api/youtube/transcript.md): Extract captions and transcripts from YouTube videos - [Import Cookies](https://mintlify.wiki/jo-inc/camofox-browser/api/sessions/cookies.md): Import cookies into a user session for authenticated browsing - [Server Management](https://mintlify.wiki/jo-inc/camofox-browser/api/server/health.md): Health checks and browser engine control - [OpenClaw plugin](https://mintlify.wiki/jo-inc/camofox-browser/integration/openclaw-plugin.md): Install and use Camofox Browser as an OpenClaw plugin with auto-start, health checks, and CLI commands - [Standalone server](https://mintlify.wiki/jo-inc/camofox-browser/integration/standalone.md): Run Camofox Browser as a standalone HTTP server for integration with any language or framework