The Best API Gateways in 2026
AWS bills per million requests. Kong bills a control plane. The open-source ones bill the box you run them on.
AWS API Gateway HTTP APIs are about $1 per million requests (AWS's 432 million example is $418.80). REST is $3.50 per million on the first 333 million, plus data transfer. Kong Konnect Plus starts at $25 a month for a serverless control plane, or $200 hybrid. Kong Gateway and Apache APISIX are free to self-host. Tyk has an open-source gateway; the cloud is a separate bill.
API gateways all terminate HTTP and apply auth, rate limits and routing. They do not sell the same unit. AWS meters requests. Kong Konnect meters a control plane, then requests after a million. Self-hosted Kong and APISIX meter nothing but CPU.
A comparison that lines up $1, $25 and $0 as if they were the same SKU is how a team picks the wrong bill.
The useful question is who runs the data plane, because that is what you are paying for when the traffic is real.
Top Picks
Based on features, real-world fit, and value for money.
| Tool | Pricing | Best for |
|---|---|---|
| AWS API Gateway | HTTP APIs about $1 per million requests. AWS example: 432 million HTTP requests in a month is $418.80. REST APIs $3.50… | APIs that already live on AWS and want a managed endpoint without running a proxy |
| Kong Konnect | Plus: Serverless control plane $25/month. Hybrid $200/month. Dedicated Cloud Gateway $500/month plus $0.15/GB. 1… | Teams that want Kong's plugin model with a hosted control plane |
| Kong Gateway (open source) | Free. Apache-licensed open source. You pay for the machines and for any Konnect or Enterprise add-on you later attach… | Teams that will run the proxy themselves and keep config in Git |
| Apache APISIX | Free. Apache License 2.0. API7 Cloud and API7 Enterprise are separate commercial products; confirm those prices with… | Teams that want a fast, etcd-backed gateway without a Kong-shaped bill |
| Tyk | Tyk Gateway is open source. Tyk Cloud and licensed enterprise are commercial. Confirm current Cloud dollars on… | Teams that like Tyk's middleware model and will either self-host OSS or pay for Cloud |
Pricing read from each vendor's own published pricing page, checked Aug 2026. Every vendor here publishes a price.
Best for: APIs that already live on AWS and want a managed endpoint without running a proxy
PricingHTTP APIs about $1 per million requests. AWS example: 432 million HTTP requests in a month is $418.80. REST APIs $3.50 per million on the first 333 million, then volume tiers, plus data transfer at $0.09/GB in US East. Free tier: 1 million REST and 1 million HTTP requests per month for 12 months. Checked 26 August 2026.
Best for: Teams that want Kong's plugin model with a hosted control plane
PricingPlus: Serverless control plane $25/month. Hybrid $200/month. Dedicated Cloud Gateway $500/month plus $0.15/GB. 1 million requests included, then $200 per additional million on published Plus SKUs. Kong Gateway OSS is free. Enterprise is sales-quoted. Checked 26 August 2026.
Best for: Teams that will run the proxy themselves and keep config in Git
PricingFree. Apache-licensed open source. You pay for the machines and for any Konnect or Enterprise add-on you later attach. Checked 26 August 2026.
Best for: Teams that want a fast, etcd-backed gateway without a Kong-shaped bill
PricingFree. Apache License 2.0. API7 Cloud and API7 Enterprise are separate commercial products; confirm those prices with API7. Checked 26 August 2026.
Best for: Teams that like Tyk's middleware model and will either self-host OSS or pay for Cloud
PricingTyk Gateway is open source. Tyk Cloud and licensed enterprise are commercial. Confirm current Cloud dollars on tyk.io/pricing. We did not treat a third-party figure as a quote. Checked 26 August 2026.
What it is
An API gateway sits in front of services and handles TLS, auth, routing, rate limits and sometimes transformation. The category split is simple. Cloud-native gateways are a managed endpoint you point DNS at. Self-hosted gateways are a process you run next to the services. Most vendors now sell both: an OSS binary, and a control plane that bills monthly.
Why it matters
The hidden meter is not features. It is requests versus control plane. A quiet internal API on AWS still pays per million. A noisy public API on self-hosted Kong pays for the instance. Konnect Plus includes 1 million requests, then $200 per extra million on some SKUs.
Those units do not convert cleanly, which is why a "cheapest gateway" table is usually wrong.
Key features to look for
The bottom line
Use AWS API Gateway HTTP APIs when the services are already on AWS and you want a published per-million price. Use Kong Konnect when you want Kong plugins and a hosted control plane, and budget hybrid or dedicated if that is what the demo used.
Run Kong Gateway or Apache APISIX yourself when you will staff the proxy. Treat Tyk Cloud as a separate quote from the free Tyk gateway.
Frequently asked questions
Get the Devshot brief
Free daily newsletter, read in 5 minutes.
Subscribe free