{% extends "base.html" %} {% block title %}Command Center — Sign in{% endblock %} {% block head %} {% endblock %} {% block content %}

Your personal health command center

The dashboard for private tenants is protected. Access is by signed link, and there is no self-serve route to a private tenant during the beta.

{% if error %}
{{ error }}
{% endif %}
How to get in:

Email support@healthclaw.io with your tenant id and we will issue you a signed link. Links are valid for 24 hours from the moment they are issued.

Trying the public demo? View desktop-demo tenant

{% endblock %}