What problem does it solve? Designing a secure, observable entry point for microservices requires coordinating authentication, rate limiting, routing, and logging across many moving parts, and misconfiguration at this layer exposes every upstream service. ## Core Features & Use Cases - Multi-Platform Configuration: Generates declarative gateway configs for Kong (deck YAML), AWS API Gateway (CDK TypeScript), and Nginx reverse proxy. - Centralized Security Policies: Implements JWT, API key, and OAuth authentication, WAF rules, CORS, request size limits, and schema validation at the gateway layer. - Traffic Management & Observability: Configures per-consumer rate limiting with Redis, health-checked load balancing, structured JSON access logs, and Prometheus metrics. - Use Case: You are exposing order, user, and public API services to mobile apps and partners. Use this Skill to produce a Kong configuration with JWT auth for internal routes, API key auth for public endpoints, Redis-backed rate limits, and Prometheus metrics. ## Quick Start Ask the AI to design an API gateway configuration for your services, specifying the gateway technology, authentication method, rate limits, and upstream services.