{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent PI API", "version": "1.0.0" }, "items": [ { "info": { "name": "PI", "type": "folder" }, "items": [ { "info": { "name": "GetApiKey", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/public/pi/get-api-key", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "AddSession", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/pi/session", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetOrgName", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/pi/org-name/query", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetTotalCosts", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/pi/total-costs", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "PiGetTotalRequests", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/pi/total_requests", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetCostsOverTime", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/pi/costs-over-time/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }