{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent API Key API", "version": "1.0.0" }, "items": [ { "info": { "name": "API Key", "type": "folder" }, "items": [ { "info": { "name": "GetProviderKey", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/api-keys/provider-key/:providerKeyId", "params": [ { "name": "providerKeyId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpdateProviderKey", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.helicone.ai/v1/api-keys/provider-key/:providerKeyId", "params": [ { "name": "providerKeyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "DeleteProviderKey", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.helicone.ai/v1/api-keys/provider-key/:providerKeyId", "params": [ { "name": "providerKeyId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "CreateProviderKey", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/api-keys/provider-key", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetProviderKeys", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/api-keys/provider-keys", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetAPIKeys", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/api-keys", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "CreateAPIKey", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/api-keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "CreateProxyKey", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/api-keys/proxy-key", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpdateAPIKey", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.helicone.ai/v1/api-keys/:apiKeyId", "params": [ { "name": "apiKeyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "DeleteAPIKey", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.helicone.ai/v1/api-keys/:apiKeyId", "params": [ { "name": "apiKeyId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }