Operator
← All integrations
Agenty logo

Connect Agenty to OpenClaw on Operator.io

Agenty is a web scraping and automation platform for extracting data and automating browser tasks—no coding needed. It streamlines data collection, monitoring, and repetitive online actions.

Automate Agenty with AI

Operator puts an OpenClaw agent in front of Agenty. You describe the job from Telegram or Discord and it handles the rest inside Agenty, picking the right calls from the 79 Agenty actions and checking its own work as it goes.

Your agent reaches Agenty directly or through connectors like Composio MCP and Pipedream MCP, which handle the sign in and token refresh for you, so there is nothing to wire up and no API keys to paste.

What your agent can do with Agenty

Your agent can call any of these Agenty actions by name as part of a larger task. Ask for the outcome you want and it picks the right ones.

Add List Rows

Tool to add new rows to a list. Use when you need to insert one or more data rows into an existing list. Column names in row objects must match the list's schema.

Create Agent

Creates a new Agenty agent for web scraping, change detection, crawling, map monitoring, or brand monitoring. Use this tool to set up automated data extraction agents. Requires: - name: A descriptive name for the agent - type: One of 'sc...

Get Agent Templates

Tool to fetch all public agent templates and sample agents. Use when listing available templates for users to select.

Delete Agent by ID

Tool to delete a single agent by its ID. Use when you need to permanently remove an agent after confirming it exists.

Fetch all agents

Tool to fetch all active agents under an account. Use after authenticating when you need to list agents with pagination and sorting.

Get Agent by ID

Retrieves complete details of a specific agent including its configuration, input settings, scheduler, and metadata. Use this tool when you need to: - View full agent configuration and settings - Check agent type and current version - Ac...

Update Agent by ID

Updates an existing agent's configuration, settings, and metadata. Use this tool to modify an agent's properties such as name, type, config, tags, scheduler, scripts, or visibility settings. The API only returns the fields that were upda...

Create API Key

Creates a new API key for programmatic access to the Agenty API. The generated API key can be used to authenticate API requests with different permission levels (Owner, Admin, or Manager). The key is returned in the response and should b...

Delete API key by ID

Delete an API key by its unique identifier. Use this tool to permanently revoke access for a specific API key. The key_id can be obtained from the "Get all API keys" or "Create API key" actions. This action cannot be undone.

Download API keys

Tool to download all API keys under an account in CSV format. Use when you need a complete list of API keys for export or backup.

Get all API keys

Tool to retrieve all API keys under an account. Use after authentication when you need to list API keys with pagination and sorting.

Get API key by ID

Retrieves detailed information about a specific API key by its ID. Use this action when you need to: - Get the full details of an API key including its value, role, and status - Verify the existence and properties of a specific API key -...

Reset API key by ID

Resets (regenerates) the secret value of an existing API key. The old secret becomes invalid immediately. Important: This action only confirms the reset was successful but does NOT return the new secret. After resetting, use the 'Get API...

Update API key by ID

Updates an existing API key's name and role by its unique identifier. This action allows you to modify the display name and permission level of an API key. Only the name and role fields can be updated; other properties are read-only. Aft...

Capture Screenshot

Tool to capture a full-page or visible screenshot of any webpage URL. Use when you need to capture visual representation of a webpage as an image file. The screenshot is captured using browser automation with default settings.

Capture Screenshot with Options

Tool to capture webpage screenshots with extensive customization options including full-page capture, image format, quality settings, viewport configuration, and post-processing. Use when you need to take screenshots of web pages with sp...

Change API key status by ID

Toggles the enabled/disabled status of an API key. This endpoint switches the key between enabled and disabled states - if the key is currently enabled, it will be disabled, and vice versa. Returns a confirmation message upon successful...

Get all connections

Retrieves all connections from your Agenty account. Supports pagination via limit/offset and sorting by field name. Returns an empty list if no connections exist.

Convert URL to PDF

Tool to convert a webpage URL to a PDF document. Use when you need to generate a PDF file from a web page for archival, reporting, or offline viewing purposes.

Convert URL to PDF with Options

Tool to convert a URL or raw HTML to PDF with customizable options. Use when you need to generate PDFs with specific formatting requirements like custom page sizes, margins, headers/footers, or orientation. Supports both URL-based and HT...

Copy Agent

Tool to copy an existing agent by its ID, creating a duplicate with optionally a new name. Use when you need to duplicate an agent's configuration to create a similar agent without starting from scratch.

Create Workflow

Creates a new workflow in Agenty to automate actions based on agent events. Use this to set up automated responses like sending emails, triggering webhooks, or notifications when specific agent events occur (e.g., job completed, job fail...

Get dashboard reports and usage

Tool to fetch account reports like pages used by agent, date, and product. Use when analyzing usage over a date range.

Delete List Row by ID

Tool to delete a specific row from a list by its unique identifier. Use when you need to permanently remove a single row from a list.

Delete List Rows by IDs

Tool to delete specific rows from a list by their IDs. Use when you need to remove one or more rows from a list by providing their unique identifiers.

Delete Project

Tool to delete a project by its ID. Use when you need to permanently remove a project. This action cannot be undone, so ensure the project ID is correct before deletion.

Delete Schedule

Tool to delete a schedule for an agent by its agent ID. Use when you need to remove scheduled automation for a specific agent.

Delete Workflow by ID

Tool to delete a workflow by its ID. Use when you need to permanently remove a workflow after confirming it exists.

Download Agent Result

Tool to download agent results by agent ID in CSV, TSV or JSON format. Use when you need to export or analyze agent execution results as a file.

Download List Rows

Tool to download list rows as CSV file. Use when you need to export or backup all rows from a specific list.

Download users

Tool to download users list in CSV format. Use when you need to export or backup the complete list of team members and users.

Download workflows

Tool to download all workflows in CSV format. Use when you need to export or backup all workflows from your account.

Extract Structured Data

Tool to auto-extract structured data from a webpage including schema.org, RDFa, Microdata, and JSON-LD formats. Use when you need to automatically extract semantic markup from web pages without writing custom scraping rules. The API retu...

Extract Structured Data from URL

Tool to auto-extract structured data from a webpage URL. Use when you need to extract schema.org, RDFa, Microdata, or JSON-LD structured data from web pages.

Get Agent Result

Tool to get the most recent result data for an agent. Use when you need to retrieve and view the scraped/collected data from an agent's latest execution. Returns result data with pagination support.

Get all team members

Tool to retrieve all team members (users) under an account. Use after authentication when you need to list team members with pagination, sorting, and search filtering.

Get URL Redirects

Tool to get the complete redirect chain for a URL. Use when you need to trace how a URL redirects, including both server-side (HTTP 3xx redirects) and client-side redirects (JavaScript, meta tags). Returns an ordered list of all redirect...

Get Job Result

Tool to get the result data from a completed job. Use when you need to retrieve and view the scraped/collected data from a finished job. Returns result data with pagination support.

Get list by ID

Retrieves detailed information about a specific list by its ID. Use this action when you need to: - Get the full details of a list including its name, description, and metadata - Verify the existence of a specific list - Check when a lis...

Get List Row by ID

Tool to fetch a specific row by its ID from a list. Use when you need to retrieve a single data entry from a list using its unique identifier.

Get Page Content

Tool to fetch the complete HTML content of any webpage URL. Use this when you need to retrieve the full HTML source code of a page, including content rendered after JavaScript execution. The API navigates to the URL using proxies and cap...

Get Page Content with Options

Tool to fetch HTML content of a webpage with custom options including ad blocking. Use this when you need to retrieve the full HTML source of a webpage, particularly for web scraping or content analysis tasks. The tool supports ad blocki...

Get Project by ID

Retrieves complete details of a specific project by its ID, including name, description, creator information, and timestamps. Use this to get project metadata before adding agents, checking project existence, or verifying project details...

Get Redirects with Options

Tool to get the complete redirect chain of a URL with custom navigation options. Use when you need to trace URL redirects including both server-side (3xx) and client-side redirects (JavaScript, meta tags). Supports custom timeout and nav...

Get Agent Schedule

Tool to retrieve the schedule configuration for a specific agent. Use when you need to check the current scheduling settings for an agent.

Get User by ID

Tool to retrieve detailed information about a user by their ID. Use this to fetch user profile data including email, role, status, and activity timestamps.

Get Workflow by ID

Retrieves complete details of a specific workflow by its ID. Use this to view workflow configuration including agents, triggers, and actions before updating or deleting.

Get agent input by ID

Retrieves the input configuration for a specific agent by its ID. Returns the input source type (URL, manual list, saved list reference, or another agent's output) and associated configuration details. Use this to inspect an agent's curr...

Plus 31 more Agenty actions your agent can call.

How to connect Agenty

You authorize Agenty once from your dashboard. Operator holds the connection and refreshes the access tokens on its own, so your agent keeps working with Agenty without you signing in again. The same setup unlocks every other app your agent can reach, so you only do it once.

When you are ready, the get started guide walks through standing up your OpenClaw agent.

Common questions about Agenty

How do I connect Agenty to Operator?
Connecting Agenty is a one time sign in from your Operator dashboard. Operator keeps the connection live and rotates the token on its own, so the agent stays connected to Agenty and you never reauthorize by hand.
Can my agent pull and update data in Agenty?
Yes. It can read records, write new ones, and answer questions about what is stored. Point it at Agenty and ask for a figure or a list, or have it keep a table in step with another app you have connected, all in plain language.
Do I need to write code or manage Agenty API keys?
No. Operator manages the Agenty connection and token refresh, so there are no API keys to paste and nothing to deploy.
Can my agent use Agenty together with my other apps?
Yes. The same agent reaches every app you connect, so it can move between Agenty and tools like Gigasheet, Nasa, Api ninjas in one job, reading from one and acting in another without you wiring anything between them.

More apps to automate

Apps your agent runs alongside Agenty, or browse all integrations.

Put your agent on Agenty

Sign in, connect Agenty, and hand your agent the work. Your first week is free.

Try for free