Hello Strava developer community,
I am requesting an athlete capacity increase for my application DDPEAKS (Client ID: 111268), currently on Standard Tier (10 athletes, 6 connected).
**About the app**
DDPEAKS is an AI-powered cycling training platform offering features complementary to Strava — not available on the Strava platform itself:
- Automated FTP estimation from power streams
- Performance Management Chart (CTL / ATL / TSB) with daily readiness scoring
- AI Coach (Azure OpenAI GPT-4o) generating periodised training plans
- Adaptive training calendar (BASE / BUILD / PEAK / TAPER)
The app reads Strava activity data for the authenticated user only. It never writes to Strava, never exposes data to other users.
**Compliance**
- OAuth CSRF validation (SHA-256 nonce, 15-min expiry)
- Strava deauthorize called on disconnect and account deletion
- All imported activities deleted on disconnect (webhook delete handled within seconds)
- Webhook events trigger single-activity upsert — no bulk resyncs
- AES-256-CBC token encryption at rest
- Account deletion with written confirmation email
- Strava API monitoring clause included in Privacy Policy (§6.5)
- AI Coach uses computed metrics (CTL/ATL/TSB/FTP) as real-time session context only — never for model training (§5.3)
**Live pages**
- https://ddpeaks.com/strava (integration explanation)
- https://ddpeaks.com/privacy
- https://ddpeaks.com/terms
Has anyone successfully requested a capacity increase recently? Is there a specific form or process I should follow?
Thank you.


