BrowserbaseDevTools_Suite
Browser DevTools capabilities via Browserbase cloud infrastructure. Provides Minds with the ability to open cloud Chrome instances, navigate to any URL, capture screenshots, run Lighthouse audits, execute JavaScript, inspect network traffic, and read console output — all through Browserbase's REST API and serverless Functions.
Wrapper: Combined page health check...
Create a persistent browser context via POST /v1/contexts...
Create a new cloud browser session via POST /v1/sessions...
Delete a browser context via DELETE /v1/contexts/{contextId}...
Wrapper: Execute JavaScript on any URL and return the result...
Lightweight page fetch via POST /v1/fetch...
Wrapper: Navigate to a URL, fill form fields, submit...
Wrapper: Capture all console output and JavaScript errors...
Retrieve a browser context via GET /v1/contexts/{contextId}...
Poll for the result of a Function invocation via GET /v1/functions/invocations/{invocationId}...
Retrieve details of a specific browser session via GET /v1/sessions/{sessionId}...
Get live debugger URLs for a running session via GET /v1/sessions/{sessionId}/debug...
List files downloaded during a browser session via GET /v1/sessions/{sessionId}/downloads...
Retrieve redacted CDP logs via POST /v1/functions/{functionId}/invoke...
Retrieve session recording data via GET /v1/sessions/{sessionId}/recording...
Get usage...
Wrapper: Capture all network requests made when loading a URL...
Invoke a deployed Browserbase Function via POST /v1/functions/{functionId}/invoke...
List all browser sessions via GET /v1/sessions...
Wrapper: Structured DOM queries on any URL...
End a browser session early via POST /v1/sessions/{sessionId}...
Wrapper: Run a Lighthouse performance audit on any URL...
Wrapper: Take a screenshot of any URL...
Upload a file to a browser session via POST /v1/sessions/{sessionId}/uploads...
Perform a web search via POST /v1/search...