Systems | Development | Analytics | API | Testing

API Gateway vs. AI Gateway: The Definitive Guide to Modern AI Infrastructure

Traditional API Gateways: Excellent for routing, auth, and microservice traffic; poor at AI workloads. Limitations: Can't track tokens, manage streaming responses, enforce content-level security, or use semantic caching. AI Gateways Purpose-built for LLMs with: Architecture Recommendation: Layered approach: Benefits: Lower costs (20--40%), better performance, centralized governance, future-proof AI infrastructure. Market Context.

[Developer Day] Developer Portal, Observability & Identity with Kong Konnect

This hands-on Developer Day builds on the first two workshops (Platform setup and APIOps automation) to deliver a complete developer experience. You’ll stand up a Kong Konnect Developer Portal with self-registration and application onboarding, wire the portal to an OIDC identity provider for SSO and token issuance, and publish APIs and docs from your APIOps pipeline. In parallel, you’ll configure Konnect Analytics to capture metrics and usage data from your Kong gateways and services.

The Connectivity Layer of AI | Kong Konnect for Agentic Digital Experiences

APIs are the nervous system of AI. In this API Summit 2025 keynote, Kong outlines the AI connectivity layer: unifying API and LLM traffic, adopting agent protocols like MCP, introducing an AI gateway pattern, and enabling usage-based monetization with realtime metering and billing in Konnect. Key takeaways: Learn more: Subscribe for more on API and AI connectivity. Explore Kong Konnect to standardize governance, scale LLM/agent traffic, and monetize usage.

The Hidden AI Fragmentation Tax: Why AI Innovation Speed Will Depend on Your AI Program Margins

Everyone's telling you to innovate faster with AI. Move quicker. Ship more features. Deploy more agents. But before we sprint headlong into the AI revolution, we need to have a proper dollars-and-cents conversation that most companies are avoiding. Disclaimer: Statistics cited in this post were reported in the 2025 State of AI Cost Governance Report by Mavvrik. The data is stark: 84% of companies report more than a 6% hit to gross margin from AI costs.

The Rapidly Changing Landscape of APIs: Navigating the 2026 API Ecosystem

In January 2025, the OAuth 2.0 Security Best Current Practice became RFC 9700 (RFC 9700 - Best Current Practice for OAuth 2.0 Security). This technical milestone symbolizes a broader transformation. APIs are no longer just developer tools---they're regulated infrastructure powering everything from AI agents to telecom networks. The numbers tell a compelling story.

How to Secure Your APIs with Kong Gateway Plugins

Have you ever wondered how developers can add features like security and traffic control to their apps without spending weeks coding? Kong's API gateway plugins are the answer. Think of your app as a secure office building, your API as the lobby, and Kong Gateway as the head of security you've hired to manage it. Plugins are the security team and tools—like a guard managing traffic flow or a system to scan employee badges—that protect your "lobby.".

API Summit 2025 Recap: AI Connectivity and the Agentic Era

That’s a wrap on API Summit 2025! At our eighth annual event, the brightest minds in the worlds of APIs and AI gathered in New York City to define the next chapter of digital innovation. We're entering an era where APIs are not just connecting services but connecting intelligence. APIs are the neural pathways of this new AI world, where agents will reason, act, and collaborate through endpoints. At this year's API Summit, we saw how quickly this vision is becoming reality.

Introducing the Volcano SDK to Build AI Agents in a Few Lines of Code

Today, we're open-sourcing Volcano SDK, a TypeScript SDK for building AI agents that combines LLM reasoning with real-world actions through MCP tools. Why Volcano SDK? One reason: because 9 lines of code are faster to write and easier to manage than 100+. Without Volcano SDK? You'd need 100+ lines handling tool schemas, context management, provider switching, error handling, and HTTP clients. With Volcano SDK: 9 lines. Look how we compress 100+ lines with the following example: That's it.