Installation
Three Integration Approaches
Level 1: Drop-in UI
The fastest way to get started. A complete, beautiful chat interface in 2 lines of code.
Core Concepts
Getting Context
The primary way to retrieve context is with thegetContext function.
Authentication
The SDK handles Universal OAuth 2.1 PKCE automatically.- Zero Config: No client secrets or complex flows.
- Universal Identity: Users keep the same identity across all apps.
- Session Persistence: Stays logged in across refreshes.
The useJean Hook
For building custom interfaces, useJean exposes everything you need.
Complete Hook Interface
Complete Hook Interface

