{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent API", "version": "1.0.0" }, "items": [ { "info": { "name": "Agent", "type": "folder" }, "items": [ { "info": { "name": "Generate", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/agent/generate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpsertThreadMessage", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/agent/thread/:sessionId/message", "params": [ { "name": "sessionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetThread", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/agent/thread/:sessionId", "params": [ { "name": "sessionId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "DeleteThread", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.helicone.ai/v1/agent/thread/:sessionId", "params": [ { "name": "sessionId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "EscalateThread", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/agent/thread/:sessionId/escalate", "params": [ { "name": "sessionId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "CreateAndEscalateThread", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/agent/thread/create-and-escalate", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "ReopenThread", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/agent/thread/:sessionId/reopen", "params": [ { "name": "sessionId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetAllThreads", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/agent/threads", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "SearchDocs", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/agent/mcp/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }