{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent Prompt2025 API", "version": "1.0.0" }, "items": [ { "info": { "name": "Prompt2025", "type": "folder" }, "items": [ { "info": { "name": "GetPrompt2025", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/prompt-2025/id/:promptId", "params": [ { "name": "promptId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "RenamePrompt2025", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt-2025/id/:promptId/rename", "params": [ { "name": "promptId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpdatePrompt2025Tags", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.helicone.ai/v1/prompt-2025/id/:promptId/tags", "params": [ { "name": "promptId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "DeletePrompt2025", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.helicone.ai/v1/prompt-2025/:promptId", "params": [ { "name": "promptId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "DeletePrompt2025Version", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.helicone.ai/v1/prompt-2025/:promptId/:versionId", "params": [ { "name": "promptId", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPrompt2025Inputs", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/prompt-2025/id/:promptId/:versionId/inputs", "params": [ { "name": "promptId", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" }, { "name": "requestId", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPrompt2025Tags", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/prompt-2025/tags", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPrompt2025Environments", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/prompt-2025/environments", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "CreatePrompt2025", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt-2025", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpdatePrompt2025", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt-2025/update", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "SetPromptVersionEnvironment", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt-2025/update/environment", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "RemoveEnvironmentFromVersion", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt-2025/remove/environment", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPrompt2025Count", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/prompt-2025/count", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPrompts2025", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt-2025/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPrompt2025Version", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt-2025/query/version", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPrompt2025EnvironmentVersion", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt-2025/query/environment-version", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPrompt2025Versions", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt-2025/query/versions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPrompt2025ProductionVersion", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt-2025/query/production-version", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPrompt2025TotalVersions", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt-2025/query/total-versions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPrompt2025VersionBody", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/prompt-2025/:promptVersionId/prompt-body", "params": [ { "name": "promptVersionId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get the full prompt body (messages, tools, etc.) for a specific prompt version." } ] } ], "bundled": true }