The LamaniHub Bridge Console
The LamaniHub Integrations Console provides centralized oversight of all front-desk workstations deployed across your clinic branches. From this dashboard, administrators can generate pairing tokens, inspect live WebSocket heartbeats, revoke lost devices, and configure active lease parameters.
LamaniHub Cloud Dashboard
└── Organizations & Branches
└── Branch: Downtown Dental Center
├── Workstation #1 (Front Desk Left) ── [Active Leader]
├── Workstation #2 (Front Desk Right) ── [Warm Standby]
└── Workstation #3 (Back Office) ── [Warm Standby]
Role & Permission Requirements
Only authorized clinic personnel can generate synchronizer pairing tokens:
| User Role | Token Generation | Device Revocation | View Sync Logs |
|---|---|---|---|
| Practice Owner | Yes (Full access) | Yes | Yes |
| Clinic Administrator | Yes (Assigned branches) | Yes | Yes |
| Front-Desk Staff | No (View only) | No | Yes (Status only) |
| Doctor / Provider | No | No | Yes (Read only) |
How to Generate a Workstation Pairing Token
- Sign into LamaniHub at https://lamanihub.com.
- Use the branch switcher at top-left to select the clinic location you are provisioning.
- Click Settings in the bottom left sidebar, then click Integrations.
- Locate the LamaniSync Workstation Bridge card and click Manage Workstations.
- Click the crimson + Pair New Workstation button.
- Provide an intuitive label for the workstation (e.g.,
Reception-PC-01orDr-Tan-NurseStation). - Choose your CMS adapter type from the dropdown:
- Dentrix Ascend (Cloud)
- eClinicalWorks (Web/Cloud)
- LamaniPulse EHR (Native Adapter)
- Custom Web CMS (Declarative Manifest)
- Click Generate Pairing Token.
{
"token_id": "tok_991823aef01b",
"clinic_id": "clinic_kualalumpur_main",
"workstation_label": "Reception-PC-01",
"adapter_type": "dentrix_ascend",
"expires_in_seconds": 900,
"created_at": "2026-09-24T14:00:00Z"
}
Token Lifecycle & Security Controls
Every token generated by LamaniHub adheres to strict ephemeral security standards:
- 15-Minute Expiration Window: Tokens not paired within 15 minutes are automatically invalidated.
- Single-Use Binding: Once a token is consumed by a workstation during the WebCrypto handshake, it cannot be reused. Subsequent workstations require their own unique token.
- Cryptographic Device Binding: During pairing, the workstation binds its unique Ed25519 public key to the clinic account. Even if the original token string were intercepted, it cannot be used from another machine.
- Instant Revocation: If a front-desk laptop is replaced, stolen, or decommissioned, click Revoke Device in the LamaniHub dashboard to sever all bridge permissions instantly.