By API7.ai Team
Last updated: September 2026
An API gateway is the entry point that routes, secures, and governs API traffic. The right one depends on whether you want open source or managed, self-hosted or cloud, a lean proxy or a full platform. This guide compares eleven leading API gateways — by type, license, architecture, and best fit.
The right API gateway depends on who operates it and which capabilities belong in the gateway. Apache APISIX is a fully open-source self-hosted option; Kong combines self-managed gateways with Konnect; Amazon API Gateway is managed on AWS; Apigee covers enterprise API management; Tyk separates its open-source gateway from commercial management; and kgateway or Gloo Gateway target Kubernetes Gateway API environments.
A quick comparison by type, open-source scope, and best fit. The list below is not a strict ranking — the right gateway depends on your environment and constraints.
| Dimension | Type | License | Best for |
|---|---|---|---|
| Apache APISIX | Self-hosted OSS (+ API7 Enterprise) | ✓ Apache-2.0 (ASF project) | A fast, fully open-source gateway |
| Kong Gateway | Self-managed + Konnect SaaS | Apache-2.0 core + Enterprise | Mature ecosystem + managed SaaS |
| Amazon API Gateway | Managed SaaS (AWS only) | Proprietary | Serverless APIs on AWS |
| Google Apigee | Managed SaaS (+ hybrid runtime) | Proprietary | Enterprise API programs on GCP |
| Tyk | OSS Gateway + licensed platform | ✓ MPL-2.0 (gateway) | Go gateway + optional commercial stack |
| Solo.io Gloo Gateway | Kubernetes-native (OSS + Enterprise) | Apache-2.0 core (kgateway) | Kubernetes + Gateway API teams |
| MuleSoft Anypoint | Managed + self-managed Omni Gateway | Mule core CPAL; platform commercial | Integration + API management |
| Gravitee | OSS CE + Enterprise/Cloud | ✓ Apache-2.0 (core) | Event-driven APIs alongside REST |
| Boomi API Management | SaaS control plane + distributed runtimes | Proprietary | API governance on the Boomi iPaaS |
| Layer7 API Gateway | Enterprise self-hosted (on-prem/hybrid) | Proprietary | Regulated, on-prem enterprises |
| Alibaba Cloud API Gateway | Cloud-native managed service | Proprietary | APIs on Alibaba Cloud (China/APAC) |
Start with the operating boundary your team can support. A product may appear in more than one group because editions and deployment modes assign responsibilities differently.
For teams that need runtime control and can own upgrades, scaling, security operations, and observability.
Examples: Apache APISIX, Kong Gateway OSS, Tyk Gateway, kgateway
For teams that prefer provider-operated gateway infrastructure and accept a cloud-specific service boundary.
Examples: Amazon API Gateway, Google Apigee, MuleSoft Managed Omni Gateway, Alibaba Cloud API Gateway
For organizations that need centralized governance while retaining some or all data planes in their environments.
Examples: API7 Enterprise, Kong Konnect, Apigee hybrid, Tyk, MuleSoft, Gravitee, Boomi, Layer7
For platform teams that want Kubernetes resources and Gateway API to be the primary configuration interface.
Examples: kgateway, Gloo Gateway, Apache APISIX Ingress Controller, Kong Ingress Controller
This guide is published by API7, the company behind API7 Enterprise and the original creators of Apache APISIX. We include Apache APISIX honestly alongside competitors — each entry lists real strengths and honest limitations, and facts about other products are drawn from their official documentation.
The fully open-source, dynamic, high-performance API gateway
Type
Self-hosted OSS (+ API7 Enterprise)
License
Apache-2.0 (ASF top-level project)
Best for
A fast, fully open-source gateway
Disclosure: Apache APISIX was created by API7, which publishes this page, and donated to the Apache Software Foundation. It is an Apache-2.0 API gateway built on NGINX and LuaJIT, with etcd-backed dynamic configuration and an open-source plugin ecosystem.
Where others may still be better: You install, upgrade, and operate it yourself, and the community edition has no console RBAC, audit, or SLA. For those, API7 Enterprise (commercial) or a managed cloud gateway may fit better.
Best fit: Teams that want a fast, dynamic, fully open-source gateway they can self-operate — with a commercial upgrade path via API7 Enterprise.
Official sources: APISIX documentation · Plugin Hub
A mature, widely adopted gateway with a large plugin ecosystem
Type
Self-managed + Konnect SaaS
License
Apache-2.0 core + commercial Enterprise
Best for
Mature ecosystem + managed SaaS
Kong Gateway is an open-source API gateway on NGINX/OpenResty, backed by PostgreSQL or run DB-less, with a large Plugin Hub. Kong Inc. adds Kong Enterprise and the managed Kong Konnect platform on top of the open-source core.
Where others may still be better: Feature availability differs between Kong Gateway OSS, Kong Gateway Enterprise, and Konnect. Teams should map every required plugin and management feature to the intended edition before choosing a topology.
Best fit: Teams wanting a mature ecosystem and a managed SaaS control plane, comfortable adopting Kong Enterprise for advanced features.
Official sources: Deployment topologies
A fully managed, serverless gateway tightly integrated with AWS
Type
Managed SaaS (AWS only)
License
Proprietary AWS service
Best for
Serverless/Lambda backends on AWS
Amazon API Gateway is a fully managed AWS service for creating REST, HTTP, and WebSocket APIs at any scale. It handles traffic management, authorization, throttling, and monitoring, and acts as a front door to backends like AWS Lambda — with no servers to run.
Where others may still be better: It runs only on AWS — no self-hosting or multi-cloud — and is a gateway, not a full API-productization or monetization platform. REST APIs also cost more than the leaner HTTP APIs.
Best fit: Teams already on AWS building serverless or Lambda-fronted backends that want a provider-operated, usage-priced gateway.
Official sources: Amazon API Gateway guide
A full-lifecycle enterprise API management platform on Google Cloud
Type
Managed SaaS (+ hybrid runtime)
License
Proprietary Google Cloud product
Best for
Enterprise API programs on Google Cloud
Apigee is Google Cloud’s API management platform for developing, securing, deploying, and scaling APIs. It offers API proxy management, traffic and security policies, a developer portal, analytics, and monetization — delivered fully managed (Apigee X) or as a hybrid model with a customer-run Kubernetes runtime.
Where others may still be better: It is a full enterprise platform, not a lightweight or free gateway; the control plane is always Google-hosted (no air-gap), and the hybrid runtime pushes Kubernetes and Cassandra operations onto you. Cost modeling is complex.
Best fit: Large enterprises on Google Cloud needing full lifecycle management, productization, and monetization — not just a proxy.
Official sources: Apigee feature summary · Apigee hybrid overview
An open-source Go gateway with licensed management, Enterprise streaming, and separately packaged AI options
Type
OSS Gateway + licensed platform
License
MPL-2.0 Gateway + licensed components
Best for
Go gateway + optional commercial stack
Tyk Gateway is an open-source (MPL-2.0), Go-based API gateway that runs on Redis. Tyk Dashboard, Developer Portal, Multi Data Center Bridge, Universal Data Graph, Operator, and Sync are proprietary components that require licenses for on-premises deployment. Tyk Streams is an Enterprise Gateway capability, while Tyk AI Studio is a separate product with Community and Enterprise editions.
Where others may still be better: The open-source gateway and the commercial management platform have different feature and infrastructure boundaries. Dashboard-managed deployments add a management datastore, so evaluate the complete topology rather than the gateway binary alone.
Best fit: Teams wanting an open-source Go gateway that can add licensed API management and streaming or adopt the separately packaged AI Studio product as requirements grow.
Official sources: Tyk API management docs · Tyk Stack licensing · Tyk Streams availability · Tyk AI Studio editions · Tyk MCP Gateway editions
Kubernetes-native gateway products built around Envoy and Gateway API
Type
Kubernetes-native (OSS + Enterprise)
License
Apache-2.0 core (kgateway)
Best for
Kubernetes + Gateway API teams
Solo.io offers commercial Gloo Gateway and Solo Enterprise for kgateway products for Kubernetes environments. The related open-source kgateway project is a CNCF project built on Envoy and the Kubernetes Gateway API. Product names, versions, and enterprise feature sets should be checked separately.
Where others may still be better: The product family is Kubernetes-centered, and similarly named Gloo Gateway, kgateway, and Solo Enterprise offerings have different release trains and license boundaries. Confirm the exact product and edition before comparing features.
Best fit: Platform and DevOps teams standardized on Kubernetes and the Gateway API who want an Envoy gateway and will buy enterprise features for advanced use.
Official sources: kgateway documentation · Gloo Gateway overview
A unified iPaaS and full-lifecycle API management platform (Salesforce)
Type
Managed + self-managed Omni Gateway
License
Mule core CPAL; platform commercial
Best for
Integration + API management in one
MuleSoft Anypoint Platform combines integration and API management. API Manager provides management capabilities, while Omni Gateway, renamed from Flex Gateway in 2026, is an Envoy-based runtime available as a MuleSoft-managed deployment on CloudHub 2.0 or Runtime Fabric and as a self-managed deployment in customer infrastructure.
Where others may still be better: It is an enterprise integration suite — heavier and more complex than a standalone gateway; only the Mule runtime core is open source (CPAL), and pricing is sales-led with no public list.
Best fit: Large enterprises (especially Salesforce customers) needing integration plus API management across many systems, not just an edge gateway.
Official sources: Omni Gateway overview · Gateway release notes
Event-native API management for REST and async (Kafka/MQTT)
Type
OSS Community Edition + Enterprise/Cloud
License
Apache-2.0 core + commercial Enterprise
Best for
Event-driven APIs alongside REST
Gravitee is an open-source (Apache-2.0) API management platform that treats event-driven and async protocols — Kafka, MQTT, WebSocket — as first-class alongside REST, with a companion Access Management product. It is self-hostable as the Community Edition or run via the managed Gravitee Cloud.
Where others may still be better: The headline event-native/async capability is Enterprise-gated — the free Community Edition is REST-centric, and enterprise observability, secrets, and multi-environment management require a license.
Best fit: Organizations managing event-driven and async APIs (Kafka/MQTT) alongside REST that want combined API management and access management.
Official sources: Gravitee APIM overview
Integration-native API management inside the Boomi iPaaS
Type
SaaS control plane + distributed runtimes
License
Proprietary
Best for
API governance on the Boomi platform
Boomi API Management is a module of the Boomi Enterprise Platform (iPaaS). It lets teams expose versioned REST, SOAP, and OData APIs and then secure, route, and monitor them through an API Gateway and Developer Portal, with low-code design tied to Boomi integrations.
Where others may still be better: It is a module within the broader Boomi platform rather than an independent open-source gateway. Teams should verify runtime placement, platform dependencies, and contract terms for their planned topology.
Best fit: Organizations already on Boomi iPaaS that want to expose and govern their integrations as managed APIs with low-code effort.
Official sources: Boomi API Gateway
A security-hardened enterprise gateway for regulated industries (Broadcom)
Type
Enterprise self-hosted (on-prem/hybrid)
License
Proprietary (Broadcom)
Best for
Regulated, on-prem enterprises
Layer7 API Gateway is Broadcom’s enterprise API gateway (formerly CA API Gateway). It enforces authentication, authorization, threat protection, message validation, transformation, and routing at a central policy point, deployable as a software install, appliance, virtual appliance, or a containerized Container Gateway on Kubernetes.
Where others may still be better: It is heavyweight to operate — customer-run infrastructure plus a MySQL database, with strong SOAP/XML heritage. The Developer Portal is a separate component with its own deployment and entitlement considerations; confirm packaging and pricing with Broadcom.
Best fit: Large, regulated enterprises (finance, government, healthcare) needing a security-hardened, on-prem/hybrid gateway that integrates with existing PKI and identity.
Official sources: Layer7 API Gateway · Layer7 Developer Portal
Alibaba Cloud’s current cloud-native managed API gateway
Type
Cloud-native managed service
License
Proprietary
Best for
APIs on Alibaba Cloud (China/APAC)
Alibaba Cloud Cloud-native API Gateway is the provider’s current managed gateway for API, route, and ingress management. Alibaba Cloud has announced the retirement of its Traditional API Gateway and MSE Cloud-native Gateway, with migration to the unified Cloud-native API Gateway required before final shutdown.
Where others may still be better: It is tied to Alibaba Cloud and is not self-hostable. Existing Traditional API Gateway users also need to assess feature differences and complete a migration before the announced service shutdown.
Best fit: Teams building on Alibaba Cloud — especially in China and APAC — needing a managed, scalable gateway integrated with Alibaba Cloud services.
Official sources: Cloud-native API Gateway · Traditional gateway retirement
Top 5 API management platforms · Apache APISIX vs Kong · All gateway comparisons
Ready to get started?
For more information about full API lifecycle management, please contact us to Meet with our API Experts.

