Hey everyone!

Hey everyone!
I'm building a small demo video summarizer app using GenKit, and it works fine locally when I use the Gemini API key like this:

export GEMINI_API_KEY=your-key-here

But I'm a bit confused — how should I handle the API key when I want to deploy the app live? Is there a recommended way to securely load it somewhere to use in a production environment?
Any help or example setup would be super appreciated
Was this page helpful?