Quick Start
Create a session with default settings:Remember to stop the sessions when are you are done with them.
See the Session Lifecycle guide for more information on managing sessions through code.
Configuration Options
Customize your session with these options:Common Configuration Options
Automatically accept cookies on pages that are visited in the session
Enable standard stealth mode to evade basic bot detection
Enable advanced stealth mode for maximum bot detection evasion (reach out to us at info@hyperbrowser.ai to get access)
Route traffic through a proxy (see Proxy Guide for configuration)
Screen dimensions with 
width and height (default: 1280x720)Session timeout in minutes (min: 1, max: 720)
This shows the most commonly used options. For the complete list of configuration parameters including proxy settings, CAPTCHA solving, recordings, profiles, extensions, and more, see:
- Python SDK Documentation - Full parameter reference
- Node.js SDK Documentation - Full parameter reference
- API Reference - Complete REST API documentation
Session Response
The API returns a session object with these properties:To see the complete list of properties, see the API Reference.
Unique session identifier
WebSocket URL for browser automation
URL to view the session in real-time
URL to view the session page in the dashboard
URL to send computer actions to the session
Current status (
active, closed, or error)ISO 8601 timestamp
Stealth Mode
Bypass bot detection with stealth features:Ultra stealth is only available on enterprise plans. Reach out to us at info@hyperbrowser.ai to learn more.
Proxies
Route sessions through proxies for geo-targeting or additional anonymity:See the Proxy Guide for advanced proxy configuration including states, cities, and custom proxy servers.