{ "opencollection": "1.0.0", "info": { "name": "Browserbase Contexts Projects API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-BB-API-Key", "value": "{{X-BB-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.browserbase.com/v1/projects" }, "docs": "List projects" }, { "info": { "name": "Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://api.browserbase.com/v1/projects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a project" }, { "info": { "name": "Get project usage", "type": "http" }, "http": { "method": "GET", "url": "https://api.browserbase.com/v1/projects/:id/usage", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get project usage" } ] } ], "bundled": true }