{ "luci-app-ai-gateway": { "description": "Grant access to AI Gateway dashboard", "read": { "ubus": { "luci.ai-gateway": [ "status", "get_config", "get_providers", "get_audit_stats", "classify" ] } }, "write": { "ubus": { "luci.ai-gateway": [ "set_provider", "set_offline_mode", "test_provider", "start", "stop", "restart" ] } } } }