Developers
Build video-aware agents safely.
Use evidence-only answer mode, max tool-call budgets, tenant scopes, and approval boundaries.
Agent policy example
Policies should make raw-frame access false by default.
{
"mode": "evidence_only",
"max_tool_calls": 10,
"allow_raw_frames": false,
"require_tenant_scope": true
}