Effective date: June 1, 2026
When a tenant signs up we collect the business name, the owner's name + email + password (hashed), and tier selection. When users sign in we record timestamps. Per-tenant business data (customers, orders, routes) lives in that tenant's isolated database — we don't read it or share it.
Every tenant gets a physically separate SQL database. A coding bug cannot leak Tenant A's data to Tenant B. The catalog database holds only tenant metadata + identity records — not your operational data.
Stripe (payments), SendGrid (email), Google (route optimization, geocoding). Each receives only the data needed to do their job.
Privacy questions: privacy@cratecanvas.com.