First visit on each device needs ?key=... - after that a 90-day cookie keeps you signed in. The same key works for every /d/* URL.
Gmail thread classification depends on a Mac-dependent pipeline:
state/inbox_threads_raw.json, commits, and pushes.inbox-triage.yml then classifies (NEEDS REPLY / APPROVAL / FYI / LIKELY AUTOMATED, importance 1-5) and regenerates the dashboard.The "freshness" you see on the live page reflects the most recent successful Mac-side pull. The dashboard intentionally surfaces staleness instead of pretending to be live.
A new scheduled task spec lives at scheduled-tasks/inbox-refresh.json in the repo. It runs daily at 5:30 AM ET (before the 6 AM morning digest):
search_threads with query newer_than:1d in:inbox.get_thread for full headers + body.state/inbox_threads_raw.json and pushes.inbox-triage.yml via gh workflow run to classify immediately.See MANUAL-STEPS.md for the one-time Claude Desktop sidebar setup (single copy-paste block). After that, this dashboard refreshes automatically every morning - as long as your Mac is on at 5:30 AM ET.