Skip to main content
POST
Capture a browser session's open tabs into its manifest

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

session_ref
string
required

Opaque browser session reference (brs_)

Query Parameters

project_id
string<uuid>

Optional project ID for project sandbox scope (requires membership)

Body

application/json
tabs
object[]

Explicit tab set to persist (e.g. from the UI's live stream). Omit to have the sandbox capture the live set from the session's daemon.

Response

Capture result

ok
boolean
required
captured
integer

Number of tabs persisted into the manifest.

error
string