OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool.

OpenFeature allows you to use the same feature flagging API across multiple feature flag management tools. This means that you can switch between feature flag management tools without having to change your code.

OpenFeature is a CNCF Sandbox project. You can learn more about OpenFeature on the OpenFeature website.

Providers

As a feature flag management tool, Flipt provides our own OpenFeature integrations (providers). This means that you can use the OpenFeature API with Flipt.

From the OpenFeature Specification:

Providers are the “translator” between the flag evaluation calls made in application code, and the flag management system that stores flags and in some cases evaluates flags.

We currently provide the following OpenFeature providers:

Remote Evaluation Protocol

The OpenFeature Remote Evaluation Protocol (OFREP) is an API specification for feature flagging that allows the use of generic providers to connect to any feature flag management systems that support the protocol.

Flipt is one of the early adopters of the OFREP protocol and has implemented the protocol in its API.

The OFREP protocol is still in the early stages of development, so the specification is subject to change.

The API documentation for the OFREP protocol implementation in Flipt is available in the OpenFeature Remote Evaluation API documentation.

For more information on the OFREP protocol, see the OpenFeature Remote Evaluation Protocol repository on GitHub.