{ "opencollection": "1.0.0", "info": { "name": "Coder Agents Applications API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Coder-Session-Token", "value": "{{Coder-Session-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Redirect to URI with encrypted API key", "type": "http" }, "http": { "method": "GET", "url": "https://{coderHost}/api/v2/api/v2/applications/auth-redirect", "params": [ { "name": "redirect_uri", "value": "", "type": "query", "description": "Redirect destination" } ], "auth": { "type": "apikey", "key": "Coder-Session-Token", "value": "{{Coder-Session-Token}}", "placement": "header" } }, "docs": "Redirect to URI with encrypted API key" }, { "info": { "name": "Get applications host", "type": "http" }, "http": { "method": "GET", "url": "https://{coderHost}/api/v2/api/v2/applications/host", "auth": { "type": "apikey", "key": "Coder-Session-Token", "value": "{{Coder-Session-Token}}", "placement": "header" } }, "docs": "Get applications host" } ] } ], "bundled": true }