VOOZH about

URL: https://thenewstack.io/airbyte-agents-context-store/

⇱ AI has a sprawling data problem. Airbyte has just launched a tool to fix it. - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2026-05-05 13:24:27
AI has a sprawling data problem. Airbyte has just launched a tool to fix it.
AI / AI Agents / AI Infrastructure

AI has a sprawling data problem. Airbyte has just launched a tool to fix it.

Airbyte has launched Airbyte Agents, a new service with a Context Store that pre-indexes business data so AI agents can query it without live API calls.
May 5th, 2026 1:24pm by Frederic Lardinois
👁 Featued image for: AI has a sprawling data problem. Airbyte has just launched a tool to fix it.
Illustration by Yura Timoshenko on Unsplash

Airbyte on Tuesday launched Airbyte Agents, a new service that precomputes and indexes a company’s business data, allowing AI agents to query it directly rather than multiple APIs at runtime.

The core idea behind the launch is that the limiting factor for running agents in production isn’t the models or even the harness around them. It’s the underlying data. When agents are wired up to call live APIs across half a dozen SaaS tools to answer a single question, the result is high latency and bloated token spend.

When agents are wired up to call live APIs across half a dozen SaaS tools to answer a single question, the result is high latency and bloated token spend.

Airbyte Agents is built around what the company calls the Context Store. Instead of letting an agent query across Salesforce, Zendesk, Jira, and Slack at runtime, the Context Store pulls those systems together ahead of time into a single index that preserves entity history and current state. Agents then run their lookups against that index. According to Airbyte, this approach takes a typical agent task from five or six API calls down to one or two and trims token usage along the way.

Michel Tricot, Airbyte CEO and co-founder, tells The New Stack, “Developers are used to thinking in terms of services and APIs. With agents, you have to think in terms of state and context over time. That requires a different layer in the stack, one that sits between your data sources and the agent runtime and ensures consistency.”

👁 Image
Credit: Airbyte.

The launch builds directly on what Airbyte has been doing since 2020. Co-founders Tricot and John Lafleur started the San Francisco-based company around an open-source data integration platform and a library of connectors used to push data into warehouses and lakehouses. Airbyte is now pointing that same connector library at a new buyer: teams building agents who need a clean, unified read layer rather than another analytics pipeline.

“Most AI agent failures we see in production aren’t model failures, they’re data failures… Agents are forced to stitch together multiple API calls across disconnected systems, which introduces latency, inconsistency, and often conflicting results.”

Tricot says the current pattern for building agents breaks down at scale. “Most AI agent failures we see in production aren’t model failures, they’re data failures,” he says. “Agents are forced to stitch together multiple API calls across disconnected systems, which introduces latency, inconsistency, and often conflicting results.”

Customers can reach the Context Store in two ways. The first is an Airbyte MCP server, which lets humans and agents pull from the data through Claude, ChatGPT, Cursor, and other MCP-compatible tools without writing code. The second is an Agent SDK for engineering teams that want programmatic control over how their custom agents read from the store, what they can write back and how permissions are scoped.

“RAG and APIs are retrieval patterns — they let you fetch data when you need it… What’s missing is a persistent, structured layer that maintains relationships and state across systems.”

As Tricot notes, the Context Store is a layer that existing retrieval approaches don’t provide. “RAG and APIs are retrieval patterns — they let you fetch data when you need it,” he says. “What’s missing is a persistent, structured layer that maintains relationships and state across systems. Without that, agents are constantly reconstructing context at runtime, which is inefficient and error-prone.”

👁 Image
Credit: Airbyte.

The Context Store features 50 connectors at launch, including Salesforce, HubSpot, Zendesk, Jira, and Slack. The remainder of Airbyte’s catalog will land in the coming months.

This move puts Airbyte into a very crowded field. Composio, for example, has built its business around a connector catalog and MCP gateway aimed specifically at AI agents, with hundreds of toolkits exposed through MCP. Zapier’s MCP server, too, connects its integration library to any MCP-compatible client.

Fivetran, Airbyte’s most direct competitor in the ELT space, has been pushing its platform toward AI workloads as well. Meanwhile, vertically integrated incumbents like Salesforce, with Agentforce, and ServiceNow are pitching their own clouds as the natural source of truth for an agent. Airbyte’s argument is that a connector-rich, vendor-neutral data layer makes more sense for companies whose data often already lives across many of these systems.

Airbyte is also wading into another increasingly busy segment with Automations, a visual builder for composing agentic workflows on top of the Context Store without code. It’s available in research preview. The visual agent builder market already includes open-source projects like Langflow and Flowise, alongside SaaS offerings from Zapier, Microsoft (with Copilot Studio), and a long list of startups. Airbyte’s pitch here is that Automations sits directly on top of the same Context Store and connector catalog that powers the rest of its platform, rather than reinventing both.

Availability

Existing paying Airbyte customers get three months of Airbyte Agents access at metered usage limits, billed in a new unit the company is calling Agent Operations that covers reads, searches, write actions, and reasoning calls.

TRENDING STORIES
Before joining The New Stack as its senior editor for AI, Frederic was the enterprise editor at TechCrunch, where he covered everything from the rise of the cloud and the earliest days of Kubernetes to the advent of quantum computing....
Read more from Frederic Lardinois
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.