Hero Health is the internal reliability dashboard at /hero-health . Granting access There is no admin-management UI. Add the platform admin’s existing profile ID directly: insert into...
Last updated
Hero Health is the internal reliability dashboard at /hero-health.
There is no admin-management UI. Add the platform admin’s existing profile ID directly:
insert into public.hero_health_admins (user_id)
values ('USER_PROFILE_UUID');
user_id must match public.user_profiles.id. On the next signed session check, the Hero Health menu and command-palette entry become available. Removing the row removes access.
Never copy raw resident information into a learned template. The template must use typed :property_id and retain no user/property identifiers.
Digest and spike email recipients come from hero_health_admins.user_id → user_profiles.id → user_profiles.email_address. Missing email addresses are skipped.