Feature Flags
Feature flags toggle whole modules on or off. They live under Portal → Settings → Feature Flags. Team admins can lock flags org-wide.
Available flags
| Flag | Module | Default |
|---|---|---|
testhub | Test Hub catalog and dataset management | on |
runner | Playwright runner | on |
intelligence | Quality metrics, flaky detection, RCA | on |
architecture | Architecture audit | on |
accessibility | Accessibility Auditor (BFSG/WCAG) | on |
devicelab | Device emulation + multi-browser | on |
testbuilder | URL/description-based test scaffolding | on |
brain | AI Assistant chat | on (needs AI provider) |
swarm | Swarm QA multi-agent scans | on (needs AI provider) |
scout | Project Scout | on |
gitlab / github | CI integrations | off until configured |
youtrack / testrail | Issue tracking | off until configured |
checkmk | Monitoring | off until configured |
opsPortal | VPS health dashboard | enterprise-only |
aiProxy | Centralised AI proxy | enterprise-only |
How flags propagate
- Per user — flip in your own settings, only affects your view.
- Per team — admins set in Team → Settings → Defaults; pushes to all members.
- Per project — overrides at the project level for narrow rollouts.
The agent doesn't ship code for disabled flags into runtime payloads, so the local resource cost stays low.
Recommended flow
- Start with the defaults — they cover 90% of QA workflows.
- Disable modules you don't use to keep the sidebar tidy.
- Re-enable per-project when you need a feature for a specific repository (e.g. accessibility for a public website only).
