Fireflies.ai Multi-Environment Setup Overview Configure Fireflies.ai with isolated API keys, webhook URLs, and settings per environment. Each environment gets its own Fireflies workspace or API key to prevent cross-environment data leakage. Environment Strategy | Environment | API Key | Webhook URL | Settings | |-------------|---------|-------------|----------| | Development | | localhost (ngrok) | Debug logs, no cache | | Staging | | staging.app.com/webhooks | Prod-like, short cache | | Production | | app.com/webhooks | Hardened, long cache | Instructions Step 1: Environment Configuration Mo…