VitalSpoke

Built for iPhone · Connected to Apple Health

Your health.
Your agents.
One iPhone app.

Start in VitalSpoke on your iPhone. Choose the Apple Health records you want to share, then connect your favourite bots with access you control.

iOS 17 or later · Public download coming soon

The iPhone app showing its animated health dashboard and clearly labelled demo readings for steps and heart rate.
A look inside the app · Demo readings shown
01

Start on your iPhone.

Open the app and connect Apple Health. Explore your steps, heart rate, sleep and other signals in one place.

02

Choose what to share.

Select your categories and dates in the app, then export when you're ready. You're in charge of what leaves your phone.

03

Connect your favourite bot.

Create a limited, read-only key in the app for your chosen tool. Set an expiry and revoke access whenever you want.

VitalSpoke for iPhone

Your next connection starts here.

The iPhone app is built, and we're preparing its public release. The download link will appear here when it's available.

Public download coming soonFor iPhone · iOS 17 or later

For bot integrators

Built to work with your tools.

Users create scoped keys in the iPhone app. Integrate with /v1/records for paginated records and /v1/summary for record counts, using a connector key in the Authorization header.

curl 'https://vitalspoke.ai/v1/records?limit=100' \
  -H 'Authorization: Bearer YOUR_SCOPED_KEY'

Example only. Replace the placeholder locally. Keep the owner API token private; connected tools need their own scoped key.

A snapshot, on purpose.

Only records already exported can be read. Each key has a fixed time window that does not move forward with new days. Summary responses contain record counts, not medical interpretations.

Revocation stops future reads.

It cannot remove copies a connected tool already received. Review that tool’s retention settings before sharing.