Riven Business Suite
LiveSix tiers of packaged capability, from a single operator to a multi-company group. One product line, escalating surface area.
The Business Suite packages Riven for companies rather than for developers. Where the API sells tokens, the Suite sells outcomes — a tier turns on a set of surfaces, a set of limits, and a support posture.
The six tiers#
| Tier | Built for | Adds |
|---|---|---|
| Solo | One operator | Chat, Docs, and a single API key with a personal quota |
| Team | A small shared workspace | Shared threads, seat management, Studio access |
| Business | A company running day-to-day operations | Mail and Comms, shared key namespaces, usage reporting |
| Business Plus | A company with process to automate | Computer agents, Cortex tools, scheduled work |
| Enterprise | Regulated or multi-department | SSO through Riven Auth, SCIM provisioning, audit export, Trust reporting |
| Group | A multi-company group | Cross-company consolidation in ERP, on-prem fleet reservation, dedicated capacity |
Tiers are cumulative — each one is the tier below it plus the row above. There is no tier that removes a capability an earlier tier had.
What a tier actually changes#
- Surface access — which products appear in the app switcher for members of the organisation.
- Quota shape — the daily and monthly token budget, and whether unused budget is pooled across seats.
- Routing policy — higher tiers can pin workloads to the on-prem fleet instead of accepting cloud fallback.
- Identity model — self-serve accounts at the lower tiers, directory-backed identity from Enterprise upward.
- Retention and audit — how long telemetry and thread history are kept, and whether it can be exported.
Tier is an organisation property, not a per-user one. Every member of an organisation gets the organisation tier; seats differ by role, not by plan.
Checking the current tier#
The quota endpoint reports the effective plan alongside the numeric limits, so a client does not need to hard-code tier names.
curl https://api.rivenai.io/billing/quota \
-H "Authorization: Bearer $RIVEN_API_KEY"See Models & usage for the response shape and the token multipliers that determine how fast a quota is consumed.