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.

Production environments

Any environment can be designated as a production environment. This affects how team members interact with it based on their role. To mark an environment as production:
  1. Open the environment settings (gear icon in the top navigation)
  2. Toggle the Production environment switch
Only Full Access team members can toggle the production flag. Once an environment is marked as production, Support members get read-only access to it, and Contributor members lose access entirely.
By default, the prod environment created with your account is already marked as production.

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.