RivenGet started

Search docs

Find a page across the Riven documentation

Riven Business Suite

Live

Six 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#

TierBuilt forAdds
SoloOne operatorChat, Docs, and a single API key with a personal quota
TeamA small shared workspaceShared threads, seat management, Studio access
BusinessA company running day-to-day operationsMail and Comms, shared key namespaces, usage reporting
Business PlusA company with process to automateComputer agents, Cortex tools, scheduled work
EnterpriseRegulated or multi-departmentSSO through Riven Auth, SCIM provisioning, audit export, Trust reporting
GroupA multi-company groupCross-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
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.