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
}Gets the existing browser context for the org or creates a new one
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
}Was this page helpful?