Announcing the Winners of Kong Agentic AI Hackathon

By: Abhishek Chauhan and Preesha Gehlot The Session History Plugin extends the Kong AI Gateway with persistent session objects that preserve conversation history across requests using the x-ai-session-id header. By integrating MongoDB for storage and implementing context summarization for efficient…
The Rapidly Changing Landscape of APIs

The numbers tell a compelling story. While 65% of organizations that use APIs are currently generating revenue from them, a significant gap exists between API adoption and AI readiness. 83.2% of respondents have adopted some level of an API-first approach. Yet only 25% operate as fully API-first…
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…
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…
New MCP Support Across the Entire Konnect Platform

Data might be the fuel for AI. But APIs are the proper way to package that “fuel” as AI-ready “food” is through the API. AI coding tools can do a lot without APIs, but at some point they’ll need to be able to: . . . and all ideally without the engineer having to…
Make MCP Production-Ready: Introducing Kong’s Enterprise MCP Gateway

The solution landscape is complicated by the fact that MCP is still finding its footing, and there are many various OSS projects and vendors that are rapidly shipping “MCP support” in an attempt to take advantage of the hype and attention around MCP. Unfortunately, many early attempts at solutions…
What the 2025 Gartner Magic Quadrant for API Management Report Says About APIs and AI Success

The 2025 Gartner Magic Quadrant for API Management report was a great one for us here at Kong. We continue to move “up and to the right,” we remained in the “Leader” quadrant for the sixth year in a row, and we held our position as the “farthest right” on the “Completeness of vision”…
Enable Enterprise-Wide Agentic Access to APIs

Feed Agents (and humans, too) with *all* of your APIs While multi-gateway vendor deployments have been found to be lacking as a long-term strategy, the reality is that every large organization is — at some point — going to struggle with trying to wrangle APIs across multiple API gateway solutions.…
You Might Be Doing API-First Wrong, New Analyst Research Suggests

Ever feel like you're fighting an uphill battle with your API strategy? You're building APIs faster than ever, but somehow everything feels harder. Wasn’t API-first supposed to make all this easier? Well, you're not alone. And now industry analysts are noting it as well. New Gartner research on…
Announcing the Kong Agentic AI Hackathon

Calling all builders, tinkerers, and API innovators. The Kong Hackathon is back for API Summit 2025 ! This year, we’re challenging developers worldwide to create projects that don’t just react, they think , adapt , and act . The theme? Agentic AI : solutions that take initiative, make decisions,…
How to Build a Single LLM AI Agent with Kong AI Gateway and LangGraph

In my previous post, we discussed how we can implement a basic AI Agent with Kong AI Gateway. In part two of this series, we're going to review LangGraph fundamentals, rewrite the AI Agent and explore how Kong AI Gateway can be used to protect an LLM infrastructure as well as external functions.…
How to Strengthen a ReAct AI Agent with Kong AI Gateway

This is part one of a series exploring how Kong AI Gateway can be used in an AI Agent development with LangGraph. The series comprises three parts: Basic ReAct AI Agent with Kong AI Gateway Single LLM ReAct AI Agent with Kong AI Gateway and LangGraph Multi-LLM ReAct AI Agent and LangGraph Server…