RivenAI
Developer

Riven API

The developer and integration gateway. Build on the Riven platform with a clean, OpenAI-compatible API — with full model routing, key management, and usage controls.

Integration

Familiar interface. Full platform capability.

The Riven API is OpenAI-compatible by design. If you have built on a standard chat completion interface before, your code requires minimal changes to run on the full Riven platform.

request.json
POST https://api.rivenai.io/v1/chat/completions

{
  "model": "riven-reasoning-v1",
  "messages": [
    { "role": "user", "content": "Analyse the following report..." }
  ],
  "stream": true
}

OpenAI-compatible interface

Drop-in compatible with OpenAI-style API calls. Migrate existing integrations or build new ones with a familiar interface and full model routing capability.

Key management and access control

Create, rotate, and revoke API keys with granular access controls. Set usage limits, scopes, and audit every call made against your keys.

Usage monitoring

Real-time usage dashboards, rate limiting, and cost attribution across your team or organisation. Know exactly what is running and why.

Full platform access

The Riven API is the gateway to the entire platform. Access models, trigger workflows, and connect external products to Riven surfaces through one consistent endpoint.

Start building on Riven.