{ "opencollection": "1.0.0", "info": { "name": "Prime Intellect Compute admin-clusters SSH Keys API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "SSH Keys", "type": "folder" }, "items": [ { "info": { "name": "Get Ssh Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.primeintellect.ai/api/v1/ssh_keys/", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Ssh Keys" }, { "info": { "name": "Upload Ssh Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.primeintellect.ai/api/v1/ssh_keys/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Upload Ssh Key" }, { "info": { "name": "Set Primary Key", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.primeintellect.ai/api/v1/ssh_keys/:key_id", "params": [ { "name": "key_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Set Primary Key" }, { "info": { "name": "Delete Ssh Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.primeintellect.ai/api/v1/ssh_keys/:key_id", "params": [ { "name": "key_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Ssh Key" } ] } ], "bundled": true }