Configure voice input
Voice input (speech-to-text) is instance-wide: one key enables dictation for every workspace and every user. It uses Groq’s Whisper transcription (note: Groq, not Grok).
Provide the key
Section titled “Provide the key”- Obtain a Groq API key from your Groq account.
- Provide it to the server as
GROQ_API_KEY:- Environment /
.env— setGROQ_API_KEY=<key>(the standalone Docker Compose deployment reads it from.env). - OpenBao — when
SECRET_BACKEND=openbao, storeGROQ_API_KEYin thesupacloud/aiKV map; the server hydrates it at boot.
- Environment /
- Restart the server so it picks up the key.
The server resolves the key env-first, then from the supacloud/ai vault map.
A direct environment value always overrides the vault copy.