{ "opencollection": "1.0.0", "info": { "name": "Understudy Desktop Agent Capabilities API", "version": "2.2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Capabilities", "type": "folder" }, "items": [ { "info": { "name": "Discover the live runtime and supported desktop operations", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1:{port}/v1/capabilities" }, "docs": "Discover the live runtime and supported desktop operations" } ] } ], "bundled": true }