{ "opencollection": "1.0.0", "info": { "name": "Braintrust REST ACL Credentials API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Credentials", "type": "folder" }, "items": [ { "info": { "name": "List api_keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.braintrust.dev/v1/api_key", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the number of objects to return." }, { "name": "org_name", "value": "", "type": "query" } ] }, "docs": "List api_keys" }, { "info": { "name": "Get api_key", "type": "http" }, "http": { "method": "GET", "url": "https://api.braintrust.dev/v1/api_key/:api_key_id", "params": [ { "name": "api_key_id", "value": "", "type": "path" } ] }, "docs": "Get api_key" }, { "info": { "name": "Delete api_key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.braintrust.dev/v1/api_key/:api_key_id", "params": [ { "name": "api_key_id", "value": "", "type": "path" } ] }, "docs": "Delete api_key" }, { "info": { "name": "List ai_secrets", "type": "http" }, "http": { "method": "GET", "url": "https://api.braintrust.dev/v1/ai_secret", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the number of objects to return." }, { "name": "org_name", "value": "", "type": "query" } ] }, "docs": "List ai_secrets" }, { "info": { "name": "Create ai_secret", "type": "http" }, "http": { "method": "POST", "url": "https://api.braintrust.dev/v1/ai_secret", "body": { "type": "json", "data": "{}" } }, "docs": "Create ai_secret" } ] } ], "bundled": true }