Skip to main content
Agenty logo

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.

Get your Agenty credential →

Fields to fill in FlyMyAI

FieldDetails
Agenty API KeyYour 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.

ActionWhat it doesRequired inputs
AGENTY_AGENTS_CLONE_BY_IDTool 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_AGENTTool 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_TEMPLATESTool to fetch all public agent templates and sample agents. use when listing available templates for users to select.-
AGENTY_AGENTS_DELETE_BY_IDTool 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_ALLTool 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_IDTool 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_IDTool 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_KEYSTool to create a new api key. use when you need to provision access credentials for the api.name, role
AGENTY_API_KEYS_DELETE_BY_IDTool 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_DOWNLOADTool 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_ALLTool 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_IDTool 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_IDTool 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_IDTool 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_IDTool 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_ALLTool to get all connections. use after authenticating when you need to list connections with pagination and sorting.-
AGENTY_CREATE_API_KEYTool to create a new api key. use when you need to provision access credentials for the api.name, role
AGENTY_DASHBOARD_GET_REPORTS_USAGETool 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_IDTool 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_IDTool 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_DOWNLOADTool 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_IDTool 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_IDTool 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_ALLTool 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_IDTool 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_IDTool 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_IDTool to list output files by job id. use after job completion when you need to discover available output files.job_id, name
AGENTY_JOBS_STARTTool to start a new agent job. use when you need to trigger execution of an existing agent.agent_id
AGENTY_JOBS_STOP_BY_IDTool 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_ROWSTool 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_LISTTool 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_IDTool 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_DOWNLOADTool to download all lists in csv format. use when you need a complete set of lists for export or backup.-
AGENTY_LISTS_GET_ALLTool 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_IDTool 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_IDTool 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_CSVTool 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_AGENTSTool 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_PROJECTTool 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_ALLTool to retrieve all projects under an account. use after authentication when you need to list projects with pagination and sorting.-
We love our partners - FlyMy.AI builds with the best. Thanks, Agenty!