{ "opencollection": "1.0.0", "info": { "name": "Blaxel Control Plane Agents Service Accounts API", "version": "v0" }, "request": { "auth": { "type": "apikey", "key": "X-Blaxel-Authorization", "value": "{{X-Blaxel-Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Service Accounts", "type": "folder" }, "items": [ { "info": { "name": "List service accounts in the workspace.", "type": "http" }, "http": { "method": "GET", "url": "https://api.blaxel.ai/v0/service_accounts" }, "docs": "List service accounts in the workspace." }, { "info": { "name": "Create a workspace service account.", "type": "http" }, "http": { "method": "POST", "url": "https://api.blaxel.ai/v0/service_accounts" }, "docs": "Create a workspace service account." }, { "info": { "name": "List API keys for a service account.", "type": "http" }, "http": { "method": "GET", "url": "https://api.blaxel.ai/v0/service_accounts/:client_id/api_keys", "params": [ { "name": "client_id", "value": "", "type": "path" } ] }, "docs": "List API keys for a service account." }, { "info": { "name": "Create an API key for a service account.", "type": "http" }, "http": { "method": "POST", "url": "https://api.blaxel.ai/v0/service_accounts/:client_id/api_keys", "params": [ { "name": "client_id", "value": "", "type": "path" } ] }, "docs": "Create an API key for a service account." } ] } ], "bundled": true }