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

# Synheart Platform overview

> What platform.synheart.ai is, what lives there, and how it fits with the Synheart SDKs

`synheart-platform` is the web console at [`platform.synheart.ai`](https://platform.synheart.ai). It's where you create an **organization**, work inside **tenants** and **projects**, register **Apps**, generate API keys, and inspect the sessions and biosignals your integrations produce.

If you're using any cloud-backed Synheart feature (installing the runtime, ingesting biosignals, viewing analytics), your CLI and SDKs authenticate against this platform.

<Note>
  The platform is **invite-only** today. [Request access](https://synheart.ai/work-with-us) before continuing.
</Note>

## What it owns

* **Identity & access**: sign-in, organizations, tenants, members, and invitations.
* **Developer portal**: register apps, manage projects and the devices that feed them.
* **API keys**: issue, scope, rotate, and revoke keys used by the SDKs and your own backend.
* **Session data**: sessions, biosignals, and emotion events your apps produce surface here once ingested.
* **Ingestion allowlisting**: Synheart approves which apps may stream biosignals; approved apps can use their key against the ingestion endpoints.

## What it does not own

* **On-device intelligence**: the HSI runtime and the Synheart SDKs run in your app, not on the platform. See [Synheart Core](/synheart-core/overview).
* **Device adapters**: biometrics are captured by [Synheart Wear](/synheart-wear/overview).
* **Crypto and signing**: handled by [Synheart Auth](/synheart-auth/overview).

## The hierarchy

Resources nest from the account boundary down to individual apps. From the outside in:

```text theme={null}
Organization
  └── Tenant
        └── Project
              ├── Apps
              ├── Wearables (devices)
              └── Sessions (usage + biosignals)
```

* **Organization**: The top-level account for your company or business. It manages billing, members, permissions, and every resource underneath it.
* **Tenant**: An isolated workspace inside the organization, often a department, client, environment, or business unit. Each tenant keeps its data and configuration separated from others.
* **Project**: A logical grouping inside a tenant for applications, services, and configuration tied to one product or initiative.
* **App**: A mobile or web application registered on the platform. The dashboard assigns each App a platform `app_id` (a short code such as `app_focus_and_kB8mPx`); integrations, [attestation](/platform/app-attestation), and API keys are configured at the app level.
* **Wearable**: A device assigned to a project (Apple Watch, Garmin, Fitbit, etc.).
* **Session**: A single usage event with timestamps, biosignals, and emotion events.

API keys are minted per app and owned by an organization. Access checks run against your org membership and project ownership.

## How it fits with the rest

<CardGroup cols={2}>
  <Card title="CLI" icon="terminal" href="/synheart-cli">
    `synheart login` signs the CLI in to your platform account via OAuth Device Flow.
  </Card>

  <Card title="Synheart Core" icon="microchip" href="/synheart-core/overview">
    The runtime fetches its native artifacts from the platform registry once you're authenticated.
  </Card>

  <Card title="Synheart Auth" icon="key" href="/synheart-auth/overview">
    Devices register against the platform's auth service and sign every outbound request.
  </Card>

  <Card title="Synheart Session" icon="heart-pulse" href="/synheart-session/overview">
    Sessions you record on-device surface in the platform once ingestion is approved.
  </Card>
</CardGroup>

## Reading order

### Set up your workspace

<CardGroup cols={2}>
  <Card title="Developer portal" icon="user-gear" href="/platform/developer-portal">
    Sign in, create an org, register apps.
  </Card>

  <Card title="Organizations & tenants" icon="building" href="/platform/organizations-and-tenants">
    Create and manage the org and tenant workspaces that hold your projects.
  </Card>

  <Card title="Members & roles" icon="users" href="/platform/members-and-roles">
    Invite people and assign roles across orgs, tenants, and projects.
  </Card>

  <Card title="Projects" icon="folder-tree" href="/platform/projects">
    Organize apps, devices, and sessions inside a project.
  </Card>
</CardGroup>

### Configure your apps

<CardGroup cols={2}>
  <Card title="Apps register & manage" icon="mobile" href="/platform/apps">
    Register apps, find credentials, and edit or remove them.
  </Card>

  <Card title="API keys" icon="key" href="/platform/api-keys">
    Generate, scope, rotate, and revoke per-app keys for the SDKs and your backend.
  </Card>

  <Card title="App attestation" icon="shield-check" href="/platform/app-attestation">
    Verify real, unmodified apps with Play Integrity (Android) and App Attest (iOS).
  </Card>

  <Card title="App policy" icon="shield-halved" href="/platform/app-policy">
    Configure what data your app may collect and where it may be processed.
  </Card>

  <Card title="Consent profiles" icon="list-check" href="/platform/consent-profiles">
    Define the consent options your SDK offers end users.
  </Card>

  <Card title="Syni" icon="robot" href="/platform/syni">
    Enable the Syni AI coach per app and pick its personas.
  </Card>
</CardGroup>

### Work with your data

<CardGroup cols={2}>
  <Card title="Connect & view data" icon="route" href="/platform/connect-and-view-data">
    Step-by-step: sign in, connect a wearable OAuth integration, and inspect imported session data.
  </Card>

  <Card title="Personas" icon="user" href="/platform/personas">
    Create companion personas for Syni-powered experiences.
  </Card>

  <Card title="Research studies" icon="flask" href="/platform/studies">
    Run cohorts with access codes, enrolment, and data export.
  </Card>

  <Card title="Exports" icon="download" href="/platform/exports">
    Export HSI and Lab data in batch as downloadable archives.
  </Card>
</CardGroup>

### Manage the account

<CardGroup cols={2}>
  <Card title="Billing & usage" icon="credit-card" href="/platform/billing">
    Choose a plan, monitor metered usage, and manage your subscription.
  </Card>

  <Card title="Account & security" icon="user" href="/platform/account">
    Manage your profile, password, two-factor authentication, and invitations.
  </Card>
</CardGroup>
