Track
Send one canonical event from an API, tool, model or product.
UsageMesh is the product layer around metering, entitlements, credits and billing. OpenMeter powers the engine; UsageMesh owns the developer contract, tenancy and product graph.
Send one canonical event from an API, tool, model or product.
Enforce quotas, credits, feature access and budgets at runtime.
Attach rate cards and payment connections without coupling your app to a billing engine.
Model organizations, products, workspaces and customers as a hierarchical usage graph.
POST https://api.usagemesh.com/v1/events
{
"customer": "acme",
"meter": "ai.tokens",
"value": 7421,
"dimensions": { "model": "gpt-5" }
}