Skip to main content
POST
/
v1
/
browserbase
/
org-context
Get or create organization browser context
curl --request POST \
  --url http://localhost:3333/v1/browserbase/org-context \
  --header 'X-API-Key: <api-key>' \
  --header 'X-Organization-Id: <x-organization-id>'
{
  "contextId": "<string>",
  "isNew": true
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Headers

X-Organization-Id
string
required

Organization ID (required for session auth)

Response

201 - application/json

Context retrieved or created

contextId
string
required
isNew
boolean
required