← Tools Reference

Agenty

Agenty integration (Developer Tools, Data). Imported from open-connector.

API key31 toolshttps://browser.agenty.com/api
POST
agenty_get_page_content
Fetch the rendered HTML content for one web page.

/content

1 parameter
ParamTypeRequiredDescription
urlstringrequiredThe public HTTP or HTTPS URL to process.
POST
agenty_extract_structured_data
Extract structured metadata such as JSON-LD, RDFa, microdata, and meta tags.

/extract

1 parameter
ParamTypeRequiredDescription
urlstringrequiredThe public HTTP or HTTPS URL to process.
POST
agenty_capture_screenshot
Capture a screenshot for one web page and return a downloadable file.

/screenshot

1 parameter
ParamTypeRequiredDescription
urlstringrequiredThe public HTTP or HTTPS URL to process.
POST
agenty_convert_url_to_pdf
Convert one web page into a PDF document and return a downloadable file.

/pdf

1 parameter
ParamTypeRequiredDescription
urlstringrequiredThe public HTTP or HTTPS URL to process.
POST
agenty_get_redirects
Return the ordered redirect chain for one URL.

/redirects

1 parameter
ParamTypeRequiredDescription
urlstringrequiredThe public HTTP or HTTPS URL to process.
GET
agenty_list_agents
List Agenty agents with optional pagination and sorting parameters.

/agents

4 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe number of records to skip before returning results.
sortstringoptionalThe field used for sorting the results.
orderstringoptionalThe sort order for the request.
GET
agenty_get_agent
Get one Agenty agent by agent identifier.

/agents/{agentId}

2 parameters
ParamTypeRequiredDescription
agent_idstringrequiredThe Agenty agent identifier.
agentIdstringrequiredPath parameter: agentId
POST
agenty_create_agent
Create one Agenty agent with the provided configuration.

/agents

8 parameters
ParamTypeRequiredDescription
namestringrequiredThe Agenty agent name.
typestringrequiredThe Agenty agent type.
configobjectrequiredThe Agenty agent configuration object.
descriptionstringoptionalThe Agenty agent description.
iconstringoptionalThe Agenty agent icon URL.
tagsarrayoptionalThe Agenty agent tags.
startbooleanoptionalWhether Agenty should start the agent immediately.
scriptsobjectoptionalThe Agenty scripts configuration.
PUT
agenty_update_agent
Update one Agenty agent by agent identifier.

/agents/{agentId}

9 parameters
ParamTypeRequiredDescription
agent_idstringrequiredThe Agenty agent identifier.
namestringoptionalThe Agenty agent name.
typestringoptionalThe Agenty agent type.
configobjectoptionalThe Agenty agent configuration object.
descriptionstringoptionalThe Agenty agent description.
iconstringoptionalThe Agenty agent icon URL.
tagsarrayoptionalThe Agenty agent tags.
scriptsobjectoptionalThe Agenty scripts configuration.
agentIdstringrequiredPath parameter: agentId
GET
agenty_copy_agent
Clone one Agenty agent by agent identifier.

/agents/{agentId}/clone

2 parameters
ParamTypeRequiredDescription
agent_idstringrequiredThe Agenty agent identifier.
agentIdstringrequiredPath parameter: agentId
DELETE
agenty_delete_agent
Delete one Agenty agent by agent identifier.

/agents/{agentId}

2 parameters
ParamTypeRequiredDescription
agent_idstringrequiredThe Agenty agent identifier.
agentIdstringrequiredPath parameter: agentId
GET
agenty_get_agent_templates
List public Agenty agent templates with optional pagination and sorting parameters.

/agents/templates

4 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe number of records to skip before returning results.
sortstringoptionalThe field used for sorting the results.
orderstringoptionalThe sort order for the request.
GET
agenty_get_agent_inputs
Get the current Agenty input configuration for one agent.

/inputs/{agentId}

2 parameters
ParamTypeRequiredDescription
agent_idstringrequiredThe Agenty agent identifier.
agentIdstringrequiredPath parameter: agentId
PUT
agenty_update_agent_inputs
Update the Agenty input configuration for one agent.

/inputs/{agentId}

7 parameters
ParamTypeRequiredDescription
agent_idstringrequiredThe Agenty agent identifier.
typestringrequiredThe Agenty input source type.
idstringoptionalThe upstream Agenty input source identifier.
fieldstringoptionalThe upstream Agenty source field name.
collectionintegeroptionalThe Agenty collection index.
dataarrayoptionalThe Agenty input values.
agentIdstringrequiredPath parameter: agentId
POST
agenty_create_list
Create one Agenty list.

/lists

2 parameters
ParamTypeRequiredDescription
namestringrequiredThe Agenty list name.
descriptionstringoptionalThe Agenty list description.
GET
agenty_get_list
Get one Agenty list by list identifier.

/lists/{listId}

2 parameters
ParamTypeRequiredDescription
list_idstringrequiredThe Agenty list identifier.
listIdstringrequiredPath parameter: listId
POST
agenty_add_list_rows
Insert one or more rows into one Agenty list.

/lists/{listId}/rows

3 parameters
ParamTypeRequiredDescription
list_idstringrequiredThe Agenty list identifier.
rowsarrayrequiredThe Agenty list rows to insert.
listIdstringrequiredPath parameter: listId
GET
agenty_get_list_row
Get one Agenty list row by list and row identifiers.

/lists/{listId}/rows/{rowId}

4 parameters
ParamTypeRequiredDescription
list_idstringrequiredThe Agenty list identifier.
row_idstringrequiredThe Agenty list row identifier.
listIdstringrequiredPath parameter: listId
rowIdstringrequiredPath parameter: rowId
DELETE
agenty_delete_list_row
Delete one Agenty list row by list and row identifiers.

/lists/{listId}/rows/{rowId}

4 parameters
ParamTypeRequiredDescription
list_idstringrequiredThe Agenty list identifier.
row_idstringrequiredThe Agenty list row identifier.
listIdstringrequiredPath parameter: listId
rowIdstringrequiredPath parameter: rowId
DELETE
agenty_delete_list_rows
Delete multiple Agenty list rows by list identifier and row identifiers.

/lists/{listId}/rows

3 parameters
ParamTypeRequiredDescription
list_idstringrequiredThe Agenty list identifier.
row_idarrayrequiredThe Agenty list row identifiers to delete.
listIdstringrequiredPath parameter: listId
DELETE
agenty_clear_list_rows
Delete all rows from one Agenty list.

/lists/{listId}/clear

2 parameters
ParamTypeRequiredDescription
list_idstringrequiredThe Agenty list identifier.
listIdstringrequiredPath parameter: listId
GET
agenty_download_list_rows
Download all rows from one Agenty list as raw text content.

/lists/{listId}/download

2 parameters
ParamTypeRequiredDescription
list_idstringrequiredThe Agenty list identifier.
listIdstringrequiredPath parameter: listId
POST
agenty_start_job
Start one Agenty job for an existing agent.

/jobs/start

1 parameter
ParamTypeRequiredDescription
agent_idstringrequiredThe Agenty agent identifier.
GET
agenty_get_job
Get one Agenty job by job identifier.

/jobs/{jobId}

2 parameters
ParamTypeRequiredDescription
job_idintegerrequiredThe Agenty job identifier.
jobIdstringrequiredPath parameter: jobId
GET
agenty_list_jobs
List Agenty jobs with optional pagination, sorting, and agent filtering parameters.

/jobs

5 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records to return.
offsetintegeroptionalThe number of records to skip before returning results.
sortstringoptionalThe field used for sorting the results.
orderstringoptionalThe sort order for the request.
agent_idstringoptionalThe Agenty agent identifier used to filter jobs.
GET
agenty_stop_job
Stop one running Agenty job by job identifier.

/jobs/{jobId}/stop

2 parameters
ParamTypeRequiredDescription
job_idintegerrequiredThe Agenty job identifier.
jobIdstringrequiredPath parameter: jobId
GET
agenty_get_job_logs
Get raw log content for one Agenty job.

/jobs/{jobId}/logs

4 parameters
ParamTypeRequiredDescription
job_idintegerrequiredThe Agenty job identifier.
limitintegeroptionalThe maximum number of log lines to return.
offsetintegeroptionalThe number of log lines to skip before returning results.
jobIdstringrequiredPath parameter: jobId
GET
agenty_get_job_result
Get paginated result rows for one Agenty job.

/jobs/{jobId}/result

9 parameters
ParamTypeRequiredDescription
job_idintegerrequiredThe Agenty job identifier.
limitintegeroptionalThe maximum number of result rows to return.
offsetintegeroptionalThe number of result rows to skip before returning results.
sortstringoptionalThe field used for sorting the Agenty job results.
orderstringoptionalThe sort order for the request.
searchstringoptionalThe search term used to filter Agenty job results.
formatstringoptionalThe Agenty result format selector.
collectionstringoptionalThe Agenty collection selector.
jobIdstringrequiredPath parameter: jobId
GET
agenty_download_job_result
Download one Agenty job export as raw text content.

/jobs/{jobId}/export

6 parameters
ParamTypeRequiredDescription
job_idintegerrequiredThe Agenty job identifier.
formatstringrequiredThe export format requested from Agenty.
collectionintegeroptionalThe Agenty collection number to export.
modifiedbooleanoptionalWhether Agenty should export the modified result set.
filenamestringoptionalThe custom export file name requested from Agenty.
jobIdstringrequiredPath parameter: jobId
GET
agenty_list_job_files
List the files generated for one Agenty job.

/jobs/{jobId}/files

2 parameters
ParamTypeRequiredDescription
job_idintegerrequiredThe Agenty job identifier.
jobIdstringrequiredPath parameter: jobId
GET
agenty_download_job_file
Download one named Agenty job file and return a downloadable file.

/jobs/{jobId}/files

3 parameters
ParamTypeRequiredDescription
job_idintegerrequiredThe Agenty job identifier.
namestringrequiredThe Agenty job file name.
jobIdstringrequiredPath parameter: jobId