{ "opencollection": "1.0.0", "info": { "name": "Blaxel Control Plane Agents Workspaces API", "version": "v0" }, "request": { "auth": { "type": "apikey", "key": "X-Blaxel-Authorization", "value": "{{X-Blaxel-Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List all workspaces the caller belongs to.", "type": "http" }, "http": { "method": "GET", "url": "https://api.blaxel.ai/v0/workspaces" }, "docs": "List all workspaces the caller belongs to." }, { "info": { "name": "Create a new workspace.", "type": "http" }, "http": { "method": "POST", "url": "https://api.blaxel.ai/v0/workspaces", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new workspace." }, { "info": { "name": "Get a workspace by name.", "type": "http" }, "http": { "method": "GET", "url": "https://api.blaxel.ai/v0/workspaces/:workspace_name", "params": [ { "name": "workspace_name", "value": "", "type": "path" } ] }, "docs": "Get a workspace by name." }, { "info": { "name": "Update a workspace by name.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.blaxel.ai/v0/workspaces/:workspace_name", "params": [ { "name": "workspace_name", "value": "", "type": "path" } ] }, "docs": "Update a workspace by name." }, { "info": { "name": "Delete a workspace by name.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.blaxel.ai/v0/workspaces/:workspace_name", "params": [ { "name": "workspace_name", "value": "", "type": "path" } ] }, "docs": "Delete a workspace by name." }, { "info": { "name": "List users in the current workspace.", "type": "http" }, "http": { "method": "GET", "url": "https://api.blaxel.ai/v0/users" }, "docs": "List users in the current workspace." }, { "info": { "name": "Invite a user to the current workspace.", "type": "http" }, "http": { "method": "POST", "url": "https://api.blaxel.ai/v0/users" }, "docs": "Invite a user to the current workspace." } ] } ], "bundled": true }