> ## 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.

# Zapier

> Integrate Anchor Browser with Zapier for no-code automation workflows

## About Zapier

[Zapier](https://zapier.com/) is a no-code automation platform that connects apps and services so you can build workflows — called Zaps — without writing code.

The [Anchor (Agentic Browser Automation)](https://zapier.com/apps/anchor-agentic-browser/integrations) integration brings Anchor Browser's cloud browser automation into your Zaps. Use it to run AI-powered web tasks, manage browser sessions, execute [Automation Tasks](/advanced/tasks), and control the browser at the OS level — all from Zapier's visual builder.

## Quick Start

<Steps>
  <Step title="Add the Anchor Browser app">
    In Zapier, create a new Zap and search for **Anchor (Agentic Browser Automation)** when choosing an app.
  </Step>

  <Step title="Connect your account">
    When prompted, paste your Anchor Browser API key. You can create or copy a key from the [API Keys page](https://app.anchorbrowser.io/api-keys) in the Anchor dashboard.

    Zapier validates the connection by calling the Anchor API. Make sure the test succeeds before continuing.
  </Step>

  <Step title="Choose an action">
    Select the action that matches your use case. For most agentic automations, start with **Agent Task** — see [AI-powered actions](#ai-powered-actions) below.
  </Step>

  <Step title="Configure and test">
    Fill in the required fields (typically a prompt and either a URL or session ID), then run a test step to confirm the action works before turning the Zap on.
  </Step>
</Steps>

## Available Actions

The integration exposes actions across four categories: AI-powered tools, browser sessions, saved tasks, and OS-level browser control.

### AI-powered actions

These actions use Anchor's AI agents to complete web tasks from natural language prompts. See [AI Task Completion](/agentic-browser-control/ai-task-completion) for configuration details such as agents, providers, and models.

| Action                | Description                                                                                                                                                 |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Agent Task**        | Start an AI-powered web task asynchronously. Returns a workflow ID you can pass to **Agent Task Result**. Requires a prompt and either a URL or session ID. |
| **Agent Task Result** | Retrieve the result of an async **Agent Task** execution.                                                                                                   |
| **Fetch Webpage**     | Get webpage content as HTML or Markdown.                                                                                                                    |
| **Take Screenshot**   | Take a screenshot of a webpage.                                                                                                                             |

### Browser session actions

Manage cloud browser sessions and retrieve session artifacts.

| Action                      | Description                                                                                     |
| --------------------------- | ----------------------------------------------------------------------------------------------- |
| **Create Browser Session**  | Start a new browser session with configurable proxy, profile, viewport, and recording settings. |
| **End Browser Session**     | Terminate a specific browser session.                                                           |
| **End All Sessions**        | Terminate all active browser sessions.                                                          |
| **Get Session Recordings**  | Retrieve recordings for a session.                                                              |
| **Get Session Downloads**   | Retrieve files downloaded during a session.                                                     |
| **Take Session Screenshot** | Capture a screenshot of the current session viewport.                                           |

**Search actions** (find existing resources):

| Action                  | Description                                     |
| ----------------------- | ----------------------------------------------- |
| **Get Browser Session** | Retrieve details of a specific browser session. |
| **Get Profile**         | Retrieve details of a specific profile.         |

### Task management actions

Create, run, and manage [Automation Tasks](/advanced/tasks) - reusable browser automation scripts you create in Anchor.

| Action                        | Description                                                                                                |
| ----------------------------- | ---------------------------------------------------------------------------------------------------------- |
| **Create Task**               | Create a new task or update an existing one.                                                               |
| **Run Task**                  | Execute a saved task by ID. Supports draft/latest version selection, input variables, and async execution. |
| **Deploy Task**               | Deploy a task version.                                                                                     |
| **Delete Task**               | Delete a task.                                                                                             |
| **Get Task Execution Result** | Retrieve the result of a specific task execution.                                                          |

### OS control actions

Low-level browser control for multi-step Zaps that operate on an existing session. Each action requires a session ID from **Create Browser Session** or a previous step.

| Action                 | Description                                        |
| ---------------------- | -------------------------------------------------- |
| **Navigate to URL**    | Navigate the browser to a URL.                     |
| **Mouse Click**        | Click at a given coordinate.                       |
| **Mouse Double Click** | Double-click at a given coordinate.                |
| **Mouse Move**         | Move the mouse cursor.                             |
| **Drag and Drop**      | Perform a drag-and-drop operation.                 |
| **Scroll**             | Scroll the page.                                   |
| **Type Text**          | Type text with the keyboard.                       |
| **Keyboard Shortcut**  | Send a keyboard shortcut.                          |
| **Get Clipboard**      | Read clipboard content.                            |
| **Set Clipboard**      | Set clipboard content.                             |
| **Copy Selected Text** | Copy the currently selected text to the clipboard. |
| **Paste Text**         | Paste text from the clipboard.                     |

### Profile actions

| Action             | Description               |
| ------------------ | ------------------------- |
| **Delete Profile** | Delete a browser profile. |

***

## Getting Help

If you experience any issues with the Anchor Browser Zapier integration, contact our support team at [support@anchorbrowser.io](mailto:support@anchorbrowser.io).
