# 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. - [Self-healing](https://docs.anchorbrowser.io/B0-self-healing.md): Automatically detect and fix task failures with runtime agent intervention - [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) - [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. - [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 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. - [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. - [Create Integration](https://docs.anchorbrowser.io/api-reference/integrations/create-integration.md): Creates a new integration with a third-party service like 1Password. The integration can then be used in browser sessions to automatically load secrets and credentials. - [Delete Integration](https://docs.anchorbrowser.io/api-reference/integrations/delete-integration.md): Deletes an existing integration and removes its stored credentials. - [List Integrations](https://docs.anchorbrowser.io/api-reference/integrations/list-integrations.md): Retrieves all integrations for the authenticated team. - [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. - [Create or Update Task Draft](https://docs.anchorbrowser.io/api-reference/tasks/create-or-update-task-draft.md): Creates or updates the draft version of a task. Draft versions are used for development and testing before publishing. - [Create Task](https://docs.anchorbrowser.io/api-reference/tasks/create-task.md): Creates a new task or updates an existing task with the same name. Tasks are reusable code snippets that can be executed in browser sessions. Tasks support versioning with draft and published versions. - [Delete Task](https://docs.anchorbrowser.io/api-reference/tasks/delete-task.md): Soft deletes a task and all its versions. The task will no longer be accessible but the data is preserved for potential recovery. - [Delete Task Version](https://docs.anchorbrowser.io/api-reference/tasks/delete-task-version.md): Soft deletes a specific version of a task. The version will no longer be accessible but the data is preserved for potential recovery. - [Deploy Task](https://docs.anchorbrowser.io/api-reference/tasks/deploy-task.md): Deploys a task by creating a new version with auto-incremented version number. This is the recommended way to publish task changes. - [Get Latest Task Version](https://docs.anchorbrowser.io/api-reference/tasks/get-latest-task-version.md): Retrieves the latest version of a task, including the full code content. - [Get Task Draft](https://docs.anchorbrowser.io/api-reference/tasks/get-task-draft.md): Retrieves the draft version of a task, including the full code content. - [Get Task Metadata](https://docs.anchorbrowser.io/api-reference/tasks/get-task-metadata.md): Retrieves task metadata without the code content. Useful for getting task information without downloading the full task code. - [Get Task Version](https://docs.anchorbrowser.io/api-reference/tasks/get-task-version.md): Retrieves a specific version of a task, including the full code content. - [List Task Executions](https://docs.anchorbrowser.io/api-reference/tasks/list-task-executions.md): Retrieves execution history for a task, including success/failure status, execution times, and outputs. Results can be filtered by version and status. - [List Task Versions](https://docs.anchorbrowser.io/api-reference/tasks/list-task-versions.md): Retrieves all versions of a specific task, including draft and published versions. - [List Tasks](https://docs.anchorbrowser.io/api-reference/tasks/list-tasks.md): Retrieves a paginated list of all tasks for the authenticated team. Tasks are returned with their latest version information and metadata. - [Publish Task Version](https://docs.anchorbrowser.io/api-reference/tasks/publish-task-version.md): Publishes a specific version of a task. This creates a new version if it doesn't exist, or updates an existing version's metadata. - [Run Task](https://docs.anchorbrowser.io/api-reference/tasks/run-task.md): Executes a task in a browser session. The task can be run with a specific version or the latest version. Optionally, you can provide an existing session ID or let the system create a new one. - [Run Task by Name](https://docs.anchorbrowser.io/api-reference/tasks/run-task-by-name.md): Executes a task by its name, always using the latest version. This is a convenience endpoint for running tasks without needing to know the task ID. - [Update Task Metadata](https://docs.anchorbrowser.io/api-reference/tasks/update-task-metadata.md): Updates task metadata (name and description). This does not affect the task code or versions. - [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) - [1Password](https://docs.anchorbrowser.io/integrations/1password.md): Securely inject 1Password secrets into your browser sessions - [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 - [n8n](https://docs.anchorbrowser.io/integrations/n8n.md): Integrate Anchor Browser with n8n 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. - [CrowdStrike](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/crowdstrike.md): Automate CrowdStrike security 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. - [Miro](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/miro.md): Automate Miro collaboration workflows with Playwright when APIs aren't available. - [Monday](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/monday.md): Automate Monday.com project management workflows with Playwright when APIs aren't available. - [NetSuite](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/netsuite.md): Automate NetSuite business workflows with Playwright when APIs aren't available. - [Notion](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/notion.md): Automate Notion workspace workflows with Playwright when APIs aren't available. - [Pipedrive](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/pipedrive.md): Automate Pipedrive CRM workflows with Playwright when APIs aren't available. - [Sage Intact](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/sage-intact.md): Automate Sage Intacct financial workflows with Playwright when APIs aren't available. - [Salesforce](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/salesforce.md): Automate Salesforce CRM workflows with Playwright when APIs aren't available. - [SAP S/4HANA](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/sap-s4-hana.md): Automate SAP S/4HANA business workflows with Playwright when APIs aren't available. - [ServiceNow](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/servicenow.md): Automate ServiceNow IT service management workflows with Playwright when APIs aren't available. - [Tableau](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/tableau.md): Automate Tableau dashboard workflows with Playwright when APIs aren't available. - [UiPath](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/uipath.md): Automate UiPath RPA management workflows with Playwright when APIs aren't available. - [Wrike](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/wrike.md): Automate Wrike project management workflows with Playwright when APIs aren't available. - [Zendesk](https://docs.anchorbrowser.io/integrations/open-source/playwright/business-applications/zendesk.md): Automate Zendesk customer service workflows with Playwright when APIs aren't available. - [Apache Superset](https://docs.anchorbrowser.io/integrations/open-source/playwright/e2e-testing/apache-superset.md): Test Apache Superset dashboards and data visualization workflows with Playwright's end-to-end testing framework. - [Grafana](https://docs.anchorbrowser.io/integrations/open-source/playwright/e2e-testing/grafana.md): Test Grafana dashboards and monitoring workflows with Playwright's end-to-end testing framework. - [OpenHands](https://docs.anchorbrowser.io/integrations/open-source/playwright/e2e-testing/openhands.md): Test OpenHands' AI-driven software development workflows with Playwright's end-to-end testing framework. - [Storybook](https://docs.anchorbrowser.io/integrations/open-source/playwright/e2e-testing/storybook.md): Test Storybook components with Playwright's component testing framework. - [Twenty](https://docs.anchorbrowser.io/integrations/open-source/playwright/e2e-testing/twenty.md): Test Twenty CRM workflows with Playwright's end-to-end testing framework. - [BLM Form 3510](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/blm-3510.md): Automate BLM mineral operations reporting workflows with Playwright when APIs aren't available. - [BOP Form BP-S0243](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/bop-s243.md): Automate Bureau of Prisons inmate request workflows with Playwright when APIs aren't available. - [CBP Form 7501](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/cbp-7501.md): Automate CBP Form 7501 entry documentation workflows with Playwright when APIs aren't available. - [CCC Form 941](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/ccc-941.md): Automate USDA farm program income certification workflows with Playwright when APIs aren't available. - [CMS Form 10069](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/cms-10069.md): Automate Medicare provider enrollment and certification workflows with Playwright when APIs aren't available. - [DOE Form 1845-0031](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/doe-1845-0031.md): Automate federal student loan forbearance request workflows with Playwright when APIs aren't available. - [DOJ Form 361](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/doj-361.md): Automate Department of Justice identity certification workflows with Playwright when APIs aren't available. - [EPA Form 8700-22](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/epa-8200.md): Automate EPA hazardous waste notification workflows with Playwright when APIs aren't available. - [FDA Form 2579](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/fda-2579.md): Automate FDA food facility registration workflows with Playwright when APIs aren't available. - [FinCEN 105 (CMIR)](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/fincen-105.md): Automate FinCEN 105 currency reporting workflows with Playwright when APIs aren't available. - [FMCSA Form BMC-40](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/fmcsa-bmc-40.md): Automate motor carrier surety bond and trust fund filing workflows with Playwright when APIs aren't available. - [FMCSA Form OP-1](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/fmcsa-op-1.md): Automate motor carrier operating authority application workflows with Playwright when APIs aren't available. - [FMCSA Form OP-1(P)](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/fmcsa-op-1-p.md): Automate motor carrier passenger operating authority application workflows with Playwright when APIs aren't available. - [Form 122A-1](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/form-122a-1.md): Automate Chapter 7 bankruptcy means test and income statement workflows with Playwright when APIs aren't available. - [FS Form 5444](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/fs-5444.md): Automate TreasuryDirect account authorization workflows with Playwright when APIs aren't available. - [FSA Form 578](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/fsa-578.md): Automate USDA farm commodity storage report workflows with Playwright when APIs aren't available. - [IRS Form 8300](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/irs-8300.md): Automate IRS Form 8300 cash payment reporting workflows with Playwright when APIs aren't available. - [IRS Form W-7](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/irs-w7.md): Automate ITIN application workflows with Playwright when APIs aren't available. - [OWCP Form 915](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/owcp-915.md): Automate federal workers' compensation claim workflows with Playwright when APIs aren't available. - [USCIS Form I-9](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/ucis-i9.md): Automate employment eligibility verification workflows with Playwright when APIs aren't available. - [VA Form 21-526EZ](https://docs.anchorbrowser.io/integrations/open-source/playwright/government/USA/federal/va-21-526ez.md): Automate VA disability compensation application workflows with Playwright when APIs aren't available. - [Integrate Playwright with Anchor Browser](https://docs.anchorbrowser.io/integrations/open-source/playwright/index.md): Integrate Playwright and Anchor Browser - [Stagehand](https://docs.anchorbrowser.io/integrations/stagehand.md): Integrate Stagehand with Anchor Browser for AI-powered browser automation - [Documentation](https://docs.anchorbrowser.io/introduction.md): Welcome to Anchor Browser - [Pricing](https://docs.anchorbrowser.io/pricing.md): Simple, transparent pricing for Anchor Browser automation platform - [API Quick Start](https://docs.anchorbrowser.io/quickstart/use-via-api.md) - [Code Quick Start](https://docs.anchorbrowser.io/quickstart/use-via-code.md) - [SDK Quick Start](https://docs.anchorbrowser.io/quickstart/use-via-sdk.md) - [Trust & Security](https://docs.anchorbrowser.io/security.md) - [Zero Data Retention (ZDR) Mode](https://docs.anchorbrowser.io/security/zdr-mode.md): Enhanced security mode that disables all video and log recordings to prevent sensitive data retention ## Optional - [Interactive Playground](https://app.anchorbrowser.io/)