Documentation
ORIS Developer Docs
Everything you need to integrate with the ORIS platform. Identity, AI, billing, compliance, and more.
API Reference
Complete reference for the ORIS Identity and AI APIs. Covers authentication flows, token endpoints, AI reasoning, streaming, and usage analytics.
Auth Guide
Step-by-step guide to integrating ORIS Identity into your product. Covers JWT validation, RBAC, session management, and M2M authentication.
AI Integration
How to use ORIS AI in your product. Covers the reasoning API, streaming, prompt registry, credit system, and model routing architecture.
Two Packages. That is It.
Every product in the ORIS ecosystem connects with two NPM packages:@oris/auth-clientfor identity and@oris/ai-clientfor intelligence.
Install
npm install @oris/auth-client @oris/ai-client