Anchor Browser's 293-line llms.txt shows what thorough AI preparation looks like
Returns resource metadata including name, size, type, and last modified timestamp.
293
Lines
-79% vs avg
2
Sections
-92% vs avg
742+
Companies
using llms.txt
2
Files
llms.txt + full
Key Insights
Focused approach
A streamlined 2-section structure keeps things simple and scannable.
Comprehensive detail
293 lines of thorough documentation for AI systems.
Two-file approach
Uses both llms.txt and llms-full.txt for different AI use cases.
llms.txt Preview
First 100 lines of 293 total
# Anchor Browser Docs
## Docs
- [b0.dev - Deterministic Browser Tasks](https://docs.anchorbrowser.io/B0.md): B0 makes browser automation easy. Just describe what you want to do, and B0 does it for you. No coding required.
- [Ad Blocker](https://docs.anchorbrowser.io/advanced/adblocker.md): Block ads, trackers, and unwanted content in your browser sessions
- [Batch Browser Sessions](https://docs.anchorbrowser.io/advanced/batch-browser-sessions.md): Create and manage multiple browser sessions simultaneously for large-scale automation tasks
- [Embedded Browser Live UI](https://docs.anchorbrowser.io/advanced/browser-live-view.md): Embed interactive browser sessions directly into your application
- [Captcha Solving](https://docs.anchorbrowser.io/advanced/captcha-solving.md)
- [Cloudflare Web Bot Auth](https://docs.anchorbrowser.io/advanced/cloudflare-web-bot-auth.md): Authenticate browser sessions with Cloudflare Web Bot Auth
- [Dedicated Sticky IP](https://docs.anchorbrowser.io/advanced/dedicated-sticky-ip.md): Reserve a fixed IP address for a specific profile.
- [Browser Extensions](https://docs.anchorbrowser.io/advanced/extensions.md): Upload and use custom browser extensions in your sessions
- [File Download](https://docs.anchorbrowser.io/advanced/file-download.md)
- [File Upload](https://docs.anchorbrowser.io/advanced/file-upload.md)
- [MCP - Hosted Version](https://docs.anchorbrowser.io/advanced/mcp.md): Use Anchor with Model Context Protocol (MCP) in your preferred agentic tools via our hosted service
- [MCP - Open Source](https://docs.anchorbrowser.io/advanced/mcp-open-source.md): Self-host Anchor MCP server with customizable Playwright integration for your specific needs
- [MFA](https://docs.anchorbrowser.io/advanced/mfa.md): Real-time event signaling and coordination between external systems and browser instances
- [OS-Level Control](https://docs.anchorbrowser.io/advanced/os-level-control.md): Direct operating system control for precise browser automation and AI agent interactions
- [P2P Download](https://docs.anchorbrowser.io/advanced/p2p-downloads.md): Capture files directly in the browser without cloud storage
- [Popup Blocker](https://docs.anchorbrowser.io/advanced/popup-blocker.md): Block cookie banners and consent dialogs in your browser sessions
- [Proxy](https://docs.anchorbrowser.io/advanced/proxy.md)
- [Session Timeout](https://docs.anchorbrowser.io/advanced/session-timeout.md)
- [Automation Tasks](https://docs.anchorbrowser.io/advanced/tasks.md): Create, manage, and execute reusable browser automation tasks
- [CrewAI](https://docs.anchorbrowser.io/agent-frameworks/crewai.md)
- [Custom Integration](https://docs.anchorbrowser.io/agent-frameworks/custom-agent-framework.md)
- [LangChain](https://docs.anchorbrowser.io/agent-frameworks/langchain.md)
- [Agentic File Usage](https://docs.anchorbrowser.io/agentic-browser-control/agentic-file-usage.md): Upload ZIP files to browser sessions for AI agents to use
- [AI Task Completion](https://docs.anchorbrowser.io/agentic-browser-control/ai-task-completion.md)
- [Async Perform Web Task](https://docs.anchorbrowser.io/agentic-browser-control/async-perform-web-task.md): Run perform-web-task asynchronously and poll for results
- [Anthropic Computer Use](https://docs.anchorbrowser.io/agentic-browser-control/computer-use-agents/anthropic.md): Use Claude models with native computer use capabilities for browser automation
- [Gemini Computer Use](https://docs.anchorbrowser.io/agentic-browser-control/computer-use-agents/gemini.md): Use Google Gemini models for screenshot-based browser automation
- [OpenAI Computer Use](https://docs.anchorbrowser.io/agentic-browser-control/computer-use-agents/openai.md): Use OpenAI models with computer use capabilities for browser automation
- [Human-in-the-Loop](https://docs.anchorbrowser.io/agentic-browser-control/human-in-the-loop.md): Enable human intervention during AI agent task execution
- [Secret Values](https://docs.anchorbrowser.io/agentic-browser-control/secret-values.md): Securely pass credentials and sensitive data to AI agents
- [List Agent Resources](https://docs.anchorbrowser.io/api-reference/agentic-capabilities/list-agent-resources.md): List all resources that have been uploaded to the browser session for agent use.
Returns resource metadata including name, size, type, and last modified timestamp.
- [Pause Agent](https://docs.anchorbrowser.io/api-reference/agentic-capabilities/pause-agent.md): Pauses the AI agent for the specified browser session.
- [Resume Agent](https://docs.anchorbrowser.io/api-reference/agentic-capabilities/resume-agent.md): Resumes the AI agent for the specified browser session.
- [Upload Agent Resources](https://docs.anchorbrowser.io/api-reference/agentic-capabilities/upload-agent-resources.md): Upload files as agent resources to a browser session using multipart/form-data.
If you upload a ZIP file, it will be automatically extracted and the files will be made available as agent resources.
If you upload a single file, it will be saved directly as an agent resource.
Resources are then accessible to AI agents for task completion and automation.
- [Get Perform Web Task Status](https://docs.anchorbrowser.io/api-reference/ai-tools/get-perform-web-task-status.md): Get the status of an asynchronous perform-web-task execution by workflow ID.
- [Perform Web Task](https://docs.anchorbrowser.io/api-reference/ai-tools/perform-web-task.md): Start from a URL and perform the given task.
- [Create Application](https://docs.anchorbrowser.io/api-reference/applications-early-availability/create-application.md): Creates a new application for identity management.
**Beta** Capability. [Contact support](mailto:[email protected]) to enable.
- [Create Authentication Flow](https://docs.anchorbrowser.io/api-reference/applications-early-availability/create-authentication-flow.md): Creates a new authentication flow for an application.
**Beta** Capability. [Contact support](mailto:[email protected]) to enable.
- [Create Identity Token](https://docs.anchorbrowser.io/api-reference/applications-early-availability/create-identity-token.md): Creates an identity token for a specific application. This token is used to initiate
an authentication flow for linking user identities to the application.
The callback URL must use HTTPS and is where the user will be redirected after authentication.
- [Delete Application](https://docs.anchorbrowser.io/api-reference/applications-early-availability/delete-application.md): Deletes an existing application.
**Beta** Capability. [Contact support](mailto:[email protected]) to enable.
- [Delete Authentication Flow](https://docs.anchorbrowser.io/api-reference/applications-early-availability/delete-authentication-flow.md): Deletes an existing authentication flow.
**Beta** Capability. [Contact support](mailto:[email protected]) to enable.
- [Get Application](https://docs.anchorbrowser.io/api-reference/applications-early-availability/get-application.md): Retrieves details of a specific application by its ID.
**Beta** Capability. [Contact support](mailto:[email protected]) to enable.
- [List Application Authentication Flows](https://docs.anchorbrowser.io/api-reference/applications-early-availability/list-application-authentication-flows.md): Retrieves all authentication flows for a specific application.
**Beta** Capability. [Contact support](mailto:[email protected]) to enable.
- [List Application Identities](https://docs.anchorbrowser.io/api-reference/applications-early-availability/list-application-identities.md): Retrieves all identities associated with a specific application.
**Beta** Capability. [Contact support](mailto:[email protected]) to enable.
- [List Applications](https://docs.anchorbrowser.io/api-reference/applications-early-availability/list-applications.md): Retrieves all applications for the authenticated team.
**Beta** Capability. [Contact support](mailto:[email protected]) to enable.
- [Update Authentication Flow](https://docs.anchorbrowser.io/api-reference/applications-early-availability/update-authentication-flow.md): Updates an existing authentication flow.
**Beta** Capability. [Contact support](mailto:[email protected]) to enable.
- [Create Batch Sessions](https://docs.anchorbrowser.io/api-reference/batch-sessions/create-batch-sessions.md): Creates multiple browser sessions in a single batch operation. This endpoint allows you to
create up to 5,000 browser sessions simultaneously with the same configuration.
The batch will be processed asynchronously, and you can monitor progress using the batch status endpoint.
- [Get Batch Session Status](https://docs.anchorbrowser.io/api-reference/batch-sessions/get-batch-session-status.md): Retrieves detailed status information for a specific batch, including progress,
individual session details, and any errors that occurred.
- [End All Sessions](https://docs.anchorbrowser.io/api-reference/browser-sessions/end-all-sessions.md): Terminates all active browser sessions associated with the provided API key.
- [End Browser Session](https://docs.anchorbrowser.io/api-reference/browser-sessions/end-browser-session.md): Deletes the browser session associated with the provided browser session ID. Requires a valid API key for authentication.
- [Get Browser Session](https://docs.anchorbrowser.io/api-reference/browser-sessions/get-browser-session.md): Retrieves detailed information about a specific browser session.
- [Get Browser Session Pages](https://docs.anchorbrowser.io/api-reference/browser-sessions/get-browser-session-pages.md): Retrieves a list of pages associated with a specific browser session.
- [List All Sessions Status](https://docs.anchorbrowser.io/api-reference/browser-sessions/list-all-sessions-status.md): Retrieves status information for all browser sessions associated with the API key.Anchor Browser is ready for AI search. Are you?
Join 742+ companies preparing their websites for the future of search. Create your llms.txt file in minutes.
Generate Your llms.txtDon't get left behind
Your competitors are preparing for AI search.
Anchor Browser has 2 organized sections ready for AI crawlers. Generate your llms.txt file and join the companies optimizing for the future of search.