{ "opencollection": "1.0.0", "info": { "name": "Browserbase Contexts API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-BB-API-Key", "value": "{{X-BB-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Contexts", "type": "folder" }, "items": [ { "info": { "name": "Create a context", "type": "http" }, "http": { "method": "POST", "url": "https://api.browserbase.com/v1/contexts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a context" }, { "info": { "name": "Get a context", "type": "http" }, "http": { "method": "GET", "url": "https://api.browserbase.com/v1/contexts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a context" }, { "info": { "name": "Update a context", "type": "http" }, "http": { "method": "PUT", "url": "https://api.browserbase.com/v1/contexts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a context" } ] } ], "bundled": true }