Skip to the content.

GenAIKeys

Secure API key management for Generative AI applications, backed by Azure Key Vault, AWS Secrets Manager, and Google Secret Manager.

Why GenAIKeys?

Install

pip install genaikeys              # Azure (default)
pip install "genaikeys[aws]"
pip install "genaikeys[gcp]"
pip install "genaikeys[all]"

Quick start

from genaikeys import GenAIKeys

sk = GenAIKeys.azure()
api_key = sk.get_openai_key()

Documentation