NAiOS IconNAiOS Logo
Volver al catálogo

Agenty

agenty

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

Acciones
40
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

  • startboolean

    Whether to auto-start the cloned agent

  • agent_idstringObligatorio

    ID of the agent to clone

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create AgentAGENTY_AGENTS_CONTROLLER_CREATE_AGENTAcción

Tool to create a new agent. use when you need to add an agent with configuration and optional auto-start.

Parámetros de entrada

  • iconstring

    URL or name of the icon

  • namestringObligatorio

    Agent name, max 100 characters

  • tagsstring[]

    List of tags for categorizing the agent

  • typestringObligatorioenum

    Type of the agent

    scrapingchangedetectioncrawlingmapmonitoringbrandmonitoring
  • startboolean

    Auto-start the agent after creation (true or false)

  • configobjectObligatorio

    Configuration object for the agent

  • scriptsobject

    Scripts to run pre- and post-execution

  • user_idinteger

    User ID associated with the agent

  • versioninteger

    Version number of the agent

  • agent_idstring

    Unique agent ID. If omitted, generated by server

  • is_publicboolean

    Whether the agent is public

  • schedulerobject

    Scheduler configuration for the agent

  • account_idinteger

    Account ID associated with the agent

  • created_atstring

    Creation timestamp

  • is_managedboolean

    Whether the agent is managed by system

  • project_idinteger

    Project ID to associate with the agent

  • updated_atstring

    Last update timestamp

  • descriptionstring

    Description of the agent, max 1000 characters

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Agent TemplatesAGENTY_AGENTS_CONTROLLER_GET_TEMPLATESAcción

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

Parámetros de entrada

  • sortstring

    Field name to sort by.

  • limitinteger

    Maximum number of items to return. Default is 1000.

  • orderstringenum

    Sort direction: 'asc' or 'desc'.

    ascdesc
  • offsetinteger

    Number of items to skip. Default is 0.

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Agent by IDAGENTY_AGENTS_DELETE_BY_IDAcción

Tool 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_idstringObligatorio

    Unique identifier of the agent to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fetch all agentsAGENTY_AGENTS_GET_ALLAcción

Tool 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

  • sortstring

    Field by which to sort the results, e.g., 'name' or 'created_at'.

  • limitinteger

    Maximum number of records to return.

  • orderstringenum

    Order of sorting; possible values are 'asc' (ascending) and 'desc' (descending).

    ascdesc
  • offsetinteger

    Number of records to skip before starting to return results.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Agent by IDAGENTY_AGENTS_GET_BY_IDAcción

Tool 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_idstringObligatorio

    Unique identifier of the agent to fetch.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Agent by IDAGENTY_AGENTS_UPDATE_BY_IDAcción

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."

Parámetros de entrada

  • iconstring

    URL or identifier for the agent icon.

  • namestringObligatorio

    Agent name (max 100 characters).

  • tagsstring[]

    List of tags for categorization.

  • typestringObligatorioenum

    Agent type.

    scrapingchangedetectioncrawlingmapmonitoringbrandmonitoring
  • configobjectObligatorio

    Configuration object specific to the agent type.

  • scriptsobject

    Optional pre/post execution scripts.

  • user_idinteger

    User ID that created or owns this agent.

  • versioninteger

    Agent version number.

  • agent_idstringObligatorio

    Unique identifier of the agent to update.

  • is_publicboolean

    Whether the agent is publicly visible.

  • schedulerobject

    Optional scheduling settings.

  • account_idinteger

    Account ID that owns this agent.

  • created_atstring

    ISO timestamp when the agent was created.

  • is_managedboolean

    Whether the agent is managed by Agenty.

  • project_idinteger

    Project ID under which the agent is grouped.

  • updated_atstring

    ISO timestamp when the agent was last updated.

  • descriptionstring

    Agent description (max 1000 characters).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create API KeyAGENTY_API_KEYS_CONTROLLER_CREATE_API_KEYSAcción

Tool to create a new api key. use when you need to provision access credentials for the api.

Parámetros de entrada

  • namestringObligatorio

    Name of the API key

  • rolestringObligatorioenum

    Role to assign to the API key

    OwnerAdminManagerViewerAccountant
  • is_enabledboolean

    Whether the API key should be enabled upon creation

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete API key by IDAGENTY_API_KEYS_DELETE_BY_IDAcción

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.

Parámetros de entrada

  • key_idstringObligatorio

    Unique identifier of the API key to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Download API keysAGENTY_API_KEYS_DOWNLOADAcción

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.

Parámetros de entrada

  • sortstring

    Field name to sort by

  • limitinteger

    Maximum number of items to return

  • orderstringenum

    Sort order: asc or desc

    ascdesc
  • offsetinteger

    Number of items to skip before starting to collect the result set

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get all API keysAGENTY_API_KEYS_GET_ALLAcción

Tool 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

  • sortstring

    Field by which to sort the results, e.g., 'created_at' or 'name'

  • limitinteger

    Maximum number of API keys to return

  • orderstringenum

    Order of sorting: 'asc' (ascending) or 'desc' (descending)

    ascdesc
  • offsetinteger

    Number of API keys to skip before starting to return results

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get API key by IDAGENTY_API_KEYS_GET_BY_IDAcción

Tool 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_idintegerObligatorio

    Unique identifier of the API key

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Reset API key by IDAGENTY_API_KEYS_RESET_BY_IDAcción

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.

Parámetros de entrada

  • key_idintegerObligatorio

    Unique identifier of the API key to reset

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update API key by IDAGENTY_API_KEYS_UPDATE_BY_IDAcción

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.

Parámetros de entrada

  • namestringObligatorio

    Name of the API key

  • rolestringObligatorioenum

    Role to assign to the API key

    OwnerAdminManagerViewerAccountant
  • key_idintegerObligatorio

    Unique identifier of the API key to update

  • user_idinteger

    User identifier associated with the API key

  • account_idinteger

    Account identifier associated with the API key

  • created_atstring

    Timestamp when the API key was created, in ISO 8601 format

  • is_enabledboolean

    Whether the API key is enabled

  • updated_atstring

    Timestamp when the API key was last updated, in ISO 8601 format

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Change API key status by IDAGENTY_CHANGE_API_KEY_STATUS_BY_IDAcción

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.

Parámetros de entrada

  • key_idintegerObligatorio

    ID of the API key to enable or disable

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get all connectionsAGENTY_CONNECTIONS_GET_ALLAcción

Tool to get all connections. use after authenticating when you need to list connections with pagination and sorting.

Parámetros de entrada

  • sortstring

    Field by which to sort the results, e.g., 'name' or 'created_at'.

  • limitinteger

    Maximum number of records to return.

  • orderstringenum

    Order of sorting; 'asc' for ascending or 'desc' for descending.

    ascdesc
  • offsetinteger

    Number of records to skip before starting to return results.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create API KeyAGENTY_CREATE_API_KEYAcción

Tool to create a new api key. use when you need to provision access credentials for the api.

Parámetros de entrada

  • namestringObligatorio

    Name of the API key

  • rolestringObligatorioenum

    Role to assign to the API key

    OwnerAdminManagerViewerAccountant
  • is_enabledboolean

    Whether the API key should be enabled upon creation

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get dashboard reports and usageAGENTY_DASHBOARD_GET_REPORTS_USAGEAcción

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

Parámetros de entrada

  • endstring

    ISO 8601 end date-time string; defaults to today if omitted

  • startstring

    ISO 8601 start date-time string; defaults to 30 days before today if omitted

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get agent input by IDAGENTY_INPUTS_GET_BY_AGENT_IDAcción

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.

Parámetros de entrada

  • agent_idstringObligatorio

    Unique identifier of the agent to retrieve inputs for.

Parámetros de salida

  • idstring

    Identifier when type is 'url', 'list', or 'agent'.

  • datastring[]

    List of manual input values when type is 'manual'.

  • typestringObligatorio

    Input source type: 'url', 'manual', 'list', or 'agent'.

  • errorstring

    Error if any occurred during the execution of the action

  • fieldstring

    Field name when type is 'list' or 'agent'.

  • collectioninteger

    Collection index when type is 'agent'.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Input by Agent IDAGENTY_INPUTS_UPDATE_BY_AGENT_IDAcción

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.

Parámetros de entrada

  • idstring

    Identifier for the source. Required when type is 'url', 'list', or 'agent'

  • datastring[]

    Manual data entries. Required when type is 'manual'

  • typestringObligatorioenum

    Type of the input source. Enum: 'url', 'manual', 'list', or 'agent'

    urlmanuallistagent
  • fieldstring

    Field name for list or agent inputs. Required when type is 'list' or 'agent'

  • agent_idstringObligatorio

    Unique identifier of the agent whose input to update

  • collectioninteger

    Collection number for agent inputs. Required when type is 'agent'

Parámetros de salida

  • idstring

    Source identifier returned by the API

  • datastring[]

    Data array returned by the API

  • typestringObligatorioenum

    Type of the input source returned by the API

    urlmanuallistagent
  • errorstring

    Error if any occurred during the execution of the action

  • fieldstring

    Field name returned by the API

  • collectioninteger

    Collection number returned by the API

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Download jobsAGENTY_JOBS_DOWNLOADAcción

Tool to download all jobs in csv format. use when you need a complete list of jobs for export or analysis.

Parámetros de entrada

  • sortstring

    Field name to sort by

  • limitinteger

    Maximum number of jobs to return

  • orderstringenum

    Sort order: asc or desc

    ascdesc
  • offsetinteger

    Number of jobs to skip before starting to collect the result set

  • agent_idstring

    Filter jobs to only those created by this agent ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Download job file by IDAGENTY_JOBS_DOWNLOAD_FILES_BY_IDAcción

Tool 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

  • namestringObligatorio

    Name of the file to download.

  • job_idintegerObligatorio

    Unique identifier of the job to download files from.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Download Job Result by IDAGENTY_JOBS_DOWNLOAD_RESULT_BY_IDAcción

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.

Parámetros de entrada

  • sortstring

    Field name to sort by

  • limitinteger

    Maximum number of items to return

  • orderstringenum

    Sort order: asc or desc

    ascdesc
  • formatstringObligatorioenum

    Format of the downloaded file: CSV, TSV, or JSON

    CSVTSVJSON
  • job_idintegerObligatorio

    Unique identifier of the job to download result for

  • offsetinteger

    Number of items to skip before starting to collect the result set

  • collectioninteger

    Result collection number to fetch

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fetch all jobsAGENTY_JOBS_GET_ALLAcción

Tool 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

  • sortstring

    Field by which to sort the results, e.g., 'created_at' or 'status'.

  • limitinteger

    Maximum number of records to return (<=1000).

  • orderstringenum

    Order of sorting; either 'asc' for ascending or 'desc' for descending.

    ascdesc
  • offsetinteger

    Number of records to skip before starting to return results.

  • agent_idstring

    Filter jobs by specific agent identifier.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Job by IDAGENTY_JOBS_GET_BY_IDAcción

Tool 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_idintegerObligatorio

    Numeric identifier of the job to fetch.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Job Logs by IDAGENTY_JOBS_GET_LOGS_BY_IDAcción

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.

Parámetros de entrada

  • limitinteger

    Maximum number of log lines to return (pagination limit).

  • job_idstringObligatorio

    Unique identifier of the job to fetch logs for.

  • offsetinteger

    Number of log lines to skip (pagination offset).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List job files by IDAGENTY_JOBS_LIST_FILES_BY_IDAcción

Tool to list output files by job id. use after job completion when you need to discover available output files.

Parámetros de entrada

  • namestringObligatorio

    Name of the file to filter by (exact match).

  • job_idintegerObligatorio

    Numeric identifier of the job to list files for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Start Agent JobAGENTY_JOBS_STARTAcción

Tool to start a new agent job. use when you need to trigger execution of an existing agent.

Parámetros de entrada

  • agent_idstringObligatorio

    Unique identifier of the agent to start the job for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Stop Job by IDAGENTY_JOBS_STOP_BY_IDAcción

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.

Parámetros de entrada

  • job_idintegerObligatorio

    Unique numeric identifier of the job to stop.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Clear List RowsAGENTY_LISTS_CLEAR_ROWSAcción

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").

Parámetros de entrada

  • list_idintegerObligatorio

    Unique identifier of the list to clear rows from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ListAGENTY_LISTS_CONTROLLER_CREATE_LISTAcción

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'."

Parámetros de entrada

  • namestringObligatorio

    Name of the list, max 100 characters

  • descriptionstring

    Description of the list, max 250 characters

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete List by IDAGENTY_LISTS_DELETE_BY_IDAcción

Tool 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_idintegerObligatorio

    Unique identifier of the list to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Download listsAGENTY_LISTS_DOWNLOADAcción

Tool to download all lists in csv format. use when you need a complete set of lists for export or backup.

Parámetros de entrada

  • sortstring

    Field name to sort by

  • limitinteger

    Maximum number of items to return

  • orderstringenum

    Sort order: asc or desc

    ascdesc
  • offsetinteger

    Number of items to skip before starting to collect the result set

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get all listsAGENTY_LISTS_GET_ALLAcción

Tool to retrieve all lists under an account. use after authentication when you need to list lists with pagination and sorting.

Parámetros de entrada

  • sortstring

    Field by which to sort the results, e.g., 'name' or 'created_at'.

  • limitinteger

    Maximum number of lists to return.

  • orderstringenum

    Order of sorting; possible values are 'asc' (ascending) and 'desc' (descending).

    ascdesc
  • offsetinteger

    Number of lists to skip before starting to return results.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fetch List Rows by IDAGENTY_LISTS_GET_ROWS_BY_IDAcción

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".

Parámetros de entrada

  • sortstring

    Column name to sort the results by

  • limitinteger

    Number of rows to return per request

  • orderstringenum

    Sort order, either 'asc' or 'desc'

    ascdesc
  • offsetinteger

    Number of rows to skip before starting to return rows

  • list_idstringObligatorio

    Unique identifier of the list to fetch rows from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update List by IDAGENTY_LISTS_UPDATE_BY_IDAcción

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'".

Parámetros de entrada

  • namestring

    New name for the list, max 100 characters. At least one of name or description must be provided.

  • list_idintegerObligatorio

    Unique identifier of the list to update

  • descriptionstring

    New description for the list, max 250 characters. At least one of name or description must be provided.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Upload CSV file to ListAGENTY_LISTS_UPLOAD_CSVAcción

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.

Parámetros de entrada

  • filestringObligatoriobinary

    Binary content of the CSV file to upload to the specified list.

  • list_idintegerObligatorio

    Unique identifier of the list to which the CSV will be uploaded.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Add Agents to ProjectAGENTY_PROJECTS_ADD_AGENTSAcción

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."

Parámetros de entrada

  • agent_idsstring[]Obligatorio

    List of agent IDs to add to the project; must contain at least one entry

  • project_idintegerObligatorio

    Unique identifier of the project to which agents will be added

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ProjectAGENTY_PROJECTS_CONTROLLER_CREATE_PROJECTAcción

Tool 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

  • namestringObligatorio

    Name of the project.

  • templatestring

    Project template key.

  • descriptionstring

    Description of the project.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get all projectsAGENTY_PROJECTS_GET_ALLAcción

Tool to retrieve all projects under an account. use after authentication when you need to list projects with pagination and sorting.

Parámetros de entrada

  • sortstring

    Field by which to sort the results, e.g., 'name' or 'created_at'.

  • limitinteger

    Maximum number of projects to return.

  • orderstringenum

    Order of sorting; possible values are 'asc' (ascending) and 'desc' (descending).

    ascdesc
  • offsetinteger

    Number of projects to skip before starting to return results.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not