{ "opencollection": "1.0.0", "info": { "name": "Vijil Console API (Combined) agent-configurations Trust Runtime API", "version": "0.1.0" }, "items": [ { "info": { "name": "Trust Runtime", "type": "folder" }, "items": [ { "info": { "name": "Fetch agent trust constraints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/agents/:agent_id/constraints", "params": [ { "name": "agent_id", "value": "", "type": "path" } ] }, "docs": "Returns the agent's trust constraints (Dome guard config, tool permissions, organization rules, enforcement mode) in the format consumed by the vijil-sdk Trust Runtime at boot." } ] } ], "bundled": true }