Skip to content
Automation Squad
An old analogue utility meter on a basement wall, its dial spinning in a shaft of light
Business·2 min read·By the Automation Squad Research

OpenRouter Ships a Live Spend Dashboard

One of these is a rumour with a big number on it. The other is live, callable today, and more useful.

Robert MacKelfresh

By Robert MacKelfresh

Founder, Automation Squad ·

The short answer

Bloomberg reported on August 16, 2026 that Stripe has finalised a deal to acquire AI gateway OpenRouter for more than $7 billion; Stripe says it does not comment on rumours or speculation, so the deal is reported rather than confirmed. Separately and confirmed, OpenRouter shipped an Activity Dashboard and a beta Analytics API on August 17.

Spend audit

Use the new dashboard to find inference spend you can't currently explain

The acquisition is a rumour you can do nothing about. The dashboard is live. Half an hour here is worth more than a week of speculation.

  1. Open the Overview and read the blended cost per million tokens first

    It is the single most useful number on the page, because it collapses your whole model mix into one figure you can track. Most teams have never seen it and are surprised by it.

  2. Check your cache hit rate before anything else

    A low hit rate is usually the cheapest large saving available, and it is a prompt-structure problem rather than a model choice. Stable instructions first, variable content last.

  3. Use Trends to find what is rising that you did not decide to increase

    Sorted by movement rather than by size, so it surfaces the model or key that quietly doubled. That is the spend nobody approved.

  4. Drill from a chart into Logs on your most expensive slice

    Deep linking means you can go from "this model costs the most" to the actual requests. Look at ten of them. Roughly every time, some are retries, tests or something nobody meant to leave running.

  5. Then ask the concentration question the acquisition raises

    How much of your traffic goes through one gateway, and what happens if its terms, pricing or availability change under new ownership? Write down your fallback provider config, or note that you do not have one.

Dashboard sectionWhat it answers
OverviewSpend, requests, tokens, cache hit rate, blended cost per million
TrendsWhich models, users, keys and apps are rising or falling
ExploreCustom charts — metrics grouped by up to two dimensions
GuardrailsPrompt-injection blocks and sensitive-data redactions by rule
LogsIndividual requests, drillable from any chart
GET /api/v1/analytics/metaSupported metrics, dimensions, filters, granularities
POST /api/v1/analytics/queryAggregated data — needs a management key

Take it with you

OPENROUTER — spend audit with the new Activity Dashboard
Dashboard shipped Aug 17, 2026
Source: https://automationsquad.com/news/openrouter-stripe-cost-dashboard/

TWO SEPARATE THINGS
  REPORTED: Bloomberg says Stripe finalised a $7B+ deal for OpenRouter.
            Stripe: "does not comment on rumors or speculation."
  CONFIRMED: OpenRouter shipped an Activity Dashboard + beta Analytics API.

THE 30-MINUTE AUDIT
[ ] Overview > read BLENDED COST PER MILLION TOKENS first
      (collapses your whole model mix into one trackable number)
[ ] Check CACHE HIT RATE
      low rate = usually the cheapest big saving available
      fix is prompt structure: stable instructions FIRST,
      variable content LAST
[ ] Trends > find what's RISING that I didn't decide to increase
      (sorted by movement, not size — surfaces the quiet doubling)
[ ] Deep-link from my most expensive chart slice into LOGS
      read 10 actual requests
      expect: retries, tests, something left running
[ ] Guardrails > any prompt-injection blocks or data redactions?

THE ANALYTICS API (management key required)
  GET  /api/v1/analytics/meta   -> metrics, dimensions, filters
  POST /api/v1/analytics/query  -> aggregated data
  Saved views (private or org-wide) · CSV/PDF export
  There's an openrouter-analytics agent skill for automated analysis

THE CONCENTRATION QUESTION
[ ] What % of my LLM traffic goes through ONE gateway?
[ ] Do I have a fallback provider configured? ______
    (gateway acquisitions historically bring pricing and ToS changes)

Bloomberg reported on August 16, 2026 that Stripe had finalised a deal to acquire OpenRouter, the AI gateway that routes requests across more than 400 models for around 8 million users, for more than $7 billion. Stripe told TechCrunch that it does not comment on rumours or speculation. The following day, OpenRouter shipped something considerably more concrete.

The facts: on the acquisition, OpenRouter raised a $113 million Series B in May 2026 at a $1.3 billion valuation, which would make the reported price roughly a 5.4× markup in three months. The Wall Street Journal had reported talks in July. On the product, OpenRouter published an Activity Dashboard on August 17 with five sections — Overview covering spend, requests, token volume, cache hit rate and blended cost per million tokens; Trends sorted by movement rather than size; Explore for building custom charts grouped by up to two dimensions; Guardrails showing prompt-injection blocks and sensitive-data redactions; and Logs with per-request detail. It also shipped a beta Analytics API with two endpoints requiring a management key, GET /api/v1/analytics/meta and POST /api/v1/analytics/query, plus saved views shareable across an organisation, CSV and PDF export, and an openrouter-analytics agent skill.

Automation Squad's take: these landed a day apart and the smaller one is the one to act on. Nobody reading this can influence whether Stripe buys a gateway, and the number will be litigated by people with better information. What you can do today is find out what you are actually spending and where. The blended cost per million tokens is the figure most teams have never seen, because their spend is smeared across models, keys and applications in a way no invoice untangles. The cache hit rate sitting next to it is usually the largest available saving and the one nobody has looked at. The acquisition does raise one legitimate operational question worth writing down — how much of your traffic runs through a single gateway, and whether you have a fallback if its terms change under new ownership.

Run this now: open the Activity Dashboard and read two numbers before anything else — blended cost per million tokens, and cache hit rate. Then go to Trends and look for something rising that you did not decide to increase, because that is where unapproved spend shows up. Deep-link from your most expensive slice into the logs and read ten real requests; retries, tests and forgotten jobs turn up more often than anyone expects. Finish by writing down what fraction of your LLM traffic depends on this one gateway, and what your fallback is.

Questions people are asking

Has Stripe actually bought OpenRouter?
It is reported, not confirmed. Bloomberg reported on August 16, 2026 that Stripe had finalised a deal worth more than $7 billion, and Stripe told TechCrunch it does not comment on rumours or speculation. The Wall Street Journal had reported talks in July.
What is in OpenRouter's new Activity Dashboard?
Five sections: Overview with spend, requests, tokens, cache hit rate and blended cost per million; Trends sorted by movement; Explore for custom charts; Guardrails for prompt-injection blocks and sensitive-data redactions; and Logs with per-request detail. Saved views can be private or shared org-wide, and any chart exports to CSV or PDF.
How do I query OpenRouter usage data programmatically?
Two beta endpoints, both requiring a management key: GET /api/v1/analytics/meta returns the supported metrics, dimensions, filter operators and granularities, and POST /api/v1/analytics/query returns aggregated data matching the Explore charts.
Should the acquisition report change what I build on?
It is worth knowing how much of your traffic depends on a single gateway, since ownership changes have historically brought pricing and terms changes. That is a fallback-configuration question you can answer today regardless of whether the deal is real.

Last checked August 17, 2026 against the primary sources above, by Automation Squad Research. Spot an error? [email protected].

Related artifacts

More news