API Gateway is a server that acts as a single entry point for multiple APIs. It is used to centralize and manage API traffic, providing a single point of entry for multiple services.
Example:
Amazon API Gateway handles requests to different microservices.