{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent Prompt API", "version": "1.0.0" }, "items": [ { "info": { "name": "Prompt", "type": "folder" }, "items": [ { "info": { "name": "HasPrompts", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/prompt/has-prompts", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPrompts", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPrompt", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt/:promptId/query", "params": [ { "name": "promptId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "DeletePrompt", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.helicone.ai/v1/prompt/:promptId", "params": [ { "name": "promptId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "CreatePrompt", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt/create", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpdatePromptUserDefinedId", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.helicone.ai/v1/prompt/:promptId/user-defined-id", "params": [ { "name": "promptId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "EditPromptVersionLabel", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt/version/:promptVersionId/edit-label", "params": [ { "name": "promptVersionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "EditPromptVersionTemplate", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt/version/:promptVersionId/edit-template", "params": [ { "name": "promptVersionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "CreateSubversionFromUi", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt/version/:promptVersionId/subversion-from-ui", "params": [ { "name": "promptVersionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "CreateSubversion", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt/version/:promptVersionId/subversion", "params": [ { "name": "promptVersionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "PromotePromptVersionToProduction", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt/version/:promptVersionId/promote", "params": [ { "name": "promptVersionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetInputs", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt/version/:promptVersionId/inputs/query", "params": [ { "name": "promptVersionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPromptExperiments", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/prompt/:promptId/experiments", "params": [ { "name": "promptId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPromptVersions", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt/:promptId/versions/query", "params": [ { "name": "promptId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPromptVersion", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/prompt/version/:promptVersionId", "params": [ { "name": "promptVersionId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "DeletePromptVersion", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.helicone.ai/v1/prompt/version/:promptVersionId", "params": [ { "name": "promptVersionId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPromptVersionsCompiled", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt/:user_defined_id/compile", "params": [ { "name": "user_defined_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPromptVersionTemplates", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/prompt/:user_defined_id/template", "params": [ { "name": "user_defined_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }