Deepgram Security Basics Overview Security best practices for Deepgram integration: scoped API keys, key rotation, Deepgram's built-in PII redaction feature, client-side temporary keys, SSRF prevention for audio URLs, and audit logging. Security Checklist - [ ] API keys in environment variables or secret manager (never in code) - [ ] Separate keys per environment (dev/staging/prod) - [ ] Keys scoped to minimum required permissions - [ ] Key rotation schedule (90 days recommended) - [ ] Deepgram option enabled for PII-sensitive audio - [ ] Audio URLs validated (HTTPS only, no private IPs) - […