Latest Blogs for API Insights and Ideas

5 min read Original article ↗

The Age of AI Connectivity

News

A decade ago, we set out to connect the world through APIs, which we saw as fundamental building blocks of software. Before Kong, we founded Mashape as the first API marketplace to provide an assembly line for developers building apps, and then we open-sourced its core API runtime, Kong, the…

An Early Christmas Present for the AI C-Suite: Metering & Billing Comes to Kong Konnect

The AI boom has a dirty secret: for most enterprises, it's bleeding money. Every LLM call, every agent invocation, every API request that powers your AI products — they all cost something. And right now, most organizations have no idea what they're spending, who's spending it, or how to control…

Move More Agentic Workloads to Production with AI Gateway 3.13

We know that successful AI connectivity programs often start with an intense focus on how you govern and protect LLM and MCP traffic. This is why Kong was first to market with an enterprise-grade AI gateway , and it’s why, in our last release, we added enterprise MCP proxy support to our…

Kong Cloud Gateways: A Year in Review

Kong Cloud Gateways are fully managed, high-performance data planes running on customer-dedicated infrastructure, orchestrated and operated by Kong through Kong Konnect . Customers can choose between: Together, these models give organizations the flexibility to run Kong where it makes the most…

Insights from eBay: How API Ecosystems Are Ushering In the Agentic Era

APIs have quietly powered the global shift to an interconnected economy. They’ve served as the data exchange highways behind the seamless experiences we now take for granted — booking a ride, paying a vendor, sending a message, syncing financial records, or stitching together SaaS tools into a…

Kong AI/MCP Gateway and Kong MCP Server Technical Breakdown

In the latest Kong Gateway 3.12 release , announced October 2025, specific MCP capabilities have been released: The Kong AI Gateway sits in between the AI applications we build and the MCP Servers and GenAI models we consume. In fact, the Kong MCP Gateway sits side-by-side with the Kong LLM…

AI Voice Agents with Kong AI Gateway and Cerebras

Kong Gateway is an API gateway and a core component of the Kong Konnect platform . Built on a plugin-based extensibility model, it centralizes essential functions such as proxying, routing, load balancing, and health checking, efficiently managing both microservices and traditional API traffic. An…

Konnect Wins InfoWorld's 2025 Technology of the Year for API Management

News

InfoWorld’s annual awards recognize the most innovative software development, DevOps, cloud, data management, and AI/ML products on the information technology landscape. We are extremely proud to see Kong Konnect recognized for its role in unifying API and AI connectivity for stronger governance,…

Stay Vendor Agnostic: Using an Abstraction Layer to Navigate Acquisitions

The challenges of an acquisition frequently appear in a number of critical areas, especially when dealing with a platform as important as Kafka: Many organizations consider maintaining direct integration with their Kafka provider. However, compared to a direct coupling approach, an abstraction…

The AI Governance Wake-Up Call

Companies are charging headfirst into AI, with research around agentic AI in the enterprise finding as many as 9 out of 10 organizations are actively working to adopt AI agents. LLMs are being deployed, agentic workflows are getting created left and right, and the promises of what this technology…

What is Apache Kafka? Guide for Beginners

Apache Kafka is a distributed, fault-tolerant, high-throughput event-streaming platform. LinkedIn originally developed it to handle massive data pipelines. The Apache Software Foundation now maintains this open-source project. Kafka implements a distributed commit log at its core. Think of an…

Kong AI Gateway and the EU AI Act: Compliance Without the Rewrites

The Requirement : Article 10 of the EU AI Act mandates strict data governance for high-risk AI systems. This includes error detection, bias monitoring, and arguably most critically for enterprise use — ensuring that sensitive personal data (PII) is not improperly processed or leaked into public…

From Browser to Prompt: Building Infra for the Agentic Internet

A close examination of what really powers the AI prompt unveils two technologies: the large language models (LLMs) that empower agents with intelligence and the ecosystem of MCP tools to deliver capabilities to the agents. While LLMs make your agents smart, it would be hard to provide agents with…

API Gateway vs. AI Gateway

The Gateway Evolution An unoptimized AI inference endpoint can burn through thousands of dollars in minutes. This isn't hyperbole. It's the new reality of artificial intelligence operations. When GPT-4 processes thousands of tokens per request, traditional infrastructure crumbles. The demands are…

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…

From Chaos to Control: How Kong AI Gateway Streamlined My GenAI Application

While building a GenAI-powered agent for one of our company websites, I integrated components like LLM APIs, embedding models, and a RAG (Retrieval-Augmented Generation) pipeline. The application was deployed using a Flask API backend and secured with API keys. However, post-deployment, several…