← Tools Reference

AgentQL

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

API key4 toolshttps://api.agentql.com
POST
agentql_query_data
Query a webpage with AgentQL and return the extracted structured data plus AgentQL metadata.

/v1/query-data

5 parameters
ParamTypeRequiredDescription
querystringoptional
promptstringoptional
urlstringoptional
htmlstringoptional
paramsobjectoptionalOptional query execution settings forwarded to AgentQL query-data.
GET
agentql_get_usage
Get AgentQL account and API key usage counters for the current billing cycle and lifetime totals.

/v1/usage

POST
agentql_create_browser_session
Create an AgentQL Tetra remote browser session and return the session, CDP, and base URLs.

/v1/tetra/sessions

7 parameters
ParamTypeRequiredDescription
browser_ua_presetstringoptionalBrowser user agent preset used when creating a Tetra browser session.
browser_profilestringoptionalBrowser profile used by AgentQL for the request or session.
shutdown_modestringoptionalHow AgentQL should stop the browser session after disconnect.
inactivity_timeout_secondsintegeroptionalInactivity timeout in seconds before AgentQL closes the session.
proxyobjectoptionalProxy configuration for AgentQL browser-backed operations.
sub_user_idstringoptionalOptional sub-user identifier for AgentQL session tracking.
brandingbooleanoptionalWhether the session end screen should show TinyFish branding.
GET
agentql_list_session_usage
List AgentQL Tetra session telemetry entries with optional filters and pagination controls.

/v1/tetra/usage

9 parameters
ParamTypeRequiredDescription
sub_user_idstringoptionalOnly return telemetry entries for this sub-user identifier.
session_idstringoptionalOnly return telemetry for this session identifier.
start_afterstringoptionalOnly include sessions that started after this timestamp.
end_beforestringoptionalOnly include sessions that ended before this timestamp.
updated_afterstringoptionalOnly include sessions updated after this timestamp.
updated_beforestringoptionalOnly include sessions updated before this timestamp.
statusstringoptionalAgentQL browser session status filter.
limitintegeroptionalMaximum number of entries to return per page.
pageintegeroptionalPage number to return.