{ "opencollection": "1.0.0", "info": { "name": "LangWatch Agents Secrets API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "getApiSecrets", "type": "http" }, "http": { "method": "GET", "url": "https://app.langwatch.ai/api/secrets" }, "docs": "List all secrets for the project (values are never returned)" }, { "info": { "name": "postApiSecrets", "type": "http" }, "http": { "method": "POST", "url": "https://app.langwatch.ai/api/secrets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new project secret. The value is encrypted at rest and never returned." }, { "info": { "name": "getApiSecretsById", "type": "http" }, "http": { "method": "GET", "url": "https://app.langwatch.ai/api/secrets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a secret by its ID (value is never returned)" }, { "info": { "name": "putApiSecretsById", "type": "http" }, "http": { "method": "PUT", "url": "https://app.langwatch.ai/api/secrets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a secret's value" }, { "info": { "name": "deleteApiSecretsById", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.langwatch.ai/api/secrets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a secret" } ] } ], "bundled": true }