Challenge
I am an administrator, and I need access to API keys of other users of our CognigyAI projects.
Solution
Cognigy offers a feature called 'super-API-key'. This key is only available for on-premise installations, by enabling a feature variable in the configuration files. Our on-premise customers can activate this feature by setting the following environment variable to "true":
FEATURE_USE_SUPERAPIKEY_API='true'
You can read more about how to use this feature here: https://docs.cognigy.com/docs/using-the-api#super-api-key
Comments
0 comments