RivenGet started

Search docs

Find a page across the Riven documentation

Riven Console

Live

The control panel for your account: API keys, usage, plan and billing, team members, and per-surface settings.

Service
surfaces_platform

Console is where you administer everything the other surfaces consume. It is the canonical place to mint an API key, read your usage against the current billing window, change plan, and manage who else can sign in.

What you do here#

  • Keys — mint, rotate, and revoke rvn_ API keys. Values are shown once at mint time; only a hash is stored. See Authentication & keys.
  • Usage — tokens and spend for the current window, broken down by surface and model, sourced from Telemetry.
  • Plan & billing — current tier, allowance, reset date, overage settings, and invoices.
  • Team — invite members and assign roles. Organizations on SSO have membership provisioned instead via the SCIM Proxy.
  • Surfaces — per-surface configuration: default models, tool access, retention.

Everything here is also an API#

Console is a client of the same public API you use. Key lifecycle, quota, and catalog reads are all callable directly — useful for provisioning keys from CI or reporting usage into your own dashboards.

shell
# What Console shows on the Usage tab
curl https://api.rivenai.io/billing/quota \
  -H "Authorization: Bearer $RIVEN_API_KEY"

Access#

Sign in at console.rivenai.io with your Riven account. Console is account-scoped and shows only your own organization — the staff-facing view of the platform is Riven Control, which is a separate, internal-only surface.