{ "opencollection": "1.0.0", "info": { "name": "Devin API (Cognition Labs) Attachments Secrets API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "List all secrets", "type": "http" }, "http": { "method": "GET", "url": "https://api.devin.ai/v1/secrets" }, "docs": "Returns secret metadata only, never secret values." }, { "info": { "name": "Create a secret", "type": "http" }, "http": { "method": "POST", "url": "https://api.devin.ai/v1/secrets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a secret" }, { "info": { "name": "Delete a secret", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.devin.ai/v1/secrets/:secret_id", "params": [ { "name": "secret_id", "value": "", "type": "path" } ] }, "docs": "Delete a secret" } ] } ], "bundled": true }