{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent Trace API", "version": "1.0.0" }, "items": [ { "info": { "name": "Trace", "type": "folder" }, "items": [ { "info": { "name": "LogCustomTraceLegacy", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/trace/custom/v1/log", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "LogCustomTrace", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/trace/custom/log", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "LogCustomTraceTyped", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/trace/custom/log/typed", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "LogTrace", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/trace/log", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "LogPythonTrace", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/trace/log-python", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }