Skip to main content

Feature Flags

Manage feature flags to control feature availability across the platform.

Overview

Feature flags let administrators globally enable or disable features without redeploying. They are used as kill-switches for platforms, widgets, integrations, bot modules, automation actions, copyright providers, and event types.

Managing Flags

Access feature flag management via Admin > Feature Flags. Flags are grouped by category and toggled individually. Toggling a flag immediately persists the change via PATCH /v1/admin/feature-flags/{id}.

Categories

The admin UI groups flags into the following categories (rendered in this order):

  • platform
  • widget
  • feature
  • integration
  • bot_module
  • automation
  • copyright_provider
  • event

Permissions

  • feature-flags:read — view the flag list
  • feature-flags:edit — toggle flags

The dashboard entry itself is gated on admin:access. System admins (is_system: true) implicitly receive all admin permissions.