{ "opencollection": "1.0.0", "info": { "name": "OpenHands Add Git Providers Options API", "version": "0.53.0" }, "items": [ { "info": { "name": "Options", "type": "folder" }, "items": [ { "info": { "name": "List Supported Models", "type": "http" }, "http": { "method": "GET", "url": "https://app.all-hands.dev/api/options/models", "auth": { "type": "apikey", "key": "X-Session-API-Key", "value": "{{X-Session-API-Key}}", "placement": "header" } }, "docs": "List model identifiers available on this server based on configured providers." }, { "info": { "name": "List Agents", "type": "http" }, "http": { "method": "GET", "url": "https://app.all-hands.dev/api/options/agents", "auth": { "type": "apikey", "key": "X-Session-API-Key", "value": "{{X-Session-API-Key}}", "placement": "header" } }, "docs": "List available agent types supported by this server." }, { "info": { "name": "List Security Analyzers", "type": "http" }, "http": { "method": "GET", "url": "https://app.all-hands.dev/api/options/security-analyzers", "auth": { "type": "apikey", "key": "X-Session-API-Key", "value": "{{X-Session-API-Key}}", "placement": "header" } }, "docs": "List supported security analyzers." }, { "info": { "name": "Get Config", "type": "http" }, "http": { "method": "GET", "url": "https://app.all-hands.dev/api/options/config", "auth": { "type": "apikey", "key": "X-Session-API-Key", "value": "{{X-Session-API-Key}}", "placement": "header" } }, "docs": "Get current config." } ] } ], "bundled": true }