About Zapier
Zapier 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) 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, and control the browser at the OS level — all from Zapier’s visual builder.Quick Start
Add the Anchor Browser app
In Zapier, create a new Zap and search for Anchor (Agentic Browser Automation) when choosing an app.
Connect your account
When prompted, paste your Anchor Browser API key. You can create or copy a key from the API Keys page in the Anchor dashboard.Zapier validates the connection by calling the Anchor API. Make sure the test succeeds before continuing.
Choose an action
Select the action that matches your use case. For most agentic automations, start with Agent Task — see AI-powered actions below.
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 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. |
| 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 - 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. |

