{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent Playground API", "version": "1.0.0" }, "items": [ { "info": { "name": "Playground", "type": "folder" }, "items": [ { "info": { "name": "Generate", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/playground/generate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetRequestsThroughHelicone", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/playground/requests-through-helicone", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "RequestsThroughHelicone", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/playground/requests-through-helicone", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }