Unlocking the Future of AI Integration

On October 6th of 2025, Google Cloud welcomed its partners to Paris for the Apigee Horizon Partners Summit, an exclusive, one-day event dedicated to chart the strategic and technical path of AI-powered integration. With dedicated business and sales-only sessions in the morning and technical deep-dive technical labs in the afternoon, the summit provided a total overview of how Apigee and Application Integration will help businesses thrive in an AI-driven world.

The conference combined visionary keynotes, roadmap breakthroughs, product announcements, and live demonstrations, highlighting the protocols, technologies, and governance models that will define the next era of digital transformation.

AI Gateways and the Role of LLMs in Modern IT

Large Language Models (LLMs) are rapidly becoming a crucial part of the IT world. As organizations increasingly seek to integrate AI solutions into their processes, the need for structured and secure access to these models grows. This has led to the rise of AI Gateways a new, promising component in IT architectures.

But what exactly is an AI Gateway? And how can it be valuable for your organization?

API Gateway federation with gravitee.io and AWS gateway

In this blog, I’ll demonstrate just how easy it was to create a local demo where I’ve set up federation in gravitee.io. For a more business perspective on why you might want to use API federation, I refer you to the blog written by Gravitee :Why is Federated API Management better than what you’re doing now

Service meshes and API gateways

API’s or application programming interfaces are a set of rules and protocols that allow two software applications to communicate with each other. As applications grow in size, so does the number of API’s too. without the right tools and infrastructure, managing these API’s can quickly become a challenge.

With the rise of API’s, API management platforms were for many years the primary technology to implement modern API technology, mainly driven by the implementation of API gateways, acting as a central server that sits between (public) clients and (private) backend applications.

The Evolution of Service Meshes: From Sidecars to Modern Architectures

As we approach 2025, the service mesh landscape is undergoing significant transformation. What started as a pattern to manage microservices communication has evolved into a more nuanced and efficient approach to cloud-native networking.

Three majors trends are on the radar in this blog, we will go a little bit deeper into these trends.

An introduction to service meshes.

In the blog, expert Koen De Waele introduces the key benefits of service meshes, explains common challenges, and offers guidance on implementation strategies.

Apigee scope validation using openapi specification

In API security and management, we often use a lot of different security mechanisms to protect the requested resource behind the API Gateway. One of these mechanisms is the validation of scopes to authorize a client on a specific sub-resource of the API. Most of the time the required scopes for the used HTTP verb are defined inside an OpenAPI Specification also known as a Swagger File.

Seamlessly Integrate Gravitee API Documentation with GitHub

With Gravitee.io, it is possible to retrieve multiple API documents from Bitbucket or Git (Git/GitHub/GitLab) and publish them to the portal. Once configured, every change made on the documentation in version control can be automatically pushed to the Gravitee Portal. With the help of the Gravitee descriptor file, it is possible to publish the pages on the Portal in a structured way: you can set one of the pages as the homepage and work with folders to maintain clean Documentation pages for your API’s.

Design of a file upload Api

Recently, a customer asked us to design an API for uploading files.