curl --request GET \
--url https://use.hoop.dev/api/feature-flags[
{
"components": [
"gateway",
"agent"
],
"default": false,
"description": "New IronRDP-based proxy",
"enabled": false,
"name": "experimental.rdp_v2",
"stability": "experimental"
}
]List all feature flags from the catalog with their per-org state
curl --request GET \
--url https://use.hoop.dev/api/feature-flags[
{
"components": [
"gateway",
"agent"
],
"default": false,
"description": "New IronRDP-based proxy",
"enabled": false,
"name": "experimental.rdp_v2",
"stability": "experimental"
}
]Documentation Index
Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
OK
Components affected by this flag
["gateway", "agent"]Default value when not explicitly set
false
Human-readable description
"New IronRDP-based proxy"
Current effective value for the organization
false
The feature flag name
"experimental.rdp_v2"
Stability level
experimental, beta "experimental"
Was this page helpful?