Available Environments
| Environment | Purpose |
|---|---|
| Development | Building and testing |
| Staging | Pre-production validation |
| Production | Live 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

