Overview
Add an API gateway for centralized auth, rate limiting, and request routing.
In a real system, you don't let anyone hit your servers freely.
You will build 5 architecture steps that model production dependencies.
You will run 2 failure experiments to observe bottlenecks and recovery behavior.
Success target: All traffic is authenticated and rate-limited before reaching backend servers.