Skip to main content
Environments help you segment your integration configuration and customer data across different stages of your development lifecycle.

Overview

Each environment in your Nango account is completely isolated with its own:
Each Nango account comes with dev and prod environments by default. Additional environments are available depending on your pricing plan.

Best practices

Mirror your application environments We recommend creating Nango environments that match your application’s deployment stages. For example:
  • Local development → dev environment
  • Staging → staging environment
  • Production → prod environment
  • Demo → demo environment
Deploy to specific environments When you deploy Functions, you always target a specific environment. This ensures changes are tested before reaching production.