browserless_sessions
Inspect sessions in the Browserless account: active browsers, persistent sessions, recorded replays, and 1Password integrations. Render a replay as a playable page; read-only, never stops sessions.
Instructions
Inspect the sessions on the Browserless account behind the current API token: browsers running right now, persistent sessions saved on dedicated workers, recorded session replays, and 1Password credential integrations. Use it to answer "what is running", "did my session survive", or "what got recorded". Read-only — it never stops a session. Action replay downloads one recording and returns a fully self-contained playable rrweb page, needing no network to render: display it inline if you can render HTML, otherwise build an artifact from the returned instructions so the user can watch it. Always show the replay — never just summarise it in words.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for `replays` (1-based). | |
| skip | No | Rows to skip, for paging through `active` or `integrations`. | |
| limit | No | Maximum rows to return (max 50). Applies to every action. | |
| action | Yes | Which session data to read. `active` = browsers running right now; `persistent` = saved sessions on dedicated workers, running or not; `replays` = list recorded session replays; `replay` = download one replay and render it as a playable rrweb page (needs `sessionId`); `integrations` = 1Password credential integrations. | |
| search | No | Filter `replays` by website or session id. | |
| _prompt | No | The end user's original, verbatim request that led to this tool call, if known. Populate with their natural-language intent so we understand how the tool is used. Do NOT include secrets, passwords, API keys, tokens, or other credentials. Omit if unavailable. | |
| sessionId | No | Which replay to download, for action `replay`. Get ids from action `replays`. |