Meter everything. Bill anything.

Usage infrastructure for APIs, AI and agents.

UsageMesh is the product layer around metering, entitlements, credits and billing. OpenMeter powers the engine; UsageMesh owns the developer contract, tenancy and product graph.

Track

Send one canonical event from an API, tool, model or product.

Check

Enforce quotas, credits, feature access and budgets at runtime.

Bill

Attach rate cards and payment connections without coupling your app to a billing engine.

Roll up

Model organizations, products, workspaces and customers as a hierarchical usage graph.

One event model.

POST https://api.usagemesh.com/v1/events

{
  "customer": "acme",
  "meter": "ai.tokens",
  "value": 7421,
  "dimensions": { "model": "gpt-5" }
}