Suna Health API

SUNA is an AI-native wearable for gut health and nutrition — with intelligence across sleep, metabolism, cycle, and recovery. Agent-first API design.

Core Endpoints

EndpointDescriptionStatus
GET /v1/user/meUser profile + connected devicesLive
GET /v1/nutrition/mealsMeal logs with macro/micro/food breakdownLive
GET /v1/digestion/scores/dailyDaily gut scores with component contributorsLive
GET /v1/digestion/scores/overnightSleep-derived gut analysisLive
GET /v1/digestion/stateCurrent digestive state (fasted/processing/settling)Live
GET /v1/digestion/timelineHistorical per-meal digestion phasesLive
GET /v1/digestion/windowsOptimal meal/training/sleep timingLive
GET /v1/snapshotComposite — all data in one callLive
GET /v1/physio/*Physiological data streamsPlanned
GET /v1/acoustic/*Proprietary acoustic analysisPlanned
GET /v1/estimates/*Derived biomarker estimatesPlanned
GET /v1/intelligence/*Advanced computed analyticsPlanned

For AI Agents

Suna is designed for agent consumption from day one:

  • /v1/snapshot — all data in one call instead of 6+ sequential GETs
  • suggestion field in every error — machine-actionable fix instructions
  • /llms.txt — agent discovery file at suna.health/llms.txt
  • OpenAPI 3.1 — machine-readable spec at /api/v1/openapi.json
  • MCP Server — planned for direct LLM integration