# Rayehoid > Independent SaaS tool family by Rayehoid (Muscat, Oman). Single Firestore-backed > API behind https://api.rayehoid.com/api/ serving five products, each with its own > Cloudflare Pages frontend at .rayehoid.com and .pages.dev. ## Products - [ComplianceFlow](https://complianceflow.rayehoid.com/): compliance evidence collection, framework readiness scoring (SOC 2 / ISO 27001), vendor risk, local repo scanner (`/scan.py` piped into the dashboard upload). - [ExitKey](https://exitkey.rayehoid.com/): automated employee offboarding. - [ShadowScan](https://shadowscan.rayehoid.com/): shadow-IT discovery (SSO/OAuth, DNS, expense signals). - [SpendWise](https://spendwise.rayehoid.com/): SaaS spend optimization. - [ChurnRadar](https://churnradar.rayehoid.com/): churn early-warning for your own customers. ## API - Base: `https://api.rayehoid.com/api/` - Auth: Google OAuth → session cookie. Product endpoints return 401 without a session. - Product namespaces: `/api/compliance/*`, `/api/complianceflow/*`, `/api/exitkey/*`, `/api/shadowscan/*`, `/api/spendwise/*`, `/api/churn/*`. - Health: `https://api.rayehoid.com/healthz`.