> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rabts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Wearable Device Integrations

> Supported wearable and fitness integrations including Garmin, Whoop, Polar, Oura, Fitbit, Apple Health, and Google Health Connect. Cloud OAuth and mobile SDK integrations, with more added regularly.

## Available Providers

Connect your wearable devices and fitness platforms to Open Wearables. Click on a provider name to view its setup guide.

### Cloud-based providers

| Provider          | Setup Guide                                            | Notes                                                                                                                           |
| ----------------- | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
| **Suunto**        | [Setup Guide →](/providers/suunto-api-integration)     | You must apply for [Suunto Developer Program](https://www.suunto.com/en-gb/partners/partners/)                                  |
| **Garmin**        | [Setup Guide →](/providers/garmin-api-integration)     | You must apply for [Garmin Developer Program](https://developer.garmin.com/)                                                    |
| **Polar**         | [Setup Guide →](/providers/polar-api-integration)      | You must register for the [Polar API program](https://www.polar.com/en/business/api)                                            |
| **Whoop**         | [Setup Guide →](/providers/whoop-api-integration)      | Whoop membership required                                                                                                       |
| **Strava**        | [Setup Guide →](/providers/strava-api-integration)     | Free Strava account required                                                                                                    |
| **Fitbit**        | [Setup Guide →](/providers/fitbit-api-integration)     | Free Fitbit account required. The Fitbit Web API is [turned down in September 2026](https://developers.google.com/health/about) |
| **Ultrahuman**    | [Setup Guide →](/providers/ultrahuman-api-integration) | Ultrahuman Ring Air account required                                                                                            |
| **Oura Ring**     | [Setup Guide →](/providers/oura-api-integration)       | Oura account required                                                                                                           |
| **Google Health** | [Setup Guide →](/providers/google-api-integration)     | Google Cloud project with the Health API enabled                                                                                |

### SDK-based providers

| Provider                  | Setup Guide                               | Notes                                   |
| ------------------------- | ----------------------------------------- | --------------------------------------- |
| **Apple Health**          | [Setup Guide →](/providers/apple-health)  | Via iOS, Flutter & React Native SDK     |
| **Google Health Connect** | [Setup Guide →](/sdk/android/integration) | Via Android, Flutter & React Native SDK |
| **Samsung Health**        | [Setup Guide →](/sdk/android/integration) | Via Android, Flutter & React Native SDK |

## Adding New Providers

More providers are being added regularly. Check the current status of provider requests and implementations on [GitHub Issues](https://github.com/the-momentum/open-wearables/issues?q=is%3Aissue+label%3Aprovider-request) tagged with `provider-request`.

## General Setup Steps

While each provider has specific requirements, the general setup process typically involves:

1. **Register as a developer** with the provider
2. **Create an OAuth application** to obtain client credentials
3. **Configure credentials** in your Open Wearables instance
4. **Test the connection** using the connection widget or API

For detailed instructions, select a provider from the table above.
