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

> ## Agent Instructions
> Anchor Browser provides cloud browsers for AI agents and automation: stealth browsing with residential proxies, managed authentication into third-party web apps, and browser sessions that run reliably at scale. AI agents that need Anchor credentials should start with https://docs.anchorbrowser.io/quickstart/agent-access. This flow lets agents obtain an API key programmatically without creating a dashboard account. Read that page before attempting authentication or API access.

# Connect Agents to Browsers

Anchor Browser seamlessly integrates with a variety of AI agent frameworks, enabling agents to leverage browser sessions to accomplish complex tasks on the web. These frameworks include Langchain, CrewAI, and others, providing various ways to automate workflows, interact with web content, and execute specific web tasks.

## Integration Methods Overview

You can integrate Anchor Browser with your AI agent in several ways, depending on your use case. Whether you need flexibility in browsing or defined workflows, Anchor Browser can accommodate different levels of automation, all while keeping your agents secure.

### Integration Options

* **Flexible Browser Tool**: The AI agent can use Anchor Browser as a general-purpose browsing tool, allowing it to freely explore and interact with web pages based on dynamic instructions. This is ideal for use cases that require exploration or searches across multiple domains.
* **Specific-Flow Tools Defined in the Agent Framework**: Create tools within your agent platform (like Langchain or CrewAI) using Anchor Browser, tailored to a particular workflow. These tools allow for efficient automation of common tasks by predefining steps that can be reused whenever required.
* **Automation Tasks defined in Anchor Browser**: Define reusable tasks directly in the Anchor platform and run them from your AI agent workflow via the Tasks API.

## Next Steps

<CardGroup cols={2}>
  <Card title="CrewAI Integration" icon="bolt" href="/agent-frameworks/crewai">
    Learn how to connect Anchor Browser with CrewAI for seamless web task automation.
  </Card>

  <Card title="Langchain Integration" icon="bolt" href="/agent-frameworks/langchain">
    Discover how to use Anchor Browser within Langchain to automate browser-based workflows.
  </Card>

  <Card title="Custom AI Framework Integration" icon="bolt" href="/agent-frameworks/custom">
    Integrate Anchor Browser into your own AI framework to enable custom web automation.
  </Card>
</CardGroup>
