{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent Providers API", "version": "1.0.0" }, "items": [ { "info": { "name": "Providers", "type": "folder" }, "items": [ { "info": { "name": "GetProviders", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/providers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }