Start Browser Session (async)
Non-blocking variant of POST /v1/sessions. Returns a request_id
immediately and provisions the underlying browser pod in the
background. Poll GET /v1/sessions/async/{request_id}/status until
status becomes ready to obtain the resolved session_id,
cdp_url and live_view_url.
Authorizations
API key passed in the header
Body
Session-related configurations.
Browser-specific configurations.
Array of integrations to load in the browser session. Integrations must be previously created using the Integrations API.
Activates an authenticated session.
When true (default), skip profile validation for active identities and reuse the saved
browser profile. Set to false to validate the profile and re-authenticate if it is no
longer signed in. Pending identities still authenticate on first use.
Run identity authentication in the background and return the session immediately.
Response
Async session creation accepted; poll the status endpoint to resolve.

