authenticate_coros
Authenticate with COROS Training Hub to get and store an auth token for later API calls. Uses COROS_EMAIL/COROS_PASSWORD env vars for auto-login, or accepts email and password directly.
Instructions
Log in to COROS Training Hub. Stores auth token for subsequent calls. Also checks COROS_EMAIL/COROS_PASSWORD env vars for auto-login. WARNING: Logging in via API invalidates the web app session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | COROS account email (optional if env vars set) | ||
| region | No | API region: 'us' or 'eu' | eu |
| password | No | COROS account password (optional if env vars set) |