All endpoints require auth.

Cross-session analysis

GET /v1/insights/cross-session Analyzes recurring papers, session-to-session overlap, and per-user / per-domain breakdowns across the org.

Research directions

GET /v1/insights/directions?user_id={id}&synthesize={bool}
user_id
string | null
Defaults to the caller’s user. Analyzing another user requires founder authorization.
synthesize
boolean
default:"false"
When true, runs the slower LLM advisor synthesis pass.
Returns suggested novel directions grounded in the user’s history. 403 if a non-founder requests another user’s directions.
Without synthesize=true, Loom builds the directions straight from your connected sessions — fast, and it doesn’t call a model.