{ "opencollection": "1.0.0", "info": { "name": "fal Model APIs Apps Secrets API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "List Serverless Secrets", "type": "http" }, "http": { "method": "GET", "url": "https://queue.fal.run/serverless/secrets" }, "docs": "Return secret names available to all Serverless apps in the calling org. Values are never returned." }, { "info": { "name": "Set Serverless Secret", "type": "http" }, "http": { "method": "POST", "url": "https://queue.fal.run/serverless/secrets", "body": { "type": "json", "data": "{}" } }, "docs": "Create or replace a named secret injected as an env var into Serverless runs." } ] } ], "bundled": true }