# Agenty AI integration on Definable

> Agenty is a web scraping and automation platform that enables users to extract data, monitor changes, and automate browser tasks without coding.

## What this connects

Agenty is a web scraping and automation platform that enables users to extract data, monitor changes, and automate browser tasks without coding.

Vendor: https://agenty.com/

## Tools available

**79** tools available. First 12:

- `AGENTY_ADD_LIST_ROWS` — 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.
- `AGENTY_AGENTS_CONTROLLER_CREATE_AGENT` — 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 'scraping', 'changedetection', 'crawling', 'mapmonitoring', 'brandmonitoring' - config: Configuration object with url, browser, and collections defining what data to extract The config.collections array contains field definitions with CSS selectors or other extraction methods. Each field specifies what data to extract and how (TEXT content, ATTR for attributes, etc.). Optional: Set start=true to immediately run the agent after creation, or configure a scheduler for recurring runs. Returns the created agent with its unique agent_id for future reference.
- `AGENTY_AGENTS_CONTROLLER_GET_TEMPLATES` — Get Agent Templates — Tool to fetch all public agent templates and sample agents. Use when listing available templates for users to select.
- `AGENTY_AGENTS_DELETE_BY_ID` — 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.
- `AGENTY_AGENTS_GET_ALL` — 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.
- `AGENTY_AGENTS_GET_BY_ID` — 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 - Access scheduler and script configurations - Verify agent status before executing jobs - Retrieve agent metadata for updates or cloning
- `AGENTY_AGENTS_UPDATE_BY_ID` — 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 updated in the response, not the complete agent object. To get the full updated agent details, use the 'Get Agent by ID' action after updating. Example uses: - "Update agent abc123 to change its name to 'Production Scraper'" - "Enable scheduling for agent xyz789 with a cron expression '0 */6 * * *'" - "Update agent def456 config to scrape a different URL"
- `AGENTY_API_KEYS_CONTROLLER_CREATE_API_KEYS` — 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 be securely stored as it provides access to your Agenty account.
- `AGENTY_API_KEYS_DELETE_BY_ID` — 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.
- `AGENTY_API_KEYS_DOWNLOAD` — 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.
- `AGENTY_API_KEYS_GET_ALL` — 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.
- `AGENTY_API_KEYS_GET_BY_ID` — 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 - Check if an API key is enabled or disabled The key_id can be obtained from the 'Get all API keys' action or when creating a new API key.

## Auth

Auth schemes: `API_KEY`.

## How agents use Agenty

Inside a Definable workflow, Agenty is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Agenty** — the Researcher (GPT-5.5) pulls context from Agenty (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Agenty** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Agenty (create record, post message, draft email).
- **Designer / Engineer → Distributor → Agenty** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Agenty (attach file, open PR comment, post status).

The Verifier checks every Agenty call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ai web scraping — https://definable.ai/apps/category/ai-web-scraping/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/agenty/
- Same category (ai web scraping): https://definable.ai/apps/category/ai-web-scraping/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
