Skip to main content

Available Environments

EnvironmentPurpose
DevelopmentBuilding and testing
StagingPre-production validation
ProductionLive operations

Isolation

Each environment is completely separate:

API Tokens

Tokens created in staging don’t work in production. Create separate tokens for each environment.

Integrated Accounts

Accounts connected in development aren’t visible in production. Connect accounts separately per environment.

Integrations

Install and configure integrations independently in each environment.

Use Cases

Development

  • Test new integrations
  • Build features safely
  • Use test accounts

Staging

  • Validate before going live
  • Test with production-like data
  • Final QA checks

Production

  • Live customer connections
  • Real data operations
  • Business-critical workflows

Best Practices

  • Never use production tokens in development
  • Test integrations in staging before production
  • Keep environments isolated