Skip to main content
Every app includes a built-in admin interface provided by the framework via systemRoutes(). These pages are accessible to users with admin scopes and require no additional app code.
These admin pages are only relevant for deployed apps and serve no purpose when running the app locally. See the Deployments documentation for detailed guidance on using these features in production.

User management

PageRouteWhat it manages
Access/admin/accessApp visibility (private, workspace, public) and user invitations
Users/admin/usersUser list, role assignments, and user details
Roles/admin/rolesRole definitions and scope assignments
Scopes/admin/scopesView all defined scopes (app and system)
See User management for details on access levels, users, roles, and scopes.

Organization management

PageRouteWhat it manages
Organizations/admin/organizationsOrganization list, members, and data isolation
See Organization management for details on organizations, members, and data isolation.

Identity providers

PageRouteWhat it manages
Identity Providers/admin/identity-providersOIDC provider configuration (Google, GitHub, custom)
See Identity providers for details on adding and configuring OIDC providers.

Service configuration

PageRouteWhat it manages
Services/admin/servicesExternal service credential configuration
See Service configuration for details on credential models and service setup.

OAuth connections

PageRouteWhat it manages
OAuth Clients/admin/oauth-clientsOAuth application management
See OAuth connections for details on OAuth client management and external integrations.

Monitoring

PageRouteWhat it shows
Metrics Dashboard/admin/monitoring/dashboardRequest count, latency, error rate, CPU, memory
Logs/admin/monitoring/logsStructured log search and viewer
See Monitoring for details on metrics dashboards, structured logs, and workflow monitoring.