{ "opencollection": "1.0.0", "info": { "name": "MIDAS Agents Evaluate API", "version": "1.1.0-rc.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Evaluate", "type": "folder" }, "items": [ { "info": { "name": "Evaluate a decision request", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/v1/evaluate", "body": { "type": "json", "data": "{}" } }, "docs": "Evaluates whether an agent is within authority to perform an action on a governed decision surface. Produces exactly one outcome and one tamper-evident audit envelope. Idempotent by request_id within a source.\n" } ] } ], "bundled": true }