API Gateway
A service that acts as a single entry point for APIs, routing requests while handling authentication, rate limiting, monitoring, and other cross-cutting concerns.
Explore more about Service Orchestration
Related terms
A network address or communication entry point where a specific service or agent capability can be accessed.
Service OrchestrationThe automated arrangement, coordination, and management of complex software services and microservices to fulfill a workflow.
Load BalancerA system component that distributes incoming requests across multiple service instances to improve availability, scalability, and resource utilization.
AuthenticationThe process of verifying the identity of a user, application, or system before granting access to protected resources or services.
API ClientA software library or component that simplifies communication with an API by handling requests, authentication, responses, and error handling.