{ "opencollection": "1.0.0", "info": { "name": "Coder Agents General API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Coder-Session-Token", "value": "{{Coder-Session-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "General", "type": "folder" }, "items": [ { "info": { "name": "API root handler", "type": "http" }, "http": { "method": "GET", "url": "https://{coderHost}/api/v2/api/v2/", "auth": { "type": "apikey", "key": "Coder-Session-Token", "value": "{{Coder-Session-Token}}", "placement": "header" } }, "docs": "API root handler" }, { "info": { "name": "Build info", "type": "http" }, "http": { "method": "GET", "url": "https://{coderHost}/api/v2/api/v2/buildinfo", "auth": { "type": "apikey", "key": "Coder-Session-Token", "value": "{{Coder-Session-Token}}", "placement": "header" } }, "docs": "Build info" }, { "info": { "name": "Report CSP violations", "type": "http" }, "http": { "method": "POST", "url": "https://{coderHost}/api/v2/api/v2/csp/reports", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Coder-Session-Token", "value": "{{Coder-Session-Token}}", "placement": "header" } }, "docs": "Report CSP violations" }, { "info": { "name": "Get deployment config", "type": "http" }, "http": { "method": "GET", "url": "https://{coderHost}/api/v2/api/v2/deployment/config", "auth": { "type": "apikey", "key": "Coder-Session-Token", "value": "{{Coder-Session-Token}}", "placement": "header" } }, "docs": "Get deployment config" }, { "info": { "name": "SSH Config", "type": "http" }, "http": { "method": "GET", "url": "https://{coderHost}/api/v2/api/v2/deployment/ssh", "auth": { "type": "apikey", "key": "Coder-Session-Token", "value": "{{Coder-Session-Token}}", "placement": "header" } }, "docs": "SSH Config" }, { "info": { "name": "Get deployment stats", "type": "http" }, "http": { "method": "GET", "url": "https://{coderHost}/api/v2/api/v2/deployment/stats", "auth": { "type": "apikey", "key": "Coder-Session-Token", "value": "{{Coder-Session-Token}}", "placement": "header" } }, "docs": "Get deployment stats" }, { "info": { "name": "Get enabled experiments", "type": "http" }, "http": { "method": "GET", "url": "https://{coderHost}/api/v2/api/v2/experiments", "auth": { "type": "apikey", "key": "Coder-Session-Token", "value": "{{Coder-Session-Token}}", "placement": "header" } }, "docs": "Get enabled experiments" }, { "info": { "name": "Get safe experiments", "type": "http" }, "http": { "method": "GET", "url": "https://{coderHost}/api/v2/api/v2/experiments/available", "auth": { "type": "apikey", "key": "Coder-Session-Token", "value": "{{Coder-Session-Token}}", "placement": "header" } }, "docs": "Get safe experiments" }, { "info": { "name": "Update check", "type": "http" }, "http": { "method": "GET", "url": "https://{coderHost}/api/v2/api/v2/updatecheck", "auth": { "type": "apikey", "key": "Coder-Session-Token", "value": "{{Coder-Session-Token}}", "placement": "header" } }, "docs": "Update check" }, { "info": { "name": "Get token config", "type": "http" }, "http": { "method": "GET", "url": "https://{coderHost}/api/v2/api/v2/users/:user/keys/tokens/tokenconfig", "params": [ { "name": "user", "value": "", "type": "path", "description": "User ID, name, or me" } ], "auth": { "type": "apikey", "key": "Coder-Session-Token", "value": "{{Coder-Session-Token}}", "placement": "header" } }, "docs": "Get token config" } ] } ], "bundled": true }