AI integration in Kong Mesh focuses on the data plane, where AI-powered sidecar proxies (ingress, egress, and service-specific deployments) can analyze traffic in real-time. Key surfaces for injection include:
- Traffic Splitting Policies: For intelligent canary analysis and A/B testing between different AI model versions (e.g., GPT-4 vs. Claude-3).
- Circuit Breakers & Retries: To predict and avoid cascading failures in upstream AI inference endpoints based on latency and error pattern analysis.
- Observability Pipelines: Enriching metrics, logs, and traces (
OpenTelemetry) with AI-generated tags for anomalies, cost attribution, or performance bottlenecks. - Security Policies: Injecting AI-driven threat detection for API payloads flowing between microservices, especially for tool-calling agents.




