Fetch agent trust constraints
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.
GET
Fetch agent trust constraints
Path Parameters
Response
Successful Response
Full constraint set for a single agent — what the SDK fetches at boot.
Dome guardrail configuration shape consumed by the SDK at boot.
Organization-level policy constraints applied to all agents in the org.
Available options:
warn, enforce Last modified on April 21, 2026
Previous
Validate Agent ImportValidate an agent import request without saving.
Supports three input methods with deterministic access levels:
- agent_url: Remote black_box - Just an endpoint URL to call
- agent_card: Local grey_box - Upload agent configuration/card JSON
- source_code: Local white_box - Upload agent source code files
Returns validation status, access level, and parsed agent card for preview.
Next
Fetch agent trust constraints