Use case · B2B SaaS that needs metrics for customers.
SaaS teams
Customers want dashboards inside their own portal, and you do not want to build a rendering layer.
What Unimoni offers
Embed widgets via a JWT with baked-in filters. SDKs for React/JS. Hand a partner five lines of code.
Concretely
- ✓Origin allowlist on the API key
- ✓Filters in JWT claims — spoofing is impossible
- ✓React/JS SDK
- ✓5 ready-made widget templates
How it works
Embedding
The widget renders from a signed JWT whose claims bake in the filters (org, host, metric). A client cannot tamper with a filter — the token is server-signed.
Isolation
The API key carries an origin allowlist: the token is only accepted from the partner’s approved domains, so a leaked key grants nothing from another site.
Integration
A React/JS SDK and 5 ready-made widget templates — the partner drops in a few lines of code and never builds a rendering layer.