{ "opencollection": "1.0.0", "info": { "name": "Waxell Observe Cost Management Governance API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Wax-Key", "value": "{{X-Wax-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Governance", "type": "folder" }, "items": [ { "info": { "name": "Check Policy", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.waxell.dev/api/v1/observe/policy-check/", "body": { "type": "json", "data": "{}" } }, "docs": "Evaluate the configured governance policies for a proposed agent\naction. The response indicates whether to allow, warn, redact,\nthrottle, block, skip, or retry the action.\n" }, { "info": { "name": "Record Event", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.waxell.dev/api/v1/observe/events/", "body": { "type": "json", "data": "{}" } }, "docs": "Append a governance or audit event to the immutable audit trail." } ] } ], "bundled": true }