Skip to content

System configuration (super administrators)

The /system area is for tenant-wide configuration: integrations, AI, reference data, and monitoring. It is separate from /admin (firm operations such as users and offerings). Most fee earners never use /system.

Navigation labels and permissions come from the SBOS.AI web client sources: ALP/App/src/components/ui/layout/framework/navLinks.ts (allSystemLinks) and ALP/App/src/router/system.router.ts.

Who should use it

  • IT or operations with SystemIntegration.Edit, System.Admin, or BusinessEntity.Edit as required per screen.
  • AI owners with Agent.View (agents) and SystemIntegration.Edit (prompt library).
AreaRoutes / screensTypical permission
TenantTenant settingsSystem.Admin
IntegrationsSystem integrations, Syntaq app, MCP serversSystemIntegration.Edit
Business entitiesBusiness entities listBusinessEntity.Edit
AIPrompt library (/system/ai-prompts), AI agents, agent slotsSystemIntegration.Edit / Agent.View (see meta on each child)
MonitoringIntegration usage stats (SystemIntegration.View on usage child), time entry stats, audit logsSystemIntegration.Edit on parent segments (see router)
Reference dataLaw areas, capabilities, segments, offering categories, asset register types, …Mostly .View or .Edit per entity (e.g. LawArea.View, Offering.Edit for offering categories)

Audit logs

System → Audit logs uses SystemIntegration.Edit on the /system/audit-logs parent in system.router.ts. The separate Admin menu has other audit tooling depending on your tenant — do not assume paths are interchangeable.

Caution

Misconfiguration can interrupt email sync, billing, or login. Apply changes in a maintenance window with a rollback plan.

See also

SBOS.AI Platform Documentation