{ "opencollection": "1.0.0", "info": { "name": "Portkey AI Gateway Analytics Integrations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-portkey-api-key", "value": "{{x-portkey-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "List LLM provider integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.portkey.ai/v1/integrations" }, "docs": "List LLM provider integrations" }, { "info": { "name": "Create an integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.portkey.ai/v1/integrations" }, "docs": "Create an integration" }, { "info": { "name": "List providers", "type": "http" }, "http": { "method": "GET", "url": "https://api.portkey.ai/v1/providers" }, "docs": "List providers" } ] } ], "bundled": true }