Settings
Dashboard configuration & preferences
Profile
Authentication
Notifications
Data Sync
Appearance
Web Push Notifications
Native Apple Notifications
Deliver to iPhone, iPad, Mac via Safari Web Push
Supported platforms
• iPhone/iPad — Safari (iOS 16.4+)
• Mac — Safari (macOS Ventura+)
• Must be accessed via HTTPS
Apple Shortcuts — Health Automation
Automate HealthKit data → Dashboard without a native app.
# Step 1: Get a long-lived token
POST /api/auth/request → issue access token
scope: health:write
Store token in Shortcuts Keychain
# Step 2: Create Automation (iPhone)
Shortcuts → Automation → New → Personal
Trigger: Workout ends / Time of day / App closes
Action sequence:
1. Get Health Samples (HealthKit)
2. Get Contents of URL (POST)
3. URL: /api/health/log
# Endpoint
POST /api/health/log
Authorization: Bearer <token>
Content-Type: application/json
Body examples:
Steps: {"type":"steps","value":8432,"unit":"steps"}
Workout: {"type":"workout_minutes","value":45,"unit":"min"}
Sleep: {"type":"sleep_hours","value":7.5,"unit":"hrs"}
Heart: {"type":"heart_rate","value":72,"unit":"bpm"}
Weight: {"type":"weight","value":72.3,"unit":"kg"}
View logged data at /health · Manual entry also available on that page.
Export Data
Export Sessions JSON
103 sessions across 13 projects
Export System State
Health, agents, batch queue, memory layers