Agenty
agentyAgenty is a web scraping and automation platform that enables users to extract data, monitor changes, and automate browser tasks without coding.
Acciones disponibles (40)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Clone Agent by IDAGENTY_AGENTS_CLONE_BY_IDAcciónTool to clone an existing agent by its id. use when you need to duplicate an agent's configuration and optionally start the clone immediately.
AGENTY_AGENTS_CLONE_BY_IDAcciónTool to clone an existing agent by its id. use when you need to duplicate an agent's configuration and optionally start the clone immediately.
Parámetros de entrada
startbooleanWhether to auto-start the cloned agent
agent_idstringObligatorioID of the agent to clone
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create AgentAGENTY_AGENTS_CONTROLLER_CREATE_AGENTAcciónTool to create a new agent. use when you need to add an agent with configuration and optional auto-start.
AGENTY_AGENTS_CONTROLLER_CREATE_AGENTAcciónTool to create a new agent. use when you need to add an agent with configuration and optional auto-start.
Parámetros de entrada
iconstringURL or name of the icon
namestringObligatorioAgent name, max 100 characters
tagsstring[]List of tags for categorizing the agent
typestringObligatorioenumType of the agent
scrapingchangedetectioncrawlingmapmonitoringbrandmonitoringstartbooleanAuto-start the agent after creation (true or false)
configobjectObligatorioConfiguration object for the agent
scriptsobjectScripts to run pre- and post-execution
user_idintegerUser ID associated with the agent
versionintegerVersion number of the agent
agent_idstringUnique agent ID. If omitted, generated by server
is_publicbooleanWhether the agent is public
schedulerobjectScheduler configuration for the agent
account_idintegerAccount ID associated with the agent
created_atstringCreation timestamp
is_managedbooleanWhether the agent is managed by system
project_idintegerProject ID to associate with the agent
updated_atstringLast update timestamp
descriptionstringDescription of the agent, max 1000 characters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Agent TemplatesAGENTY_AGENTS_CONTROLLER_GET_TEMPLATESAcciónTool to fetch all public agent templates and sample agents. use when listing available templates for users to select.
AGENTY_AGENTS_CONTROLLER_GET_TEMPLATESAcciónTool to fetch all public agent templates and sample agents. use when listing available templates for users to select.
Parámetros de entrada
sortstringField name to sort by.
limitintegerMaximum number of items to return. Default is 1000.
orderstringenumSort direction: 'asc' or 'desc'.
ascdescoffsetintegerNumber of items to skip. Default is 0.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Agent by IDAGENTY_AGENTS_DELETE_BY_IDAcciónTool to delete a single agent by its id. use when you need to permanently remove an agent after confirming it exists.
AGENTY_AGENTS_DELETE_BY_IDAcciónTool to delete a single agent by its id. use when you need to permanently remove an agent after confirming it exists.
Parámetros de entrada
agent_idstringObligatorioUnique identifier of the agent to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch all agentsAGENTY_AGENTS_GET_ALLAcciónTool to fetch all active agents under an account. use after authenticating when you need to list agents with pagination and sorting.
AGENTY_AGENTS_GET_ALLAcciónTool to fetch all active agents under an account. use after authenticating when you need to list agents with pagination and sorting.
Parámetros de entrada
sortstringField by which to sort the results, e.g., 'name' or 'created_at'.
limitintegerMaximum number of records to return.
orderstringenumOrder of sorting; possible values are 'asc' (ascending) and 'desc' (descending).
ascdescoffsetintegerNumber of records to skip before starting to return results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Agent by IDAGENTY_AGENTS_GET_BY_IDAcciónTool to fetch details of a specific agent by its id. use when you need full agent configuration before taking further actions.
AGENTY_AGENTS_GET_BY_IDAcciónTool to fetch details of a specific agent by its id. use when you need full agent configuration before taking further actions.
Parámetros de entrada
agent_idstringObligatorioUnique identifier of the agent to fetch.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Agent by IDAGENTY_AGENTS_UPDATE_BY_IDAcciónTool 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."
AGENTY_AGENTS_UPDATE_BY_IDAcciónTool 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."
Parámetros de entrada
iconstringURL or identifier for the agent icon.
namestringObligatorioAgent name (max 100 characters).
tagsstring[]List of tags for categorization.
typestringObligatorioenumAgent type.
scrapingchangedetectioncrawlingmapmonitoringbrandmonitoringconfigobjectObligatorioConfiguration object specific to the agent type.
scriptsobjectOptional pre/post execution scripts.
user_idintegerUser ID that created or owns this agent.
versionintegerAgent version number.
agent_idstringObligatorioUnique identifier of the agent to update.
is_publicbooleanWhether the agent is publicly visible.
schedulerobjectOptional scheduling settings.
account_idintegerAccount ID that owns this agent.
created_atstringISO timestamp when the agent was created.
is_managedbooleanWhether the agent is managed by Agenty.
project_idintegerProject ID under which the agent is grouped.
updated_atstringISO timestamp when the agent was last updated.
descriptionstringAgent description (max 1000 characters).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create API KeyAGENTY_API_KEYS_CONTROLLER_CREATE_API_KEYSAcciónTool to create a new api key. use when you need to provision access credentials for the api.
AGENTY_API_KEYS_CONTROLLER_CREATE_API_KEYSAcciónTool to create a new api key. use when you need to provision access credentials for the api.
Parámetros de entrada
namestringObligatorioName of the API key
rolestringObligatorioenumRole to assign to the API key
OwnerAdminManagerViewerAccountantis_enabledbooleanWhether the API key should be enabled upon creation
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete API key by IDAGENTY_API_KEYS_DELETE_BY_IDAcciónTool to delete an api key by its key id. use when revoking access for a specific api key after confirming the correct key id.
AGENTY_API_KEYS_DELETE_BY_IDAcciónTool to delete an api key by its key id. use when revoking access for a specific api key after confirming the correct key id.
Parámetros de entrada
key_idstringObligatorioUnique identifier of the API key to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Download API keysAGENTY_API_KEYS_DOWNLOADAcciónTool 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_DOWNLOADAcciónTool 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.
Parámetros de entrada
sortstringField name to sort by
limitintegerMaximum number of items to return
orderstringenumSort order: asc or desc
ascdescoffsetintegerNumber of items to skip before starting to collect the result set
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get all API keysAGENTY_API_KEYS_GET_ALLAcciónTool 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_ALLAcciónTool to retrieve all api keys under an account. use after authentication when you need to list api keys with pagination and sorting.
Parámetros de entrada
sortstringField by which to sort the results, e.g., 'created_at' or 'name'
limitintegerMaximum number of API keys to return
orderstringenumOrder of sorting: 'asc' (ascending) or 'desc' (descending)
ascdescoffsetintegerNumber of API keys to skip before starting to return results
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get API key by IDAGENTY_API_KEYS_GET_BY_IDAcciónTool to get an api key by key id. use when retrieving details of a specific api key after identifying its id.
AGENTY_API_KEYS_GET_BY_IDAcciónTool to get an api key by key id. use when retrieving details of a specific api key after identifying its id.
Parámetros de entrada
key_idintegerObligatorioUnique identifier of the API key
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reset API key by IDAGENTY_API_KEYS_RESET_BY_IDAcciónTool to reset an api key by key id. use when you need to regenerate the secret for an api key after compromise or rotation.
AGENTY_API_KEYS_RESET_BY_IDAcciónTool to reset an api key by key id. use when you need to regenerate the secret for an api key after compromise or rotation.
Parámetros de entrada
key_idintegerObligatorioUnique identifier of the API key to reset
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update API key by IDAGENTY_API_KEYS_UPDATE_BY_IDAcciónTool 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.
AGENTY_API_KEYS_UPDATE_BY_IDAcciónTool 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.
Parámetros de entrada
namestringObligatorioName of the API key
rolestringObligatorioenumRole to assign to the API key
OwnerAdminManagerViewerAccountantkey_idintegerObligatorioUnique identifier of the API key to update
user_idintegerUser identifier associated with the API key
account_idintegerAccount identifier associated with the API key
created_atstringTimestamp when the API key was created, in ISO 8601 format
is_enabledbooleanWhether the API key is enabled
updated_atstringTimestamp when the API key was last updated, in ISO 8601 format
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Change API key status by IDAGENTY_CHANGE_API_KEY_STATUS_BY_IDAcciónTool 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.
AGENTY_CHANGE_API_KEY_STATUS_BY_IDAcciónTool 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.
Parámetros de entrada
key_idintegerObligatorioID of the API key to enable or disable
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get all connectionsAGENTY_CONNECTIONS_GET_ALLAcciónTool to get all connections. use after authenticating when you need to list connections with pagination and sorting.
AGENTY_CONNECTIONS_GET_ALLAcciónTool to get all connections. use after authenticating when you need to list connections with pagination and sorting.
Parámetros de entrada
sortstringField by which to sort the results, e.g., 'name' or 'created_at'.
limitintegerMaximum number of records to return.
orderstringenumOrder of sorting; 'asc' for ascending or 'desc' for descending.
ascdescoffsetintegerNumber of records to skip before starting to return results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create API KeyAGENTY_CREATE_API_KEYAcciónTool to create a new api key. use when you need to provision access credentials for the api.
AGENTY_CREATE_API_KEYAcciónTool to create a new api key. use when you need to provision access credentials for the api.
Parámetros de entrada
namestringObligatorioName of the API key
rolestringObligatorioenumRole to assign to the API key
OwnerAdminManagerViewerAccountantis_enabledbooleanWhether the API key should be enabled upon creation
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get dashboard reports and usageAGENTY_DASHBOARD_GET_REPORTS_USAGEAcciónTool to fetch account reports like pages used by agent, date, and product. use when analyzing usage over a date range.
AGENTY_DASHBOARD_GET_REPORTS_USAGEAcciónTool to fetch account reports like pages used by agent, date, and product. use when analyzing usage over a date range.
Parámetros de entrada
endstringISO 8601 end date-time string; defaults to today if omitted
startstringISO 8601 start date-time string; defaults to 30 days before today if omitted
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get agent input by IDAGENTY_INPUTS_GET_BY_AGENT_IDAcciónTool 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.
AGENTY_INPUTS_GET_BY_AGENT_IDAcciónTool 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.
Parámetros de entrada
agent_idstringObligatorioUnique identifier of the agent to retrieve inputs for.
Parámetros de salida
idstringIdentifier when type is 'url', 'list', or 'agent'.
datastring[]List of manual input values when type is 'manual'.
typestringObligatorioInput source type: 'url', 'manual', 'list', or 'agent'.
errorstringError if any occurred during the execution of the action
fieldstringField name when type is 'list' or 'agent'.
collectionintegerCollection index when type is 'agent'.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Input by Agent IDAGENTY_INPUTS_UPDATE_BY_AGENT_IDAcciónTool 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.
AGENTY_INPUTS_UPDATE_BY_AGENT_IDAcciónTool 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.
Parámetros de entrada
idstringIdentifier for the source. Required when type is 'url', 'list', or 'agent'
datastring[]Manual data entries. Required when type is 'manual'
typestringObligatorioenumType of the input source. Enum: 'url', 'manual', 'list', or 'agent'
urlmanuallistagentfieldstringField name for list or agent inputs. Required when type is 'list' or 'agent'
agent_idstringObligatorioUnique identifier of the agent whose input to update
collectionintegerCollection number for agent inputs. Required when type is 'agent'
Parámetros de salida
idstringSource identifier returned by the API
datastring[]Data array returned by the API
typestringObligatorioenumType of the input source returned by the API
urlmanuallistagenterrorstringError if any occurred during the execution of the action
fieldstringField name returned by the API
collectionintegerCollection number returned by the API
successfulbooleanObligatorioWhether or not the action execution was successful or not
Download jobsAGENTY_JOBS_DOWNLOADAcciónTool to download all jobs in csv format. use when you need a complete list of jobs for export or analysis.
AGENTY_JOBS_DOWNLOADAcciónTool to download all jobs in csv format. use when you need a complete list of jobs for export or analysis.
Parámetros de entrada
sortstringField name to sort by
limitintegerMaximum number of jobs to return
orderstringenumSort order: asc or desc
ascdescoffsetintegerNumber of jobs to skip before starting to collect the result set
agent_idstringFilter jobs to only those created by this agent ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Download job file by IDAGENTY_JOBS_DOWNLOAD_FILES_BY_IDAcciónTool to download output files by job id. use when you need to fetch a specific output file after a job completes.
AGENTY_JOBS_DOWNLOAD_FILES_BY_IDAcciónTool to download output files by job id. use when you need to fetch a specific output file after a job completes.
Parámetros de entrada
namestringObligatorioName of the file to download.
job_idintegerObligatorioUnique identifier of the job to download files from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Download Job Result by IDAGENTY_JOBS_DOWNLOAD_RESULT_BY_IDAcciónTool 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.
AGENTY_JOBS_DOWNLOAD_RESULT_BY_IDAcciónTool 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.
Parámetros de entrada
sortstringField name to sort by
limitintegerMaximum number of items to return
orderstringenumSort order: asc or desc
ascdescformatstringObligatorioenumFormat of the downloaded file: CSV, TSV, or JSON
CSVTSVJSONjob_idintegerObligatorioUnique identifier of the job to download result for
offsetintegerNumber of items to skip before starting to collect the result set
collectionintegerResult collection number to fetch
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch all jobsAGENTY_JOBS_GET_ALLAcciónTool 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_ALLAcciónTool to fetch all jobs under an account. use when you need to view and filter the list of jobs with pagination and sorting.
Parámetros de entrada
sortstringField by which to sort the results, e.g., 'created_at' or 'status'.
limitintegerMaximum number of records to return (<=1000).
orderstringenumOrder of sorting; either 'asc' for ascending or 'desc' for descending.
ascdescoffsetintegerNumber of records to skip before starting to return results.
agent_idstringFilter jobs by specific agent identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Job by IDAGENTY_JOBS_GET_BY_IDAcciónTool to fetch details of a specific job by its id. use when you need the full job metadata before retrieving results.
AGENTY_JOBS_GET_BY_IDAcciónTool to fetch details of a specific job by its id. use when you need the full job metadata before retrieving results.
Parámetros de entrada
job_idintegerObligatorioNumeric identifier of the job to fetch.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Job Logs by IDAGENTY_JOBS_GET_LOGS_BY_IDAcciónTool to fetch logs for a given job by its id. use when you need to review or debug job execution logs with pagination support.
AGENTY_JOBS_GET_LOGS_BY_IDAcciónTool to fetch logs for a given job by its id. use when you need to review or debug job execution logs with pagination support.
Parámetros de entrada
limitintegerMaximum number of log lines to return (pagination limit).
job_idstringObligatorioUnique identifier of the job to fetch logs for.
offsetintegerNumber of log lines to skip (pagination offset).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List job files by IDAGENTY_JOBS_LIST_FILES_BY_IDAcciónTool to list output files by job id. use after job completion when you need to discover available output files.
AGENTY_JOBS_LIST_FILES_BY_IDAcciónTool to list output files by job id. use after job completion when you need to discover available output files.
Parámetros de entrada
namestringObligatorioName of the file to filter by (exact match).
job_idintegerObligatorioNumeric identifier of the job to list files for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Start Agent JobAGENTY_JOBS_STARTAcciónTool to start a new agent job. use when you need to trigger execution of an existing agent.
AGENTY_JOBS_STARTAcciónTool to start a new agent job. use when you need to trigger execution of an existing agent.
Parámetros de entrada
agent_idstringObligatorioUnique identifier of the agent to start the job for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Stop Job by IDAGENTY_JOBS_STOP_BY_IDAcciónTool 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.
AGENTY_JOBS_STOP_BY_IDAcciónTool 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.
Parámetros de entrada
job_idintegerObligatorioUnique numeric identifier of the job to stop.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Clear List RowsAGENTY_LISTS_CLEAR_ROWSAcciónTool 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").
AGENTY_LISTS_CLEAR_ROWSAcciónTool 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").
Parámetros de entrada
list_idintegerObligatorioUnique identifier of the list to clear rows from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ListAGENTY_LISTS_CONTROLLER_CREATE_LISTAcciónTool to create a new list. use after preparing the list name and optional description. example: "create a list named 'contacts' with description 'potential leads'."
AGENTY_LISTS_CONTROLLER_CREATE_LISTAcciónTool to create a new list. use after preparing the list name and optional description. example: "create a list named 'contacts' with description 'potential leads'."
Parámetros de entrada
namestringObligatorioName of the list, max 100 characters
descriptionstringDescription of the list, max 250 characters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete List by IDAGENTY_LISTS_DELETE_BY_IDAcciónTool to delete a specific list by its id. use when you need to permanently remove a list after confirming it exists.
AGENTY_LISTS_DELETE_BY_IDAcciónTool to delete a specific list by its id. use when you need to permanently remove a list after confirming it exists.
Parámetros de entrada
list_idintegerObligatorioUnique identifier of the list to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Download listsAGENTY_LISTS_DOWNLOADAcciónTool to download all lists in csv format. use when you need a complete set of lists for export or backup.
AGENTY_LISTS_DOWNLOADAcciónTool to download all lists in csv format. use when you need a complete set of lists for export or backup.
Parámetros de entrada
sortstringField name to sort by
limitintegerMaximum number of items to return
orderstringenumSort order: asc or desc
ascdescoffsetintegerNumber of items to skip before starting to collect the result set
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get all listsAGENTY_LISTS_GET_ALLAcciónTool to retrieve all lists under an account. use after authentication when you need to list lists with pagination and sorting.
AGENTY_LISTS_GET_ALLAcciónTool to retrieve all lists under an account. use after authentication when you need to list lists with pagination and sorting.
Parámetros de entrada
sortstringField by which to sort the results, e.g., 'name' or 'created_at'.
limitintegerMaximum number of lists to return.
orderstringenumOrder of sorting; possible values are 'asc' (ascending) and 'desc' (descending).
ascdescoffsetintegerNumber of lists to skip before starting to return results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch List Rows by IDAGENTY_LISTS_GET_ROWS_BY_IDAcciónTool 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".
AGENTY_LISTS_GET_ROWS_BY_IDAcciónTool 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".
Parámetros de entrada
sortstringColumn name to sort the results by
limitintegerNumber of rows to return per request
orderstringenumSort order, either 'asc' or 'desc'
ascdescoffsetintegerNumber of rows to skip before starting to return rows
list_idstringObligatorioUnique identifier of the list to fetch rows from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update List by IDAGENTY_LISTS_UPDATE_BY_IDAcciónTool 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'".
AGENTY_LISTS_UPDATE_BY_IDAcciónTool 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'".
Parámetros de entrada
namestringNew name for the list, max 100 characters. At least one of name or description must be provided.
list_idintegerObligatorioUnique identifier of the list to update
descriptionstringNew description for the list, max 250 characters. At least one of name or description must be provided.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload CSV file to ListAGENTY_LISTS_UPLOAD_CSVAcciónTool 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.
AGENTY_LISTS_UPLOAD_CSVAcciónTool 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.
Parámetros de entrada
filestringObligatoriobinaryBinary content of the CSV file to upload to the specified list.
list_idintegerObligatorioUnique identifier of the list to which the CSV will be uploaded.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add Agents to ProjectAGENTY_PROJECTS_ADD_AGENTSAcciónTool 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."
AGENTY_PROJECTS_ADD_AGENTSAcciónTool 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."
Parámetros de entrada
agent_idsstring[]ObligatorioList of agent IDs to add to the project; must contain at least one entry
project_idintegerObligatorioUnique identifier of the project to which agents will be added
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ProjectAGENTY_PROJECTS_CONTROLLER_CREATE_PROJECTAcciónTool to create a new project. use when you need to initialize a project with a name and optional description or template.
AGENTY_PROJECTS_CONTROLLER_CREATE_PROJECTAcciónTool to create a new project. use when you need to initialize a project with a name and optional description or template.
Parámetros de entrada
namestringObligatorioName of the project.
templatestringProject template key.
descriptionstringDescription of the project.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get all projectsAGENTY_PROJECTS_GET_ALLAcciónTool to retrieve all projects under an account. use after authentication when you need to list projects with pagination and sorting.
AGENTY_PROJECTS_GET_ALLAcciónTool to retrieve all projects under an account. use after authentication when you need to list projects with pagination and sorting.
Parámetros de entrada
sortstringField by which to sort the results, e.g., 'name' or 'created_at'.
limitintegerMaximum number of projects to return.
orderstringenumOrder of sorting; possible values are 'asc' (ascending) and 'desc' (descending).
ascdescoffsetintegerNumber of projects to skip before starting to return results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not