Secrets & API Keys

Provider credentials. Super Admin only. Test, rotate, revoke per provider.

Security architecture
This install (dev / localhost): values are stored in localStorage — masked in the UI, never displayed full after save.
Production: values write to your configured secret manager (AWS Secrets Manager / HashiCorp Vault / Doppler / GCP Secret Manager). The runtime reads at startup; rotating here propagates within 60 seconds.
Never: values are not stored in Postgres. They never appear in TurnTrace logs. Per-key audit log shows every read + write.
Total providers
21
Configured
5
Required missing
0
Test errors
2

LLM Providers

2 of 4 configured
🧠
Google Gemini
requiredhealthy
Default drafting + classifier LLM. Required for grounded answer generation.
GEMINI_API_KEY in .envvalue: sk-…gP7Qconfigured 2026-04-12 by Jagdish H.tested 2026-05-23 12:04
🧠
OpenAI
requiredhealthy
Alternate drafting model + Whisper STT fallback + Realtime voice + embeddings.
OPENAI_API_KEY in .envvalue: sk-…b4P3configured 2026-04-12 by Jagdish H.tested 2026-05-23 11:48
🧠
Anthropic Claude
not configured
Optional third-party LLM for routing or A/B testing.
ANTHROPIC_API_KEY in .env
🧠
Cohere Rerank
not configured
Rerank top-K retrieval results. Improves RAG quality 5–15%.
COHERE_API_KEY in .env

Voice Providers

2 of 4 configured
🔊
Deepgram (STT)
healthy
Primary speech-to-text. Required for inbound + outbound voice.
DEEPGRAM_API_KEY in .envvalue: …dK29configured 2026-04-15 by Jagdish H.tested 2026-05-23 11:42
🔊
ElevenLabs (TTS)
healthy
Primary text-to-speech. Required for voice modes + outbound campaigns.
ELEVENLABS_API_KEY in .envvalue: …fW82configured 2026-04-15 by Jagdish H.tested 2026-05-23 12:00
🔊
AssemblyAI (alt STT)
not configured
Alternative STT for languages where Deepgram is borderline.
ASSEMBLY_AI_KEY in .env
🔊
Azure Speech
not configured
Azure speech services (STT + TTS).
AZURE_SPEECH_KEY in .env

Channels

0 of 3 configured
📡
WhatsApp (Meta Cloud API)
not configured
Meta system user token + webhook secret for WhatsApp Business Cloud API.
WHATSAPP_ACCESS_TOKEN in .env
📡
Meta (Instagram + Facebook)
not configured
Shared Meta app secret for IG + FB Messenger.
META_APP_SECRET in .env
📡
Twilio (voice + SMS)
not configured
Twilio account SID + auth token for outbound voice calls and SMS.
TWILIO_AUTH_TOKEN in .env

Email

1 of 3 configured
SMTP (default email)
healthy
SMTP relay for notification emails. Default for local dev.
SMTP_PASSWORD in .envconfigured 2026-05-01 by tested 2026-05-23 09:00
AWS SES
not configured
AWS Simple Email Service for production-grade deliverability.
AWS_SES_CREDENTIALS in .env
SendGrid
not configured
SendGrid email API.
SENDGRID_API_KEY in .env

CRM

0 of 2 configured
Salesforce
not configured
Connected App credentials for two-way Lead sync.
SALESFORCE_CREDENTIALS in .env
HubSpot
not configured
Private app token for HubSpot CRM sync.
HUBSPOT_ACCESS_TOKEN in .env

Translation

0 of 2 configured
🌐
Google Translate
not configured
Machine translation for missing per-language content.
GOOGLE_TRANSLATE_KEY in .env
🌐
DeepL
not configured
Alternative translation provider (better Asian languages).
DEEPL_API_KEY in .env

Lead Enrichment

0 of 2 configured
🔎
Apollo.io
not configured
Lead enrichment (LinkedIn, seniority, company size).
APOLLO_API_KEY in .env
🔎
Clearbit
not configured
Lead enrichment alternative.
CLEARBIT_API_KEY in .env

Authentication

0 of 1 configured
🔐
SAML SSO
not configured
IdP signing certificate + SSO URL.
SSO_SAML_CERT in .env
Preview widget