AI Governance Settings

Update

Update the tenant's AI governance settings. Requires update_mask listing which fields to apply (e.g. require_tool_approval, default_tool_classification, audit_verbosity, auto_discovery_enabled, discovery_interval, prefer_code_mode_over_direct_tools, surface_requestable_tools, untrusted_judge_disable, allowed_client_types, default_client_lifecycle). Only masked fields change. Returns the updated settings.

post/api/v1/settings/ai-governance

Request body

updateMaskstring nullable

Response

UpdateAIGovernanceSettingsResponse contains the updated AI governance settings.

Changes