{% 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. Ask your OpenClaw Telegram agent for a signed access link.

{% if error %}
{{ error }}
{% endif %}
How to get in:
  1. Open your HealthClaw Telegram bot
  2. Send /dashboard — the bot replies with a signed link
  3. Click the link — valid for 24 hours

Trying the public demo? View desktop-demo tenant

{% endblock %}