Environments
Rendr provides two fully isolated API environments. Use UAT for development and testing, and Production for live traffic.
Base URLs
All API paths are identical across environments. Only the base URL changes.
Environment Isolation
Environments are completely separated — nothing is shared between them.
Data created in UAT does not exist in Production.
UAT (User Acceptance Testing)
UAT is intended for integration development and pre-production validation.
Use UAT for:
Characteristics:
- Safe for repeated testing
- Test deliveries do not trigger real financial settlement
- Carrier integrations operate in sandbox or controlled test mode
- Rate limits may differ from Production
Always validate your integration in UAT before promoting changes to Production.
Production
Production processes live deliveries with real carriers and real customers.
Characteristics:
- Real carrier bookings
- Real dispatch and tracking
- Financial settlement may apply
- Operational monitoring enabled
Only Production API keys can access the Production environment.
