

Replit
QuotaGuard Static IPs allow your Replit applications to send outbound traffic through a load-balanced pair of static IP addresses. Once set up, you can use QuotaGuard's IPs to connect to firewalled databases and APIs that require IP allowlisting.
Replit runs deployments on Google Cloud infrastructure with rotating IP pools. Every time you redeploy, your app gets a different outbound IP address. Any firewall rules or allowlist entries you set up on the other side stop working the moment you push new code.
Common scenarios where you need a static IP:
- MongoDB Atlas: Requires IP allowlisting in Network Access settings
- Amazon RDS and PostgreSQL: Security groups with IP-based inbound rules
- Payment gateways: Stripe Connect, Adyen, and banking APIs that only accept requests from registered IPs
- Partner and vendor APIs: Corporate firewalls that require a known source address before granting access
- Internal systems: On-premise databases and legacy ERPs behind firewall allowlists
- AI agent workflows: Replit Agent-built apps that need to call protected APIs or enterprise data sources
QuotaGuard gives your Replit applications a fixed, verifiable identity. Add your two static IPs to any allowlist once, and they stay valid regardless of how many times you redeploy.