{ "opencollection": "1.0.0", "info": { "name": "Browser Use Cloud Billing Workspaces API", "version": "v3" }, "request": { "auth": { "type": "apikey", "key": "X-Browser-Use-API-Key", "value": "{{X-Browser-Use-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.browser-use.com/api/v3/workspaces" }, "docs": "List workspaces" }, { "info": { "name": "Create a workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.browser-use.com/api/v3/workspaces", "body": { "type": "json", "data": "{}" } }, "docs": "Create a workspace" }, { "info": { "name": "Get a workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.browser-use.com/api/v3/workspaces/:workspace_id", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ] }, "docs": "Get a workspace" }, { "info": { "name": "Update a workspace", "type": "http" }, "http": { "method": "PUT", "url": "https://api.browser-use.com/api/v3/workspaces/:workspace_id", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a workspace" }, { "info": { "name": "Delete a workspace", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.browser-use.com/api/v3/workspaces/:workspace_id", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ] }, "docs": "Delete a workspace" }, { "info": { "name": "Upload files", "type": "http" }, "http": { "method": "POST", "url": "https://api.browser-use.com/api/v3/workspaces/:workspace_id/upload", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "prefix", "value": "", "type": "query" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Upload files" }, { "info": { "name": "List workspace files", "type": "http" }, "http": { "method": "GET", "url": "https://api.browser-use.com/api/v3/workspaces/:workspace_id/files", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "prefix", "value": "", "type": "query" } ] }, "docs": "List workspace files" }, { "info": { "name": "Get workspace storage size", "type": "http" }, "http": { "method": "GET", "url": "https://api.browser-use.com/api/v3/workspaces/:workspace_id/size", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ] }, "docs": "Get workspace storage size" } ] } ], "bundled": true }