Lago
YC S21San Francisco, US · Founded 2021 · 45 employees · Hiring · 8 known investors
Lago is an open-source billing platform that enables companies to build and manage their billing infrastructure with transparency and control. The platform serves tech companies that need flexible billing solutions without the limitations of third-party black-box systems.
Also known as getlago · Lago Billing
Founders & leadership· Y Combinator alumni (S21)
Lago was founded in 2021 by Anh-Tho Chuong, Raffi Sarkissian, Anh-Tho CHUONG, and Raffi SARKISSIAN.
Investors · 8
Also in the syndicate · 3
Funding
SEC filings, press & company announcements- Undisclosed amountSeries AMar 2024 · 2 sources
FirstMark Capital (lead)
Source ↗
Source: company announcements and press reports — follow each round's link for the claim.
Valuation · disclosed
Disclosed eventsSource: SEC prospectus filings, and round valuations the company or its investors disclosed — follow each entry's link for the claim.
Company profile
researched Aug 2026Lago provides an open-source billing and monetization platform that sits between product usage and revenue. Applications send usage events to Lago, which aggregates them into billable metrics (COUNT, COUNT_UNIQUE, LATEST, MAX, SUM and WEIGHTED SUM aggregations), applies plans, pricing, credits and entitlements, generates invoices with taxes, and then triggers collection through external payment providers. The platform is headless and API-first, exposing a REST API, an OpenAPI 3.1 specification, signed webhooks, official SDKs (JavaScript, Python, Ruby, Go, PHP, Kotlin) and a Model Context Protocol server, alongside a no-code web interface used by product, finance and operations teams.
The product spans usage metering, billing and invoicing, cash collection, revenue analytics, entitlements, dunning and alerting, and supports subscriptions, usage-based charges, prepaid credits with automatic top-ups, minimum commitments and overages, coupons, and both self-serve plans and negotiated enterprise contracts in one engine. Lago positions itself as complementary to payment processors rather than a replacement: it calculates charges and issues invoices, then connects to Stripe, Adyen, GoCardless and other PSPs, as well as accounting systems, CRMs, ERPs, tax and data tools. The company markets two operating models — Lago Direct, where a company bills its own customers, and Lago Embedded, a white-label option that lets platforms offer metering and billing to their own users. More recent positioning emphasizes AI-native and "agentic-first" billing, including agent SDKs that instrument LLM clients (OpenAI, Anthropic, Mistral, Gemini, AWS Bedrock) to meter token and model-cost events, an MIT-licensed MCP server, and a beta read-only Finance Assistant.
Founding story
Lago was founded in 2021 by Anh-Tho Chuong and Raffi Sarkissian, who were among the earliest employees at the B2B neobank Qonto, where they led revenue growth from pre-product to Series D and built the monetization system behind the company's growth from zero to more than $100M in revenue. Having experienced the engineering cost, launch delays and billing errors caused by homegrown billing at Qonto, they concluded that pricing strategy too often bends to implementation constraints. The pair applied to Y Combinator and joined the Summer 2021 batch without a product, initially building a "Zapier for marketing teams" that gained little traction. A Hacker News post by Sarkissian titled "Billing systems are a nightmare for engineers" drew a strong response from developers, prompting the pivot to billing and the decision to pursue an open-source, composable approach rather than a closed "buy billing" product.
Business model
Lago publishes its core billing engine as open source under AGPL-3.0, free to self-host, and monetizes through Lago Premium, available either as a managed cloud service or as a self-hosted deployment. Premium bundles deployment, customization, security and support options. Pricing is not published; the company quotes deployment-specific pricing after a demo. The same engine underpins both Lago Direct (companies billing their own customers) and Lago Embedded (white-label billing for platforms and marketplaces).
Open-core: free AGPLv3 self-hosted edition plus paid Lago Premium on Cloud or self-hosted, priced privately based on deployment size and requirements.
Traction
Disclosed $22M in total funding; approximately $100M valuation reported at the March 2024 announcement. The main open-source repository has about 10.4K GitHub stars and 729 forks, with a separate API repository at 432 stars; the Y Combinator profile cited over 9,000 stars. Team size is listed at 45. Named users include Mistral AI (which bills dozens of products through Lago), PayPal, Groq, Swan, Synthesia, Together.ai, Juni and 1NCE. The company reports 99.99%+ uptime and a median support response time under 10 minutes, and holds SOC 2 Type II certification.
Latest developments
Positioning has shifted toward AI-native and "agentic-first" monetization: the main repository describes Lago as agentic-first monetization infrastructure for AI products, with a maintained agentic-AI pricing demo, an MIT-licensed MCP server for connecting agents such as Claude, ChatGPT, Codex and Cursor to billing data and operations, Agent SDKs for Python and JavaScript/TypeScript that instrument OpenAI, Anthropic, Mistral, Gemini and AWS Bedrock clients, and a beta read-only Finance Assistant for natural-language questions about billing, usage and revenue. The product surface now also lists entitlements, revenue analytics, cash collection, Lago AI and Lago Embedded white-label billing, alongside recent company blog content on AI agent pricing and billable-metric selection.
▸Full profile — market position, technology, go-to-market, geography, history, risks & controversies
Market position
Lago describes itself as the leading open-source pricing and billing solution for complex billing scenarios, and cites Product Hunt recognition and GitHub traction (10.4K stars on the main repository) as evidence of developer adoption. It competes against large closed platforms including Stripe Billing, Chargebee, Zuora, Adyen, Paddle, Salesforce and Zoho, as well as other open-source billing projects such as FOSSBilling, Kill Bill, jBilling and Open Source Billing. Its stated differentiation from incumbents rests on code inspectability, self-hosting and extensibility rather than dependence on a single vendor's roadmap, and on handling usage-based, subscription, prepaid and hybrid pricing in a single engine. Press coverage has framed the company as an open-source challenger to Stripe in billing.
Open-source, AGPLv3-licensed billing engine that customers can inspect, self-host and extend, positioned as a middle ground between third-party black-box vendors and homegrown billing systems. Lago is payment-agnostic — it keeps metering and pricing independent of the payment processor so a PSP's product catalog does not become the source of truth — and supports subscription, usage-based, prepaid and hybrid pricing on one engine. Additional differentiators cited include agent-accessible interfaces (MCP server, agent SDKs, OpenAPI schema) rather than dashboard-locked logic, flexible deployment (on-prem, VPC, cloud), and the Lago Embedded white-label model for platforms.
Technology
Event-based, real-time metering architecture designed to ingest events at scale while preventing duplicates, with six aggregation types converting raw events into billable metrics. The stack is API-first: a typed REST API with OpenAPI 3.1 schema, GraphQL schema in the API repository, bearer-token authentication with scoped and rotatable API keys, webhooks with delivery retries, idempotency keys and JWT or HMAC signature verification, and official client libraries in JavaScript, Python, Ruby, Go, PHP and Kotlin. The main repository is distributed via Docker Compose with API, front-end, connectors, deploy and events-processor components, and includes a runnable agentic-AI pricing demo. Agent-facing components include an MIT-licensed MCP server for reading and writing invoices, usage, customers, payments, credit notes and coupons, and Agent SDKs for Python and JavaScript/TypeScript that wrap LLM clients and emit token or model-cost events, with sub-5 ms p99 wrapper overhead claimed for the JS/TS SDK. Deployment options include on-premises, VPC and cloud, with role-based access control and SOC 2 Type II certification.
Go-to-market
Developer-led and open-source-led distribution: a free self-hostable AGPLv3 project on GitHub, public documentation, SDKs, Slack community and content marketing (blog posts on usage-based and AI agent pricing, comparison pages against competing billing platforms), converting into demo-booked sales for Lago Premium and enterprise deployments. Product Hunt launches and Hacker News visibility have been notable acquisition channels. Native integrations with Segment, Hightouch, Stripe Payments, Adyen and Salesforce extend reach within existing customer stacks, and Lago Embedded targets platforms that resell billing to their own users.
Engineering, product, finance and operations teams at technology companies with complex billing needs, including AI and LLM providers, enterprise software, fintech and embedded banking, IoT and telco, marketplaces and developer-tool platforms. Named customers and references include Mistral AI, PayPal, Groq, Swan, Synthesia, Together.ai, Juni and 1NCE.
Geography
Founded and originally based in Paris, France, with San Francisco listed as the company's location on its Y Combinator profile. Engineering hiring is advertised as remote across France, Spain, Germany, Portugal and Italy. The platform offers regional API base URLs and supports billing across multiple products and geographies.
History
Founded in 2021 out of Y Combinator's Summer 2021 cohort with a marketing automation product, Lago pivoted to billing after the Hacker News post about engineers' billing problems resonated. SignalFire first identified the company via Hacker News in early 2023 and reached out to its GitHub stargazers before investing. Lago was voted Product of the Day and Product of the Week on Product Hunt in April 2023, ran in closed beta with early customers including Mistral.ai, Together.ai and Juni, then launched officially on 14 March 2024 while simultaneously disclosing $22M raised across a $7M seed led by SignalFire and a $15M Series A led by FirstMark. The product line has since expanded into entitlements, revenue analytics, embedded white-label billing, and AI/agent-oriented tooling such as agent SDKs and an MCP server.
Risks & controversies
Billing is a highly crowded market, with competition from large incumbents such as Stripe, Adyen, Salesforce, Zoho and Paddle as well as several existing open-source billing projects, which press coverage identified as a central challenge. The company's own history includes an abandoned marketing-automation product that gained little traction before the pivot. Coverage also noted broader debate over how loosely the term "open source" is applied by commercially backed projects. Lago does not publish Premium pricing, and its AGPL-3.0 licensing may constrain some commercial redistribution use cases.
Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.
Key figures
latest reportedCompany-reported or press-reported figures, each dated to when it was claimed — not independently audited.
Competitors · 10
by search overlapCompanies competing with Lago for the same Google search keywords, organic and paid, via search-intersection analysis.
Timeline · 5
launches, deals, and filingsLago revealed $22M raised across two rounds — a $15M Series A led by FirstMark and an earlier $7M seed led by SignalFire — disclosed to coincide with its official launch. Additional backers include Y Combinator, New Wave, Script, and angels Meghan Gill (MongoDB), Romain Huet (formerly Stripe, then OpenAI) and Clément Delangue (Hugging Face). Sources put the valuation at around $100 million.
$22M source ↗
Lago launched publicly after a period in closed beta, during which customers included Mistral.ai, Together.ai and Juni.
After limited traction with a "Zapier for marketing teams" product, a Hacker News post by co-founder Raffi Sarkissian titled "Billing systems are a nightmare for engineers" drew strong response and led the company to pivot to billing.
Founders Anh-Tho Chuong and Raffi Sarkissian were accepted into Y Combinator's Summer 2021 cohort without a product; primary partner listed as Nicolas Dessaigne.
Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.
In the news
▸Research sources · 8
primary sources listed
- Lagogetlago.com · web
8 public sources were cited for this profile; the first-party ones are listed here.
Frequently asked questions
- What does Lago do?
- Lago is an open-source, API-first billing platform for usage-based, subscription, prepaid and hybrid pricing models.
- Who founded Lago?
- Lago was founded by Anh-Tho Chuong, Raffi Sarkissian, Anh-Tho CHUONG, Raffi SARKISSIAN in 2021.
- Who are Lago's investors?
- Lago's investors include SignalFire, Y Combinator, Firestreak Ventures, Kima Ventures, Script Capital.
- Where is Lago headquartered?
- Lago is headquartered in San Francisco, US.








