Agenty
Agenty is a web scraping and automation platform that enables users to extract data, monitor changes, and automate browser tasks without coding.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Agenty authenticates with an API key. Generate the credential in your Agenty account, then paste it into FlyMyAI the first time an agent uses an Agenty action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Agenty API Key | Your Agenty API key (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
AGENTY_AGENTS_CLONE_BY_ID | Tool to clone an existing agent by its id. use when you need to duplicate an agent's configuration and optionally start the clone immediately. | agent_id |
AGENTY_AGENTS_CONTROLLER_CREATE_AGENT | Tool to create a new agent. use when you need to add an agent with configuration and optional auto-start. | name, type, config |
AGENTY_AGENTS_CONTROLLER_GET_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 | Tool to delete a single agent by its id. use when you need to permanently remove an agent after confirming it exists. | agent_id |
AGENTY_AGENTS_GET_ALL | 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 | Tool to fetch details of a specific agent by its id. use when you need full agent configuration before taking further actions. | agent_id |
AGENTY_AGENTS_UPDATE_BY_ID | Tool to update an agent's configuration and settings by agent id. use when you need to modify an existing agent after retrieving its current settings. example: "update agent 123 with new name and tags." | agent_id, name, type, config |
AGENTY_API_KEYS_CONTROLLER_CREATE_API_KEYS | Tool to create a new api key. use when you need to provision access credentials for the api. | name, role |
AGENTY_API_KEYS_DELETE_BY_ID | Tool to delete an api key by its key id. use when revoking access for a specific api key after confirming the correct key id. | key_id |
AGENTY_API_KEYS_DOWNLOAD | 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 | 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 | Tool to get an api key by key id. use when retrieving details of a specific api key after identifying its id. | key_id |
AGENTY_API_KEYS_RESET_BY_ID | Tool to reset an api key by key id. use when you need to regenerate the secret for an api key after compromise or rotation. | key_id |
AGENTY_API_KEYS_UPDATE_BY_ID | Tool to update an api key by its id. use when you need to modify name, role, or enabled state after confirming the api key's identifier. | key_id, name, role |
AGENTY_CHANGE_API_KEY_STATUS_BY_ID | Tool to enable or disable an api key by its id. use when you need to toggle the activation state of an existing api key after retrieving its identifier. | key_id |
AGENTY_CONNECTIONS_GET_ALL | Tool to get all connections. use after authenticating when you need to list connections with pagination and sorting. | - |
AGENTY_CREATE_API_KEY | Tool to create a new api key. use when you need to provision access credentials for the api. | name, role |
AGENTY_DASHBOARD_GET_REPORTS_USAGE | Tool to fetch account reports like pages used by agent, date, and product. use when analyzing usage over a date range. | - |
AGENTY_INPUTS_GET_BY_AGENT_ID | Tool to get agent input by agent id. use when you need to inspect or validate an agent's current input configuration before updating or starting jobs. | agent_id |
AGENTY_INPUTS_UPDATE_BY_AGENT_ID | Tool to update agent input by agent id. use when you need to modify an agent's input source (url, manual data, list, or agent) after verifying the agent id. | agent_id, type |
AGENTY_JOBS_DOWNLOAD | Tool to download all jobs in csv format. use when you need a complete list of jobs for export or analysis. | - |
AGENTY_JOBS_DOWNLOAD_FILES_BY_ID | Tool to download output files by job id. use when you need to fetch a specific output file after a job completes. | job_id, name |
AGENTY_JOBS_DOWNLOAD_RESULT_BY_ID | Tool to download the agent output result by job id. use when you need to fetch the final output of a completed job in csv, tsv, or json format. | job_id, format |
AGENTY_JOBS_GET_ALL | Tool to fetch all jobs under an account. use when you need to view and filter the list of jobs with pagination and sorting. | - |
AGENTY_JOBS_GET_BY_ID | Tool to fetch details of a specific job by its id. use when you need the full job metadata before retrieving results. | job_id |
AGENTY_JOBS_GET_LOGS_BY_ID | Tool to fetch logs for a given job by its id. use when you need to review or debug job execution logs with pagination support. | job_id |
AGENTY_JOBS_LIST_FILES_BY_ID | Tool to list output files by job id. use after job completion when you need to discover available output files. | job_id, name |
AGENTY_JOBS_START | Tool to start a new agent job. use when you need to trigger execution of an existing agent. | agent_id |
AGENTY_JOBS_STOP_BY_ID | Tool to stop a running job by job id. use when you need to halt an in-progress job before it completes. confirm the job id beforehand to avoid unintended stops. | job_id |
AGENTY_LISTS_CLEAR_ROWS | Tool to clear all rows in a list by its id. use when you need to wipe out all data in a list before re-populating (e.g., "clear all rows in list 123"). | list_id |
AGENTY_LISTS_CONTROLLER_CREATE_LIST | Tool to create a new list. use after preparing the list name and optional description. example: "create a list named 'contacts' with description 'potential leads'." | name |
AGENTY_LISTS_DELETE_BY_ID | Tool to delete a specific list by its id. use when you need to permanently remove a list after confirming it exists. | list_id |
AGENTY_LISTS_DOWNLOAD | Tool to download all lists in csv format. use when you need a complete set of lists for export or backup. | - |
AGENTY_LISTS_GET_ALL | Tool to retrieve all lists under an account. use after authentication when you need to list lists with pagination and sorting. | - |
AGENTY_LISTS_GET_ROWS_BY_ID | Tool to fetch all rows in a specified list. use when you need to retrieve all data entries from a list with optional pagination and sorting. example: "fetch rows from list '61db...' with limit=50". | list_id |
AGENTY_LISTS_UPDATE_BY_ID | Tool to update a list's name or description by list id. use when you need to modify list metadata after confirming its id. example: "update list 123 with name 'my list'". | list_id |
AGENTY_LISTS_UPLOAD_CSV | Tool to upload a csv file to a list. use when you need to bulk import rows into an existing list after verifying the list's column schema. | list_id, file |
AGENTY_PROJECTS_ADD_AGENTS | Tool to add agent(s) to a project. use after confirming the project exists and you have valid agent ids. example: "add agents ['agent abc123','agent xyz789'] to project 123." | project_id, agent_ids |
AGENTY_PROJECTS_CONTROLLER_CREATE_PROJECT | Tool to create a new project. use when you need to initialize a project with a name and optional description or template. | name |
AGENTY_PROJECTS_GET_ALL | Tool to retrieve all projects under an account. use after authentication when you need to list projects with pagination and sorting. | - |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Agenty!