Skip to content

Configuration

Platform configuration management, feature flags, and tenant-level settings.

The Configuration rail manages platform settings:

  • Tenant configuration — Per-tenant settings for branding, features, and behavior
  • Feature flags — Toggle features per tenant, environment, or user segment
  • System settings — Platform-wide configuration parameters
  • Configuration history — Audit trail of all configuration changes
  • Environment overrides — Environment-specific configuration with inheritance
ConceptDescription
Config KeyHierarchical key identifying a configuration value (e.g., tenant.branding.logo)
Feature FlagBoolean or percentage-based toggle for feature rollout
OverrideEnvironment or tenant-specific value overriding the default
Config SchemaJSON Schema defining valid values for each configuration key
InheritanceChild configs inherit from parent with override capability
Platform Defaults → Environment → Tenant → Workspace → User

Each level can override values from the level above.

Refer to the API Explorer for interactive endpoint documentation.

All endpoints require authentication via Bearer token or API key.

Standard rate limits apply. See Rate Limiting for details.