> ## Documentation Index
> Fetch the complete documentation index at: https://hyperbrowser.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Home

> Fast Cloud Browsers for AI Agents and Automation

<div style={{ maxWidth: "1200px", margin: "0 auto", padding: "60px 24px 40px" }}>
  <h1
    style={{
  fontSize: "48px",
  fontWeight: "700",
  marginBottom: "16px",
  lineHeight: "1.2",
  display: "flex",
  alignItems: "center",
  gap: "12px",
}}
    className="text-gray-900 dark:text-white"
  >
    Automate with <img src="https://mintcdn.com/s2labs/zKpTDqzfkiUOx-RW/images/hyperbrowser-text-light.svg?fit=max&auto=format&n=zKpTDqzfkiUOx-RW&q=85&s=b81a420dcf5ea2b0287beaf98a1d3446" alt="Hyperbrowser" className="header-logo" style={{ height: "48px", width: "auto", display: "inline-block", marginTop: "-5px" }} width="800" height="139" data-path="images/hyperbrowser-text-light.svg" />
  </h1>

  <p
    style={{
  fontSize: "20px",
  maxWidth: "800px",
  marginBottom: "0",
  lineHeight: "1.6",
}}
    className="text-gray-600 dark:text-gray-400"
  >
    Fast, reliable cloud browsers for AI automation, large-scale web scraping, and seamless session management.
  </p>
</div>

<div style={{ maxWidth: "1200px", margin: "0 auto", padding: "0 24px" }}>
  {" "}

  <div className="quick-start-cards">
    <CardGroup cols={3}>
      <Card img="https://mintcdn.com/s2labs/MO-rZQ07j1zLQuXF/images/browser-sessions-home.png?fit=max&auto=format&n=MO-rZQ07j1zLQuXF&q=85&s=c9162a372ca02c1b2591d2f4fcfd297a" title="Browser Sessions" href="/sessions/create" iconType="regular" width="668" height="360" data-path="images/browser-sessions-home.png">
        Get up and running with cloud browser sessions in 5 minutes
      </Card>

      <Card img="https://mintcdn.com/s2labs/MO-rZQ07j1zLQuXF/images/web-scraping-home.png?fit=max&auto=format&n=MO-rZQ07j1zLQuXF&q=85&s=f5819d585741e4e53a45498e1160fa6e" title="Web API" href="/web/overview" iconType="regular" width="668" height="360" data-path="images/web-scraping-home.png">
        Get up and running with Hyperbrowser's Web API in 5 minutes
      </Card>

      <Card img="https://mintcdn.com/s2labs/MO-rZQ07j1zLQuXF/images/ai-agents-home.png?fit=max&auto=format&n=MO-rZQ07j1zLQuXF&q=85&s=cd170187fc92c30dac6acff219853141" title="AI Agents" href="/agents/browser-use" iconType="regular" width="668" height="360" data-path="images/ai-agents-home.png">
        Get started with AI-powered browser automation agents in 5 minutes
      </Card>
    </CardGroup>
  </div>

  {" "}

  <h2 className="text-gray-800 dark:text-white pb-2 py-10 font-semibold text-2xl">
    Resources
  </h2>

  <CardGroup cols={3}>
    <Card title="Session Management" icon="browser" href="/sessions/lifecycle" iconType="regular">
      Learn how to create and manage cloud browser sessions at scale
    </Card>

    <Card title="Playwright & Puppeteer" icon="plug" href="/sessions/playwright" iconType="regular">
      Connect your existing automation scripts to cloud browsers
    </Card>

    <Card title="Stealth & Proxies" icon="shield" href="/sessions/stealth" iconType="regular">
      Master anti-detection features and proxy configuration
    </Card>

    <Card title="Python SDK" icon="python" href="/sdks/python" iconType="brands">
      Get started with our Python SDK for seamless integration
    </Card>

    <Card title="Node SDK" icon="node-js" href="/sdks/node" iconType="brands">
      Integrate Hyperbrowser into your Node.js applications
    </Card>

    <Card title="API Reference" icon="square-terminal" href="/api-reference/create-new-session" iconType="regular">
      Complete API documentation for all available endpoints
    </Card>
  </CardGroup>
</div>
