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

# Using Inngest with Browserbase

> Develop AI agents that can browse the web autonomously using Browserbase and Inngest AgentKit.

Inngest's [AgentKit](https://docs.agentkit.ai/getting-started) lets you build AI agents that browse the web using Browserbase's managed headless browsers. Pair it with [Stagehand](https://www.stagehand.dev/) for resilient, autonomous browsing.

You'll learn how to:

1. **Create AgentKit tools** that use Browserbase sessions
2. **Build autonomous browsing agents** that search, extract data, and interact with websites
3. **Add Stagehand** for resilient browser automation

## Two approaches to using Browserbase with AgentKit

1. **Create custom Browserbase tools**: Ideal for simple actions on webpages with manual browser control.
2. **Use Stagehand library as tools**: Better for autonomous browsing and resilient data extraction.

## Prerequisites

Before you start, make sure you have:

* [AgentKit installed](https://docs.agentkit.ai/getting-started)
* [Browserbase Project ID & API key](https://browserbase.com/settings/)
* *(Optional)* LLM API key of your choice to use with [Stagehand](https://www.stagehand.dev/)

Next, set up your first web browsing agent with AgentKit and Browserbase.

## Quickstart guides

<CardGroup cols="2">
  <Card title="Autonomous browsing with Stagehand" icon="robot" iconType="sharp-solid" href="https://docs.browserbase.com/integrations/inngest/stagehand">
    Build autonomous browsing agents with Stagehand that navigate, extract data, and interact with sites.
  </Card>

  <Card title="Reddit search example" icon="magnifying-glass" iconType="sharp-solid" href="https://docs.browserbase.com/integrations/inngest/quickstart">
    A complete Reddit search agent built with AgentKit and Browserbase.
  </Card>
</CardGroup>
