action | Operation to perform: create, update, list, get, or delete. Required. |
session_id | Browser session ID. Required for update, get, and delete. |
start_url | (create) URL to open when the browser is created. Navigation is best effort. |
chrome_policy | (create) Chrome enterprise policy overrides. The API blocks Kernel-managed policies such as extensions, proxy, CDP, and automation. Empty objects are ignored. |
headless | (create) Launch without GUI. Faster but no live view. |
gpu | (create) Enable GPU acceleration. Requires headless=false and a Start-Up or Enterprise plan. See GPU Acceleration. |
stealth | (create) Avoid bot detection. Recommended for scraping. |
kiosk_mode | (create) Hide address bar/tabs in live view. |
profile_id / profile_name | (create, update) Profile to load saved cookies and logins. Use one, not both. |
save_profile_changes | (create, update) Save session changes back to the profile on close. |
proxy_id | (create, update) Proxy ID for traffic routing. |
clear_proxy | (update) Remove the current proxy from the browser session. |
disable_default_proxy | (update) For stealth browsers, connect directly instead of using the default stealth proxy. |
extension_id / extension_name | (create) Extension to load. |
viewport_width / viewport_height | (create, update) Window size in pixels. Set both values together. |
viewport_refresh_rate | (create, update) Display refresh rate in Hz. |
viewport_force | (update) Force viewport changes even when live view or recording is active. |
timeout_seconds | (create) Inactivity timeout in seconds (max 259200 = 72h). Default 60. |
local_forward | (create) SSH local forwarding (localport:host:remoteport). |
remote_forward | (create) SSH remote forwarding (remoteport:host:localport). Use to expose a local dev server to the browser. |
status | (list) Filter by status: active, deleted, or all. Default active. |
limit | (list) Max results per page. Must be 1-100. |
offset | (list) Pagination offset. Must be 0 or greater. |
telemetry_enabled | (create, update) Enable telemetry with VM defaults, or disable telemetry when false. |
telemetry_console | (create, update) Enable or disable console telemetry. |
telemetry_network | (create, update) Enable or disable network telemetry. |
telemetry_page | (create, update) Enable or disable page lifecycle telemetry. |
telemetry_interaction | (create, update) Enable or disable user interaction telemetry. |