🏋️ Hevy Workout API Integration
Idea
David uses Hevy (spelled H-E-V-Y) as his workout tracking app. Hevy has an API — if he provides an API key, Hermes could:
- Read workout history and trends
- Provide personalized advice based on actual lifting data
- Track progress, plateaus, recovery
- Suggest program adjustments
To Explore
- Research Hevy API — does it have a public API? Rate limits?
- What endpoints are available? (exercises, workouts, volumes)
- What authentication is needed?
- Design how Hermes would surface insights (weekly summaries, form advice, periodization suggestions)
- Is the data pull-based (Hermes reads from Hevy) or push-based (Hevy sends to webhook)?
Status
| Item | Status |
|---|---|
| Initial idea | ✅ Logged |
| API research | ⬜ |
| Integration design | ⬜ |
| Implementation | ⬜ |
Idea logged Jun 8, 2026 — prompted by discussion about vault-as-memory and potential integrations