> ## 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.

# Developer portal

> Sign in, create an organization, and register your apps on platform.synheart.ai

The developer portal is where initial setup happens: creating your organization, registering apps, and getting your integration wired up. Finish these steps before pointing the CLI or SDKs at the platform.

## Sign in

Go to [`platform.synheart.ai`](https://platform.synheart.ai) and sign in with email and password, Google, or GitHub. The same account authenticates the CLI; see [Authenticate the CLI](/setup/authenticate).

## Create your organization

First-time users land in onboarding and create an **organization**, a **tenant** workspace, and optionally invite teammates. For the full details on managing these, see [Organizations & tenants](/platform/organizations-and-tenants).

## Invite teammates

Invite collaborators from your organization settings. See [Members & roles](/platform/members-and-roles) for how roles and invitations work across orgs, tenants, and projects.

## Register an app

Apps live inside a project and each gets a platform `app_id` at registration. For the full registration steps and app management, see [Apps](/platform/apps).

## Ingestion access

API keys work immediately once generated, but biosignal ingestion requires an additional allowlisting step. See [API keys → Ingestion access](/platform/api-keys#ingestion-access).

## Consent configuration

Each app has two consent controls that work together:

* **[App policy](/platform/app-policy)**: what this app is allowed to collect and process.
* **[Consent profiles](/platform/consent-profiles)**: what the SDK offers end users during the consent flow.

## Next

<CardGroup cols={2}>
  <Card title="Organizations & tenants" icon="building" href="/platform/organizations-and-tenants">
    Create and manage the workspaces that hold your projects.
  </Card>

  <Card title="Apps" icon="mobile" href="/platform/apps">
    Register apps, find credentials, and manage them.
  </Card>

  <Card title="API keys" icon="key" href="/platform/api-keys">
    Generate per-app keys and request ingestion access.
  </Card>

  <Card title="App policy" icon="shield-halved" href="/platform/app-policy">
    Configure what data your app may collect.
  </Card>
</CardGroup>
