Create a Session
Authorizations
Your Browserbase API Key.
Body
The Project ID. Can be found in Settings.
The uploaded Extension ID. See Upload Extension.
Duration in seconds after which the session will automatically end. Defaults to the Project's defaultTimeout
.
Set to true to keep the session alive even after disconnections. This is available on the Startup plan only.
Proxy configuration. Can be true for default proxy, or an array of proxy configurations.
The region where the Session should run.
us-west-2
, us-east-1
, eu-central-1
, ap-southeast-1
Response
The Project ID linked to the Session.
RUNNING
, ERROR
, TIMED_OUT
, COMPLETED
Bytes used via the Proxy
CPU used by the Session
Memory used by the Session
Indicates if the Session was created to be kept alive upon disconnections
Optional. The Context linked to the Session.
The region where the Session is running.
us-west-2
, us-east-1
, eu-central-1
, ap-southeast-1
WebSocket URL to connect to the Session.
HTTP URL to connect to the Session.
Signing key to use when connecting to the Session via HTTP.
Was this page helpful?