Skip to content
Request preview access

HEALTH CONTEXT FOR PRODUCTS + AI

Health data
your product can safely use.

Knownset connects approved health and fitness data, turns it into clear answers with sources, and keeps people in control of every change.

DATA / APPROVED SOURCES ONLYANSWERS / FACTS + SOURCES ATTACHEDACTIONS / A PERSON CONFIRMS FIRST

01 / SEE IT IN A PRODUCT

One example.
From health data to an approved change.

Northstar is a made-up fitness app. Follow one answer from approved data, through a suggested workout change, to the member's final decision.

MADE-UP APP + DATA / FOR DEMONSTRATION
NORTHSTARFITNESS APP / DEMO ACCOUNT
DEMO RUNNING
NO LIVE HEALTH DATA / AI-WRITTEN COACHING IS ONLY ILLUSTRATED
HEALTH SUMMARY / 08:32

Every number links back to its source.

WAITING FOR DATA
  1. Approvepurpose + data types
  2. Receivesource + date
  3. Organizeunits + local time
  4. Matchproduct + person
  5. Checkage + missing data
  6. Citesources + limits
CALCULATED / CURRENT74READINESSWithin the recent 14-day range.
OBSERVED / SOURCES VISIBLE

Sleep duration is below the recent personal range.

Two current sources. No missing value was guessed.

Purpose
fitness guidance
Sources
5 approved / 5 current
Missing data
nothing guessed
Can change data
no
DATA → FACTS → EXPLANATION → SUGGESTION → APPROVALDATA / READY

02 / WHY KNOWNSET

Useful health answers.
Your product stays in control.

Knownset works behind the scenes. It helps health, fitness, and coaching products use approved data without taking over their customer experience.

  1. 01Connect only the data a person approved.
  2. 02Turn that data into checked facts with the sources attached.
  3. 03Suggest a next step, then wait for the person and their product to approve it.

03 / HOW IT WORKS

From approved data
to a person-approved action.

01PERMISSION CHECKED

Approve

The person chooses which health and fitness data this product may use.

02DATA ORGANIZED

Organize

Knownset lines up units, dates, and sources so they can be compared safely.

03FACTS CALCULATED

Check

Tested rules calculate the facts before any AI-generated explanation is allowed.

04SUGGESTION READY

Suggest

The product receives a small next step with the reason and sources attached.

05PERSON IN CONTROL

Confirm

Nothing changes until a person reviews it and the product confirms the update.

Product flow ready

04 / HOW ANSWERS STAY RELIABLE

The numbers come from rules.
Every answer shows its sources.

This demo uses tested rules—not a language model—to calculate results. Any future AI-written explanation would still have to use those checked facts, show its evidence, and wait for approval before anything changes.

NO AI MODEL USED IN THIS DEMO
TESTED RULES + VISIBLE SAFETY CHECKS
01

Approved data

Only the goals, training, recovery, and health information approved for this person and product enter the request.

02

Checked facts

Tested code calculates the numbers, checks how current the data is, and flags gaps. AI language cannot invent the result.

03

Clear explanation

The product can explain what the facts mean and offer a small next step with the supporting evidence attached.

04

Person approves

The person sees the proposed change before it happens. Their product—not an AI model—makes the final update.

  1. DATAapproved sources
  2. RULEScalculate + check
  3. ANSWERexplain + suggest
  4. PERSONreview + approve

Answer flow ready

05 / WHAT PRODUCTS CAN DO

Start with a clear answer.
Build the experience your users need.

WORKING SAMPLE / RULE-BASED

Explain a useful next step without hiding the reason.

The current sample uses fixed rules and made-up data to produce a small, reversible suggestion. It does not call a language model.

  1. 01Show the facts behind an explanation
  2. 02Offer a small change that can be undone
  3. 03Wait for a person before anything changes
  4. 04Keep language-model coaching turned off
EXPLAIN / SUGGEST / WAIT

The status on each tab tells you what works in the current sample, what exists in the core service, and what is not available yet.

06 / THE ANSWER RECEIPT

Every answer
comes with proof.

See what data was allowed, what the rules found, what the product may suggest, and who must approve it. The receipt keeps those steps separate and easy to inspect.

  • Clear sourceSee where each fact came from.
  • Clear limitSee what the answer does not claim.
  • Clear ownerSee who can approve and apply a change.
See what is available today
KNOWNSET ANSWER RECEIPT / SYNTHETIC EXAMPLEPERMISSION CHECKED
WHAT CAME IN

Only the sources this person approved.

Today’s summary uses sleep, recent training, and a member check-in. Other records stay out of this request.

  1. 013 approved source types
  2. 02Collected within the current window
  3. 03No missing value was guessed
DATAFACTSUGGESTIONDECISION

07 / FOR DEVELOPERS

See exactly what
your app gets back.

Choose one of four working read-only tools. The demo shows the request, the safety checks, the small result, and the sources that come back with it.

SAFE REQUEST / SYNTHETIC DATA

MCP is a standard way for an AI product to call a tool. This example is read-only.

REQUEST

Get a short answer with its sources attached.

The sample returns a readiness summary for one day without exposing raw provider files.

{
  "name": "knownset_get_health_summary",
  "arguments": {
    "date": "2026-08-08"
  }
}
  1. 01
    Check access

    Confirm the app and user are allowed to make this read.

  2. 02
    Read approved data

    Select only the records the person agreed to share.

  3. 03
    Attach sources

    Keep the evidence and known limits with the answer.

  4. 04
    Return a small result

    Send only what this request needs. Nothing is changed.

CHECKS RUNNING
{
  "status": "checking request"
}

Knownset is checking the request before returning any data.

READ ONLYSOURCES INCLUDEDNO WRITE

Step 1: Check access