Airbyte / Data Movement First product: killed by COVID600+ replication connectors$181M+ raised in 2021New customer: the AI agent Airbyte / Data Movement First product: killed by COVID600+ replication connectors$181M+ raised in 2021New customer: the AI agent

Company Profile / Data Infrastructure

Airbyte Killed Its First Product - Then Turned Boring Plumbing Into a $1.5 Billion Company

A paid marketing tool died when COVID froze its buyers. What survived was the expensive, brittle connector code underneath - and a repeatable playbook for turning customers' least-loved engineering work into a platform.

The first useful thing Airbyte built was not Airbyte. It was a marketing analytics product - a tidy application aimed at teams with budgets, dashboards and, briefly, paying customers. Then COVID arrived. Marketing departments froze, the product became a nice-to-have overnight, and founders Michel Tricot and Jean Lafleur received the kind of market feedback that does not require a survey: silence.

What survived the wreck was the machinery below the application. The pair had written connectors to pull information from scattered systems, and every conversation suggested other companies were writing the same brittle scripts. Tricot had seen the pattern at industrial scale during seven years at LiveRamp, where he helped build more than 1,000 connectors moving hundreds of terabytes a day. The code was repetitive. The APIs changed. Maintenance never ended. Nobody put “babysit the Facebook Ads connector” on a career vision board.

So the founders kept the plumbing and threw away the house. Airbyte became a common protocol and platform for moving data from applications, databases and files into warehouses, lakes and, later, vector databases and operational systems. Its first public version, released in September 2020, had six connectors and could perform full refreshes. The ambition was already much larger: make the long tail of integrations extensible enough that a community could help cover what one vendor never would.

Airbyte co-founders Michel Tricot and Jean Lafleur standing together in a bright room
Michel Tricot and Jean Lafleur, pictured before “connector maintenance” became a sentence investors enjoyed hearing. Photo: Airbyte.

A failed product with a valuable basement

Airbyte's origin is unusually copyable because it was not a lightning-bolt idea. Tricot and Lafleur entered Y Combinator's Winter 2020 batch as a “pre-idea” company. They cycled through remote control for autonomous cars, fintech for gig workers, health-data sharing and marketing analytics. The marketing tool got furthest, but its COVID collapse changed their filter. They stopped asking which application sounded exciting and started asking which work remained unavoidable when budgets tightened.

Hundreds of interviews kept producing the same answer: data teams bought integration software and still maintained private scripts for unsupported sources. The gap was structural. Closed vendors rationally prioritized popular connectors; customers still needed the weird accounting package, the regional ad platform and the internal API. Airbyte's insight was less “we can build more” than “we can make building one a repeatable unit of work.”

“Data integration was the plumbing that every data team needed and nobody wanted to build.”Airbyte's account of the founding problem

The team standardized how a connector describes a catalog, checks credentials, reads records and tracks state. A Connector Development Kit, later joined by low-code, no-code and AI-assisted builders, reduced the distance between an undocumented API and a working pipeline. The platform handled schedules, retries, schema changes and destinations. Users could run the machinery themselves or pay Airbyte to operate it.

What customers actually buy

The easiest way to misunderstand Airbyte is to call it a collection of connectors. The connector gets a team through the front door. The product is everything required to keep data moving after the demo: incremental syncs, change-data capture, schema propagation, orchestration, alerts, access controls, auditability and a place to inspect failure. Airbyte supports a visual interface, API, Terraform provider and PyAirbyte library because data teams vary from button-clicking analysts to engineers who want every connection reviewed in Git.

01 / SourcesSalesforce, Postgres, Stripe, files
02 / AirbyteSync, state, map, monitor, govern
03 / DestinationsSnowflake, Databricks, lakes, vectors

The deployment menu is as important as the feature list. Core is free to self-manage. Cloud starts with a low monthly entry point and meters data volume; Pro sells reserved capacity and governance. Enterprise Flex leaves data movement inside a customer's boundary while Airbyte manages the control plane. That last arrangement matters to healthcare, financial and other regulated teams that want managed software without sending the payload through another vendor's environment.

Public case studies reveal the customer, not just the buyer. Perplexity selected Airbyte when its data operation was essentially one person moving Postgres data into Snowflake. Cart.com embedded Airbyte so merchants could authenticate their own sources, then used the same platform internally for acquisition data. Peloton says it consolidated a patchwork involving Stitch, Informatica, Fivetran and custom pipelines, while retaining the infrastructure-as-code control its engineers preferred.

7KCompanies using Airbyte
1.5MPipelines synced daily
20%Of the Fortune 500 uses it

Adoption figures are reported by Airbyte. “Use” may include free, self-managed and paid deployments, so it should not be read as a customer count.

The open-source asterisk

Airbyte's differentiation comes from openness, but the noun needs an asterisk. The repository is public, users can modify and run the software, and community contributions helped widen the catalog. Core and many connectors now use Elastic License 2.0, which the Open Source Initiative does not classify as open source because it restricts offering the software as a competing managed service.

Airbyte's explanation is blunt: rivals were packaging contributor work without giving back, and a commercial company needed to protect the revenue that funds maintenance. The restriction does not stop a company from using Airbyte internally, hiring a consultant or embedding pipelines behind a distinct product. It does complicate the cleaner 2020 story that an open standard would simply win through permissiveness. The company chose sustainable control over doctrinal purity.

That tradeoff captures the business. Airbyte gives away an engine that creates adoption, feedback and connector coverage. It charges for not having to operate that engine, for enterprise controls around it, and for architectures that satisfy security teams. Fivetran remains the clearest managed rival. Stitch, Matillion, Meltano, dlt, Hevo, Informatica and the large cloud platforms compete from different directions. Handwritten Python remains the stubborn incumbent because it looks cheap until the API changes at 2 a.m.

Airbyte team gathered around long tables in a San Francisco workspace
A connector catalog is a zoo where every animal changes its API. Here are some of the zookeepers. Photo: Airbyte.

Now the customer is an agent

In May 2026, Airbyte made its largest product turn since the original open-source release. Airbyte Agents reframes the connector layer for software agents that must discover information across Salesforce, Slack, Zendesk, Gong and other operational systems. Raw APIs assume the caller knows the endpoint, object and fields it needs. Agents often begin with a vague business question and burn tool calls rummaging across systems.

Airbyte's Context Store indexes a governed subset of business data before the agent runs. The agent searches that context to identify the right customer, ticket or conversation, then uses a live connector for fresh reads or audited writes. In the company's early benchmarks, this architecture required 40 percent fewer tool calls and up to 80 percent fewer tokens overall, with results varying sharply by connector. Those are vendor tests, not a law of agent physics, but the product logic follows naturally from Airbyte's old insight: do repetitive integration work once, before every application repeats it badly.

The offer now includes an MCP interface, Python SDK, command-line tool, workspaces, automations and more than 50 agent connectors. August updates added entity-level policies and broader semantic search. Prices run from a free allowance to $29 for individuals, $299 for teams and custom enterprise plans. Airbyte is trying to convert its replication catalog into a context moat before API wrappers and model platforms make the layer ordinary.

“The last ten years were all about structured data. The future is all about context.”Michel Tricot, co-founder and CEO

What to steal - and when it breaks

The Airbyte playbook

  1. Interview around workarounds, not wish lists. Repeated private scripts were stronger evidence than feature requests.
  2. Launch the narrow protocol early. Six connectors were enough to test whether outsiders wanted the seventh.
  3. Make extensions modular. A community can contribute adapters more safely than it can redesign the core.
  4. Publish the journey. Airbyte shared fundraising decks, road maps and technical reasoning, turning transparency into distribution.
  5. Charge for the operational anxiety. Hosting, governance, reliability and support are easier to monetize than code access.

The financing numbers made the strategy louder. Airbyte announced a $5.2 million seed, a $26 million Series A and a $150 million Series B in 2021. The last round, co-led by Altimeter and Coatue, valued the company at $1.5 billion. The useful lesson is not “raise three times in a year.” It is how the founders manufactured evidence: monthly usage growth, a visible community, an expanding catalog and a category story investors could verify in public.

Do not copy it when

Your category has only a handful of integrations. A community flywheel needs a long tail.

Do not copy it when

Extensions contain private business logic. Contributors need clean, reusable boundaries.

Do not use it when

You need sub-second event streaming. Scheduled replication and streaming are different jobs.

Do not use it when

A tiny pipeline is stable and cheap. A platform can be more machinery than the problem deserves.

Airbyte's risk is a mirror image of its advantage. Six hundred connectors mean six hundred opportunities for rate limits, schema drift, malformed records and upstream surprises. Community breadth is not the same as production reliability. Self-hosting moves software fees toward zero but replaces them with infrastructure and operator time. Cloud reduces that load but can become expensive at scale. And the agent business will work only if customers prefer a shared context layer to direct APIs, warehouse queries or whatever the model platforms bundle next.

Still, the company has earned the right to make that bet. Airbyte found an unloved layer, made its edges legible and let a market form around the maintenance nobody wanted. The original marketing app disappeared. The basement kept expanding.

Keep digging