Skip to main content

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.

Once you have a platform account, authenticate the CLI so it can install the runtime and other artifacts from the registry.

Sign in

synheart login
The CLI uses OAuth 2.0 Device Flow:
  1. The CLI prints a URL and a one-time code.
  2. Open the URL in your browser.
  3. Sign in to platform.synheart.ai and confirm the code.
  4. The CLI receives a token and stores it securely.

Where credentials are stored

  • macOS: Keychain.
  • Windows: Credential Manager.
  • Linux: Secret Service (libsecret-compatible). On headless or container Linux without a Secret Service daemon, the CLI falls back to an encrypted file at ~/.synheart/credentials.enc.

Verify

synheart whoami
synheart auth status   # token expiry, refresh state

Sign out

synheart logout            # remove local credentials
synheart logout --revoke   # also revoke the token on the server

Override the API gateway

For self-hosted or staging deployments:
SYNHEART_API_URL=https://api.staging.example.com synheart login
The SYNHEART_API_URL env var also takes effect for install, sync, whoami, and auth status.

Next

Install the runtime

Download the on-device HSI runtime that powers Synheart Core.