AgentQL integration (AI, Developer Tools, Data). Imported from open-connector.
https://api.agentql.com/v1/query-data
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | — |
| prompt | string | optional | — |
| url | string | optional | — |
| html | string | optional | — |
| params | object | optional | Optional query execution settings forwarded to AgentQL query-data. |
/v1/usage
/v1/tetra/sessions
| Param | Type | Required | Description |
|---|---|---|---|
| browser_ua_preset | string | optional | Browser user agent preset used when creating a Tetra browser session. |
| browser_profile | string | optional | Browser profile used by AgentQL for the request or session. |
| shutdown_mode | string | optional | How AgentQL should stop the browser session after disconnect. |
| inactivity_timeout_seconds | integer | optional | Inactivity timeout in seconds before AgentQL closes the session. |
| proxy | object | optional | Proxy configuration for AgentQL browser-backed operations. |
| sub_user_id | string | optional | Optional sub-user identifier for AgentQL session tracking. |
| branding | boolean | optional | Whether the session end screen should show TinyFish branding. |
/v1/tetra/usage
| Param | Type | Required | Description |
|---|---|---|---|
| sub_user_id | string | optional | Only return telemetry entries for this sub-user identifier. |
| session_id | string | optional | Only return telemetry for this session identifier. |
| start_after | string | optional | Only include sessions that started after this timestamp. |
| end_before | string | optional | Only include sessions that ended before this timestamp. |
| updated_after | string | optional | Only include sessions updated after this timestamp. |
| updated_before | string | optional | Only include sessions updated before this timestamp. |
| status | string | optional | AgentQL browser session status filter. |
| limit | integer | optional | Maximum number of entries to return per page. |
| page | integer | optional | Page number to return. |