{ "opencollection": "1.0.0", "info": { "name": "Upbound Control Planes Robots API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Robots", "type": "folder" }, "items": [ { "info": { "name": "List Robots", "type": "http" }, "http": { "method": "GET", "url": "https://api.upbound.io/v1/organizations/:orgName/robots", "params": [ { "name": "orgName", "value": "", "type": "path" } ] }, "docs": "List all robot accounts in an organization." }, { "info": { "name": "Create Robot", "type": "http" }, "http": { "method": "POST", "url": "https://api.upbound.io/v1/organizations/:orgName/robots", "params": [ { "name": "orgName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new robot account for CI/CD automation." }, { "info": { "name": "Get Robot", "type": "http" }, "http": { "method": "GET", "url": "https://api.upbound.io/v1/organizations/:orgName/robots/:robotName", "params": [ { "name": "orgName", "value": "", "type": "path" }, { "name": "robotName", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific robot account." }, { "info": { "name": "Delete Robot", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.upbound.io/v1/organizations/:orgName/robots/:robotName", "params": [ { "name": "orgName", "value": "", "type": "path" }, { "name": "robotName", "value": "", "type": "path" } ] }, "docs": "Delete a robot account." }, { "info": { "name": "Create Robot Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.upbound.io/v1/organizations/:orgName/robots/:robotName/tokens", "params": [ { "name": "orgName", "value": "", "type": "path" }, { "name": "robotName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new API token for a robot account." } ] } ], "bundled": true }