# Note for Mike Check this file at sync. Delete items after you've addressed them. --- ## From Howard, 2026-04-22 — Per-user Syncro keys (attribution fix) I hit the issue that my Syncro comments/line items on ticket #32179 were getting logged as you (user_id 1735) because we share your API key. Fixed it with per-user tokens: - Generated my own Syncro API token (Custom, admin, indefinite) → `user_id 1750` - Added vault entry: `msp-tools/syncro-howard.sops.yaml` - Patched `.claude/commands/syncro.md` to pick the key from `identity.json`'s `user` field, falls back to the shared `msp-tools/syncro.sops.yaml` if no per-user file exists - Verified `/me` now returns Howard Enos on my machine **When you get a chance** (after Valleywide settles), do the same for yourself so the shared key can be retired: 1. Syncro → Admin → API Tokens → New (integration or custom, full scopes) 2. `cat > $VAULT_ROOT/msp-tools/syncro-mike.sops.yaml <