Skip to content

The Hoody Browser service provides headless browser automation for the Hoody platform. It exposes a set of HTTP endpoints for managing long-lived browser instances, navigating to pages, executing JavaScript in a page context, inspecting instance metadata, and monitoring service health and performance.

Every operation in this service is protected by the platform’s standard cookie-based authentication, including the health check endpoint. Use these endpoints when you need to automate browser-driven workflows — for example, scraping rendered pages, validating client-side behavior, or integrating with services that require JavaScript execution.

Instance Management

Start, stop, and restart headless browser instances.

View endpoints →

Browser Interaction

Navigate to URLs and evaluate JavaScript in the active page context.

View endpoints →

Instance Control

Inspect instance metadata, manage tabs, and control the lifecycle of a running browser.

View endpoints →

Health & Metrics

Monitor the hoody-browser service health and retrieve performance metrics.

View endpoints →