Metabolic Signals

Metabolic Signals

Blood glucose levels affect cognitive performance, mood, and stress tolerance. Nefesh accepts continuous glucose monitor (CGM) data for a more complete physiological picture.

Accepted Fields

FieldTypeUnitDescription
glucose_mg_dlfloatmg/dLBlood glucose level (US standard)
glucose_mmol_lfloatmmol/LBlood glucose level (EU/international standard)
glucose_trendstringrising_fast, rising, stable, falling, falling_fastDirection and speed of glucose change

Status

Metabolic signals are accepted and stored by the API. Fusion into the stress score is planned for a future release. Sending glucose data now ensures it will be automatically included once metabolic fusion goes live.

Compatible Devices

  • Dexcom G7 — real-time CGM
  • Abbott FreeStyle Libre 3 — flash glucose monitoring
  • Any CGM that outputs glucose readings via API

Example Payload

{
  "session_id": "sess_abc123",
  "timestamp": "2026-03-30T14:30:00Z",
  "glucose_mg_dl": 95,
  "glucose_trend": "stable",
  "heart_rate": 72
}