Create Session
Sessions
Create Session
Spawn a new browser
PUT
Create Session
Description
Creates a new browser and returns the browser ID used for all subsequent commands.Authentication
Open-source deployments do not require authentication by default. If your server config enablesX-API-Key, include that header with the request.
Request Body
No request body required.Response
The browser ID. Pass this as
:id in all subsequent command endpoints.Store this value immediately; it is the handle used for navigation, commands, logs, and cleanup.

