Back to Examples
Anchor Browser
Discover Anchor Browser: easily access resource metadata with features like embedded browser UI, captcha solving, and Cloudflare authentication.
Lines
129
Sections
2
Want your own llms.txt file?
Generate a professional, AI-friendly file for your website in minutes!
llms.txt Preview
# Anchor Browser Docs
## Docs
- [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
- [Proxy](https://docs.anchorbrowser.io/advanced/proxy.md)
- [Session Timeout](https://docs.anchorbrowser.io/advanced/session-timeout.md)
- [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)
- [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.
- [Perform Web Task](https://docs.anchorbrowser.io/api-reference/ai-tools/perform-web-task.md): Start from a URL and perform the given task.
- [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.
- [List Session Downloads](https://docs.anchorbrowser.io/api-reference/browser-sessions/list-session-downloads.md): Retrieves metadata of files downloaded during a browser session. Requires a valid API key for authentication.
- [Start Browser Session](https://docs.anchorbrowser.io/api-reference/browser-sessions/start-browser-session.md): Allocates a new browser session for the user, with optional configurations for ad-blocking, captcha solving, proxy usage, and idle timeout.
- [Upload Files](https://docs.anchorbrowser.io/api-reference/browser-sessions/upload-files.md): Upload files directly to a browser session for use with web forms and file inputs.
Files are saved to the session's uploads directory and can be referenced in CDP commands.
- [Signal Event](https://docs.anchorbrowser.io/api-reference/event-coordination/signal-event.md): Signals an event with associated data, unblocking any clients waiting for this event.
This enables coordination between different browser sessions, workflows, or external processes.
- [Wait for Event](https://docs.anchorbrowser.io/api-reference/event-coordination/wait-for-event.md): Waits for a specific event to be signaled by another process, workflow, or session.
This endpoint blocks until the event is signaled or the timeout is reached.
Useful for coordinating between multiple browser sessions or workflows.
- [Delete Extension](https://docs.anchorbrowser.io/api-reference/extensions/delete-extension.md): Delete an extension and remove it from storage
- [Get Extension Details](https://docs.anchorbrowser.io/api-reference/extensions/get-extension-details.md): Get details of a specific extension by its ID
- [List Extensions](https://docs.anchorbrowser.io/api-reference/extensions/list-extensions.md): Get all extensions for the authenticated user
- [Upload Extension](https://docs.anchorbrowser.io/api-reference/extensions/upload-extension.md): Upload a new browser extension as a ZIP file. The extension will be validated and stored for use in browser sessions.
- [Copy Selected Text](https://docs.anchorbrowser.io/api-reference/os-level-control/copy-selected-text.md): Copies the currently selected text to the clipboard
- [Drag and Drop](https://docs.anchorbrowser.io/api-reference/os-level-control/drag-and-drop.md): Performs a drag and drop operation from start coordinates to end coordinates
- [Get Clipboard Content](https://docs.anchorbrowser.io/api-reference/os-level-control/get-clipboard-content.md): Retrieves the current content of the clipboard
- [Keyboard Shortcut](https://docs.anchorbrowser.io/api-reference/os-level-control/keyboard-shortcut.md): Performs a keyboard shortcut using the specified keys
- [Mouse Click](https://docs.anchorbrowser.io/api-reference/os-level-control/mouse-click.md): Performs a mouse click at the specified coordinates
- [Mouse Double Click](https://docs.anchorbrowser.io/api-reference/os-level-control/mouse-double-click.md): Performs a double click at the specified coordinates
- [Mouse Down](https://docs.anchorbrowser.io/api-reference/os-level-control/mouse-down.md): Performs a mouse button down action at the specified coordinates
- [Mouse Move](https://docs.anchorbrowser.io/api-reference/os-level-control/mouse-move.md): Moves the mouse cursor to the specified coordinates
- [Mouse Up](https://docs.anchorbrowser.io/api-reference/os-level-control/mouse-up.md): Performs a mouse button up action at the specified coordinates
- [Navigate to URL](https://docs.anchorbrowser.io/api-reference/os-level-control/navigate-to-url.md): Navigates the browser session to the specified URL
- [Paste Text](https://docs.anchorbrowser.io/api-reference/os-level-control/paste-text.md): Pastes text at the current cursor position
- [Scroll](https://docs.anchorbrowser.io/api-reference/os-level-control/scroll.md): Performs a scroll action at the specified coordinates
- [Set Clipboard Content](https://docs.anchorbrowser.io/api-reference/os-level-control/set-clipboard-content.md): Sets the content of the clipboard
- [Take Screenshot](https://docs.anchorbrowser.io/api-reference/os-level-control/take-screenshot.md): Takes a screenshot of the current browser session and returns it as an image.
- [Type Text](https://docs.anchorbrowser.io/api-reference/os-level-control/type-text.md): Types the specified text with optional delay between keystrokes
- [Create Profile](https://docs.anchorbrowser.io/api-reference/profiles/create-profile.md): Creates a new profile from a browser session. A Profile stores cookies, local storage, and cache.
- [Delete Profile](https://docs.anchorbrowser.io/api-reference/profiles/delete-profile.md): Deletes an existing profile by its name.
- [Get Profile](https://docs.anchorbrowser.io/api-reference/profiles/get-profile.md): Retrieves details of a specific profile by its name.
- [List Profiles](https://docs.anchorbrowser.io/api-reference/profiles/list-profiles.md): Fetches all stored profiles.
- [Get Session Recording](https://docs.anchorbrowser.io/api-reference/session-recordings/get-session-recording.md): Downloads the primary recording file for the specified browser session. Returns the recording as an MP4 file.
- [List Session Recordings](https://docs.anchorbrowser.io/api-reference/session-recordings/list-session-recordings.md): Retrieves the URLs of the browser session's video recordings. Requires a valid API key for authentication.
- [Pause Session Recording](https://docs.anchorbrowser.io/api-reference/session-recordings/pause-session-recording.md): Pauses the video recording for the specified browser session.
- [Resume Session Recording](https://docs.anchorbrowser.io/api-reference/session-recordings/resume-session-recording.md): Resumes the video recording for the specified browser session.
- [Get Webpage Content](https://docs.anchorbrowser.io/api-reference/tools/get-webpage-content.md): Retrieve the rendered content of a webpage, optionally formatted as Markdown or HTML.
- [Screenshot Webpage](https://docs.anchorbrowser.io/api-reference/tools/screenshot-webpage.md): This endpoint captures a screenshot of the specified webpage using Chromium. Users can customize the viewport dimensions and capture options.
- [Browser Profiles (Authenticated sessions)](https://docs.anchorbrowser.io/essentials/authentication-and-identity.md)
- [Session Recording](https://docs.anchorbrowser.io/essentials/recording.md): Record browser sessions for debugging, analysis, and documentation
- [Tools - Browser Control API](https://docs.anchorbrowser.io/essentials/tool-building.md)
- [Buyer Intent Discovery](https://docs.anchorbrowser.io/examples/buyer-intent.md)
- [Configuration Collection](https://docs.anchorbrowser.io/examples/configuration-collection.md)
- [Form Filling Automation](https://docs.anchorbrowser.io/examples/form-filling.md)
- [Deep Research](https://docs.anchorbrowser.io/examples/research-task.md)
- [Browser-use](https://docs.anchorbrowser.io/integrations/browseruse-deployment.md)
- [Groq GPT-OSS](https://docs.anchorbrowser.io/integrations/groq.md): Blazing Fast, Accurate Browser Agents
- [Make](https://docs.anchorbrowser.io/integrations/make.md): Integrate Anchor Browser with Make (formerly Integromat) for no-code automation workflows
- [Airtable](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/airtable.md): Automate Airtable database workflows with Playwright when APIs aren't available.
- [Attio](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/attio.md): Automate Attio CRM workflows with Playwright when APIs aren't available.
- [Bill.com](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/bill.md): Automate Bill.com accounts payable workflows with Playwright when APIs aren't available.
- [Clickup](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/clickup.md): Automate ClickUp project management workflows with Playwright when APIs aren't available.
- [DocuSign](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/docusign.md): Automate DocuSign electronic signature workflows with Playwright when APIs aren't available.
- [Dropbox](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/dropbox.md): Automate Dropbox file management workflows with Playwright when APIs aren't available.
- [Figma](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/figma.md): Automate Figma design workflows with Playwright when APIs aren't available.
- [HubSpot](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/hubspot.md): Automate HubSpot CRM workflows with Playwright when APIs aren't available.
- [Jira](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/jira.md): Automate Jira project management workflows with Playwright when APIs aren't available.
Preview of Anchor Browser's llms.txt file. View complete file (129 lines) →
Ready to create yours?
Generate a professional llms.txt file for your website in minutes with our AI-powered tool.
Generate Your llms.txt File