{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent Vault API", "version": "1.0.0" }, "items": [ { "info": { "name": "Vault", "type": "folder" }, "items": [ { "info": { "name": "AddKey", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/vault/add", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetKeys", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/vault/keys", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetKeyById", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/vault/key/:providerKeyId", "params": [ { "name": "providerKeyId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpdateKey", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.helicone.ai/v1/vault/update/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }