Admin Scenarios
Covered route
/admin/ai/scenarios
Value matrix
| Topic | Values or examples seen in code | Operational meaning |
|---|---|---|
| enabled state | true or false | determines whether the scenario is offered |
| default AI mode | off, on | shapes initial scenario activation behavior |
| default sensitivity | low, medium, high | influences the intended caution level |
| default tenant AI enabled | true or false | ties scenario defaults to tenant-side AI activation |
| composition | core_agents, support_agents | shows the building blocks of the scenario |
Technical shape
Scenario configuration sits near AI administration and shapes how company-scoped AI behavior is organized or selected.
Important code-level observations
- enabling
default_scenario_ai_mode = oncan also forcedefault_tenant_ai_enabled = true - the UI exposes composition explicitly through core and support agent badges
- global superadmin edits defaults, while narrower admin scope mainly reviews them