Honest Comparison

Gatez vs
Kong Gateway

A detailed, honest comparison. We show where Kong leads too.

At a Glance

Quick comparison across architecture, features, and pricing

Kong Gateway Gatez
Architecture Single-layer (NGINX/Lua) + AI plugins Three-layer: L1 (APISIX) → L2 (Rust AI) → L3 (Rust Agent)
AI Gateway Plugins on same NGINX core Purpose-built Rust service
Agent Gateway MCP proxy plugin (protocol bridge only) Full agent governance (MCP + A2A + HITL)
Control Plane Kong Manager or Konnect (SaaS) Two portals: Operator + Developer (on-prem)
Best features require Konnect SaaS ($200+/mo) or Enterprise ($50K+/yr) Everything included, self-hosted
Per-service cost ~$105/month per Gateway Service None
Open source OSS tier gutted (March 2025) Apache 2.0, full stack

Feature-by-Feature Breakdown

Click each section to expand detailed comparisons

Feature Kong Gatez Verdict
HTTP/HTTPS routingYesYes (APISIX)Parity
gRPC proxyingNativeYes (APISIX grpc-transcode)Parity
WebSocket proxyingNative (NGINX)Yes (APISIX native)Parity
GraphQL proxyingPluginNot yetKong leads
Rate limiting (fixed window)OSSYesParity
Rate limiting (sliding window)Enterprise onlyYes (all tenants)Gatez wins
Per-tenant rate limitingEnterprise only (Workspaces)Yes (all tenants, day one)Gatez wins
JWT authenticationYesYes (APISIX + Keycloak)Parity
OAuth2/OIDCEnterprise pluginYes (Keycloak)Parity
Circuit breakerBuilt-inYes (APISIX api-breaker)Parity
Canary/traffic splittingBuilt-inYes (APISIX traffic-split)Parity
Service discovery (Consul/DNS)Built-inAPISIX DNS SRVParity
RBAC/WorkspacesEnterprise onlyKeycloak-based (3 roles)Parity
Admin APIKong Admin APIAPISIX Admin APIDifferent schema
Declarative configdecK CLIAPISIX YAML + translatorMigration tool available
Plugin ecosystem400+~80 APISIX + custom LuaKong leads
FIPS 140-2EnterpriseNot yetKong leads
SOC2 Type 2KonnectNot yetKong leads
Feature Kong Gatez Verdict
Multi-model routingAI Proxy pluginDedicated Rust serviceGatez wins (purpose-built)
Fallback chainsPlugin configBuilt-in with circuit breakerGatez wins
Semantic cachingAI Semantic Cache pluginTwo-tier: Redis exact + Qdrant similarityGatez wins
PII redactionAI PII Sanitizer (20 categories)Regex-based (SSN, email, CC, phone, IP)Kong leads (more categories)
Token budgetsEnterprise only (AI Rate Limiting Advanced)All tenants (Redis pre-request check)Gatez wins
Streaming SSEPluginZero-copy RustGatez wins (performance)
RAG injectionAI RAG InjectorNot yetKong leads
Cost trackingKonnect Analytics (SaaS only)ClickHouse (on-prem)Gatez wins (on-prem)
Published latency SLANone per-plugin< 5ms cache, < 10ms PII, < 20ms P99 totalGatez wins (transparency)
Feature Kong Gatez Verdict
MCP protocolPlugin (protocol bridge)Native (Rust implementation)Gatez wins
A2A protocolRoadmap (not shipped)Native (agent registry, task tracking)Gatez wins
Agent session managementNoneFull lifecycle (create, inspect, terminate)Gatez wins
Per-session tool allowlistNoneCEL-based, deny by defaultGatez wins
Blast radius controlsNoneMax duration, max tool calls, max sessionsGatez wins
HITL approval gatesNoneConfigurable per tool, pending queue, approve/deny APIGatez wins
Tool poisoning protectionNoneServer fingerprinting, naming collision detectionGatez wins
Agent audit trailNoneClickHouse (every tool call, A2A hop, session event)Gatez wins
Cross-layer tracingSingle-layerL1→L2→L3 OTel span treeGatez wins
Feature Kong Gatez Verdict
Admin UIKong Manager (on-prem) or KonnectOperator Portal (on-prem)Parity
Developer PortalDev Portal v3 (Konnect only)Developer Portal (on-prem)Gatez wins (on-prem)
Advanced AnalyticsKonnect only (SaaS)ClickHouse-backed (on-prem)Gatez wins (on-prem)
Tenant onboardingManual (Workspace creation)3-step atomic wizardGatez wins
Rate limit visual editorNoneOverride hierarchy (global→tenant→route)Gatez wins
HITL approval queueNoneReal-time with risk badges and countdownGatez wins
A2A topology graphNone (roadmap)Live delegation chain visualizationGatez wins
Cross-layer trace explorerNoneL1 (blue) → L2 (violet) → L3 (emerald) waterfallGatez wins

Pricing Comparison

How costs stack up between Kong and Gatez

Kong Konnect Plus Kong Enterprise Gatez
Base cost $200/month $50K+/year Free (Apache 2.0)
Per Gateway Service $105/month Included None
Per API request $34.25/million Included None
AI models $100/month per model (>5) Included None
Support Email, 2-day SLA 24/7 Diamond/Platinum Community (enterprise support planned)

Cost Example: 10 Gateway Services

Kong Konnect Plus: $200 base + (10 × $105) = $1,250/month

Kong Enterprise: $50,000/year = $4,167/month

Gatez Community: $0/month (Apache 2.0 license)

Gatez Pro: Per-tenant pricing, contact sales (no per-request or per-service fees)

Where Kong Leads Today

We believe in honest comparisons. Here's where Kong has the advantage.

Market Maturity

Kong has been in production for 10+ years with thousands of enterprise customers. Gatez is new (launched 2024).

Compliance Certifications

Kong Konnect has SOC2 Type 2. Kong Enterprise supports FIPS 140-2. Gatez has neither (yet).

Plugin Ecosystem

400+ plugins vs ~80. Depends on which plugins you need, but Kong's breadth is real.

Commercial Support with SLA

Kong has Diamond/Platinum/Business tiers. Gatez has community support only (enterprise support planned for Q3 2026).

GraphQL Proxying

Kong has a GraphQL plugin. Gatez doesn't yet (on roadmap for M5).

PII Detection Depth

Kong's AI PII Sanitizer covers 20 categories in 9 languages. Gatez covers 5 categories via regex (English only).

Ready to Migrate?

We've built migration tools to make switching from Kong to Gatez as smooth as possible.

Kong-to-Gatez Config Translator

Automated CLI tool to convert Kong declarative config (decK YAML) to APISIX YAML.

# Clone Gatez repo
git clone https://github.com/gatez-dev/gatez.git
cd gatez
# Run translator
./scripts/kong-to-gatez.sh /path/to/kong.yaml
# Generates: apisix.yaml + manual review report

What it handles automatically

  • Routes and services (1:1 mapping)
  • Common plugins: rate-limiting, jwt-auth, cors, response-rewriting
  • Upstreams and load balancing config
  • Plugins unique to Kong → manual review required (reported in output)

Try Gatez Today

Self-hosted. Multi-tenant. Three layers. One platform.
Free forever with Apache 2.0 license.

Get Started →