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

# Developer Portal Overview

> The Open Wearables developer portal is the web UI for operating a deployment: users and their connections, outgoing webhooks, sync monitoring, provider data coverage, and settings.

The developer portal is the web UI for operating an Open Wearables deployment. In a local setup it runs at `http://localhost:3000`. You sign in with a developer account.

## Developer accounts

The first developer account is created automatically on first startup from the `ADMIN_EMAIL` and `ADMIN_PASSWORD` environment variables. The seed runs only while no developer account exists, so change the default password from **Settings → Change Password** right after your first login.

Every further account is created by invitation from **Settings → Team**. There is no self-registration. All developer accounts have the same permissions, see [Team](/docs/developer-portal/settings/team#access-model).

## Sections

The sidebar of the developer portal has the following sections.

| Section           | What it does                                                                                                                                                 |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Dashboard**     | Platform overview and key metrics.                                                                                                                           |
| **Users**         | Manage end users and their wearable connections.                                                                                                             |
| **Webhooks**      | Register and monitor outgoing webhook endpoints that receive events when wearable data is ingested. See [Outgoing Webhooks](/docs/api-reference/guides/webhooks). |
| **Syncs**         | Monitor sync activity across all users and providers. See [Live Sync Status](/docs/api-reference/guides/sync-status-stream) for the same data over the API.       |
| **Data Coverage** | What each provider can deliver, by API layer. See the [Wearable API Coverage Matrix](/docs/providers/coverage).                                                   |
| **Settings**      | Configuration of the deployment, described below.                                                                                                            |

## Settings

Everything that configures a deployment lives under **Settings**, split into the tabs below.

| Tab                                                           | What it does                                                              |
| ------------------------------------------------------------- | ------------------------------------------------------------------------- |
| [Credentials](/docs/developer-portal/settings/credentials)         | API keys for the REST API and application credentials for the Mobile SDK. |
| [Providers](/docs/developer-portal/settings/providers)             | Enable or disable OAuth providers and choose how live data is synced.     |
| [Priorities](/docs/developer-portal/settings/priorities)           | Decide which provider and device type wins when data overlaps.            |
| [Data Lifecycle](/docs/developer-portal/settings/data-lifecycle)   | Archival and retention policies for time-series data.                     |
| [Team](/docs/developer-portal/settings/team)                       | Invite and remove developers.                                             |
| [Change Password](/docs/developer-portal/settings/change-password) | Change the password of your own developer account.                        |
| [Seed Data](/docs/developer-portal/settings/seed-data-generator)   | Generate synthetic users, workouts, sleep, and time series.               |
