Skip to main content

Get Started

The Customer Controlled Configuration (CCC) feature allows clients to manage certain app behaviors via remote configuration. Follow the steps below to start using this feature.

1. Feature Flag Activation

The CCC functionality is gated behind the following feature flag enable.ccc. Please ensure this flag is enabled for your environment.

2. Setting Configuration Values

Once the feature flag is enabled, configuration values can be set via our public API. You will need valid authentication to interact with the API endpoints. Refer to the existing configurations section for the list of available keys and expected values.

3. Authentication (IAM Token)

To authenticate API requests, you will need an IAM token.
You can find detailed instructions on how to obtain your IAM token here.