You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **OpenFeature Remote Evaluation Protocol (OFREP)** is an [API specification](./openapi) for feature flagging that enables vendor-agnostic communication between applications and flag management systems. It defines a standard API layer between the provider and the flag management system, allowing any OpenSource or commercial system to implement the protocol and be compatible with community-maintained providers.
6
+
The **OpenFeature Remote Evaluation Protocol (OFREP)** is an [API specification](./openapi) for feature flagging that enables vendor-agnostic communication between applications and flag management systems.
7
+
It defines a standard API layer between the provider and the flag management system, allowing any OpenSource or commercial system to implement the protocol and be compatible with community-maintained providers.
7
8
8
9
### Key Benefits
9
10
@@ -14,7 +15,8 @@ The **OpenFeature Remote Evaluation Protocol (OFREP)** is an [API specification]
14
15
15
16
## How It Works
16
17
17
-
OFREP is **a protocol, not a provider**. It defines how to communicate with feature flag management systems and works on top of OpenFeature SDKs by providing standardized providers.
18
+
OFREP is **a protocol, not a provider**.
19
+
It defines how to communicate with feature flag management systems and works on top of OpenFeature SDKs by providing standardized providers.
18
20
19
21
```mermaid
20
22
graph LR
@@ -49,11 +51,13 @@ OFREP supports both paradigms defined by OpenFeature:
49
51
50
52
### Available Providers
51
53
52
-
The OpenFeature community maintains OFREP providers for multiple languages. View the complete list of [OFREP providers in the ecosystem](https://openfeature.dev/ecosystem/?instant_search%5BrefinementList%5D%5Bvendor%5D%5B0%5D=OFREP).
54
+
The OpenFeature community maintains OFREP providers for multiple languages.
55
+
View the complete list of [OFREP providers in the ecosystem](https://openfeature.dev/ecosystem/?instant_search%5BrefinementList%5D%5Bvendor%5D%5B0%5D=OFREP).
53
56
54
57
### Available Flag Management Systems
55
58
56
-
Several flag management systems support OFREP. View the complete list of [OFREP-compliant systems in the ecosystem](https://openfeature.dev/ecosystem/?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=OFREP%20API).
59
+
Several flag management systems support OFREP.
60
+
View the complete list of [OFREP-compliant systems in the ecosystem](https://openfeature.dev/ecosystem/?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=OFREP%20API).
57
61
58
62
## Implementing OFREP
59
63
@@ -72,4 +76,3 @@ To make your flag management system OFREP-compliant:
72
76
1. Implement the [OFREP OpenAPI specification](./openapi)
73
77
2. Test your implementation with existing OFREP providers
74
78
3. Register your system in the [OpenFeature ecosystem](https://github.com/open-feature/openfeature.dev/issues)
0 commit comments