{ "opencollection": "1.0.0", "info": { "name": "Barndoor Platform Agents Policy API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Policy", "type": "folder" }, "items": [ { "info": { "name": "Publish Policy", "type": "http" }, "http": { "method": "POST", "url": "https://{organization_id}.platform.barndoor.ai/api/policy", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Publish Policy" } ] } ], "bundled": true }