Skip to content

Introduction

Rikaii sits between your applications and LLM providers. You call OpenAI-compatible POST /v1/chat/completions; we handle routing, metering, optional bring-your-own-key (BYOK), and billing / spend protection according to your workspace settings.

Who this documentation is for

These docs target server-side integrations—backend services, scripts, and automation. Do not embed API keys in browsers or untrusted clients.

Base URL

Production API host:

https://api.rikaii.com

The primary surface documented here is POST /v1/chat/completions, plus GET /v1/models for the public catalog. Account administration (keys, plans, BYOK secrets, routing rules) happens in the Dashboard—not via additional public REST contracts in this site.

Next steps

Rikaii API documentation