{ "opencollection": "1.0.0", "info": { "name": "Prime Intellect Compute admin-clusters Template API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Template", "type": "folder" }, "items": [ { "info": { "name": "Check Docker Image", "type": "http" }, "http": { "method": "POST", "url": "https://api.primeintellect.ai/api/v1/template/check-docker-image", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Check whether a docker image is accessible (optionally with registry credentials)." }, { "info": { "name": "List Registry Credentials", "type": "http" }, "http": { "method": "GET", "url": "https://api.primeintellect.ai/api/v1/template/registry-credentials", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List registry credentials owned by the requesting user or their teams." } ] } ], "bundled": true }