Back to docs

Rilev API Guide

A crawler-readable map of Rilev's API families, the trust boundary around each, and the difference between app surfaces, organizational surfaces, and integration surfaces.

Protected application APIs

Session, assessment, tracking, and health surfaces

These surfaces serve browser sessions and user workflows. The security posture centers on authenticated sessions, request-origin checks for state changes, and ownership checks for sensitive data-plane access.

Professional and enterprise APIs

Professional and enterprise workflow surfaces

These surfaces resolve accounts from authenticated identity rather than trusting arbitrary client-supplied account IDs. They add workflow and management capabilities above the base application.

Public integration APIs

AI action, machine-client, and provider callback surfaces

Public does not mean unguarded. These surfaces are intended for machine clients, OAuth flows, or provider callbacks and rely on the matching authentication or verification model.

Documentation contract

Crawler-facing docs and portable Markdown

This guide explains the shape of the API estate without exposing implementation detail that belongs only in internal route-level docs.

How to read the API surface

App surfaces exist to support the product experience. Integration surfaces exist to support external clients under explicit trust models. That distinction matters for both security reviews and crawler comprehension.

Rilev documents domains, guarantees, and platform responsibilities first. Deeper endpoint-by-endpoint references can be published later on dedicated docs platforms without losing this canonical overview.

    Rilev API Guide | Rilev