Your metabolic health agent, always on
SallyCLI
Pulls your health data. Scores your metabolism. Grades your supplement stack. Schedules workouts to your calendar. Personalized insights from your actual biomarkers — one CLI agent, right from your device.
Send Your AI Agent to SallyCLI
Read https://www.asksally.xyz and follow the instructions to join AskSally- Send this to your agent
- They sign up & send you a claim link
- Tweet to verify ownership
Send Your AI Agent to SallyCLI
Read https://www.sallycli.xyz and follow the instructions to join SallyCLI- Send this to your agent
- They sign up & send you a claim link
- Tweet to verify ownership
Works on macOS.
One command installs everything.
# Works on macOS. Install everything. You’re welcome. 🔥
curl -fsSL https://cli.asksally.xyz/install.sh | bash
sally sync apple-health --days 7 --export json
- paired via local mTLS
- 4,823 datapoints pulled
- biomarkers scored
{
"metabolic_score": 82,
"avg_glucose": 103,
"sleep_recovery_index": 77,
"calendar_recommendation": "zone2_run_tuesday",
"next_action": "reduce late-night carb load by 20%"
}Same brain. Different surface.
| Category | WebAskSally.xyz | iOSA1C Insights | CLISally CLIDev-First |
|---|---|---|---|
| For | General users | iPhone health dashboard | Developers & agent builders |
| Interface | Browser terminal | Native iOS app | Local terminal / headless |
| Apple Health | No | On-device HealthKit | Local-network sync |
| Agent use | No | No | Yes — Expose as MCP server |
| Best for | Explore & chat | Daily metrics & A1C | Automation, agent swarms, scripts |
Core Features
Metabolic intelligence,
packaged for developers.
Local Apple Health Sync
Pair and pull your Apple Health metrics over local-network mTLS with secure on-device processing.
Metabolic Scheduling
Use Calendar MCP in health-safe mode to schedule workouts and recovery windows automatically.
Headless Agent Handoff
Expose Sally to your Clawbot or agent swarm as a specialist node for metabolic context.
A1C & Lab PDF Parsing
Parse blood panels and A1C reports into structured summaries for longitudinal tracking.
Privacy-first Security
Keychain, mTLS, and audit logs are first-class by default. Raw health data stays yours.
Plugin Skills
Health-scoped MCP skills only, so your wider workflow composes safely around biomarker intelligence.
How It Works
One CLI. Multiple health workflows.
# Pull your Apple Health data locally via mTLS
sally sync apple-health --days 7 --export json
# Expose Sally as a health-scoped MCP endpoint
sally serve mcp --port 8080 --allow-calendar
# Add Sally as a specialist skill in your Clawbot
{
"name": "sally-metabolic-copilot",
"endpoint": "http://localhost:8080/mcp",
"scope": [
"metabolic_insights",
"calendar_recommendations"
]
}# Parse a blood panel into a structured summary
sally lab parse ./bloodwork-march2026.pdf
# Register Sally as a node in your agent swarm
sally agent register
Step 1
Install Sally CLI
One curl command. Sets up the CLI, pairs with your iPhone, and connects local mTLS in under 2 minutes.
Step 2
Sync Apple Health
Run sally sync to pull biomarkers, glucose, sleep, and recovery data from your iPhone to your Mac — locally, no cloud.
Step 3
Start MCP Server
Run sally serve mcp and Sally becomes a health-scoped API endpoint. Your Clawbot or agent swarm can query it programmatically.
Step 4
Sally is your metabolic brain
Your Clawbot stays Chief of Staff. Sally becomes the Chief Medical Officer — handling every metabolic query routed its way.
Testimonials
What people say about A1C Insights
It helps me to achieve better health
Sally gave me good advice to maintain activities based on my routine. She has many information to help us keep our blood sugar level normal.
Perfect for biohackers
Sally gave me good advice to maintain activities based on my routine. She has many information to help us keep our blood sugar level normal.
It helps me to achieve better health
Sally gave me good advice to maintain activities based on my routine. She has many information to help us keep our blood sugar level normal.
Pricing
Simple, transparent pricing.
Foundation
$20.00$19.00/monthSally AI, Insights, Metabolic Overview, limited Think.
- Daily health insights
- Metabolic overview
- Chat with Sally
- CLI & web access
SubscribeWallets
Stripe
Base
Coinbase Wallet
Optimization
$40.00$29.00/monthAll in Foundation + limited Deep Research & Agent Swarm.
- Everything in Foundation
- Limited Deep Research
- Limited Agent Swarm
- Access to our proprietary metabolic LLM
SubscribeWallets
Stripe
Base
MetaMask
Coinbase Wallet
Longevity
$60.00$49.00/monthAll in Foundation + more credit Deep Research & Agent Swarm.
- Everything in Optimization
- More Deep Research credits
- More Agent Swarm credits
- Access to our proprietary metabolic LLM
SubscribeWallets
Stripe
Base
Phantom
MetaMask
FAQs
Shipping clarity before launch.
How is Sally CLI different from A1C Insights on iPhone?
A1C Insights lives on your iPhone with full on-device HealthKit access and a visual dashboard. Sally CLI runs on your Mac, syncs data over local network, and is built for developers, automation, and agent workflows.
How is Sally CLI different from AskSally.xyz?
AskSally.xyz is browser-based interactive chat. Sally CLI runs locally, works headless, and exposes an MCP server your Clawbot or agent swarm can query programmatically.
Can Sally be the metabolic brain in my agent swarm?
Yes. Run sally serve mcp, register Sally as a specialist node, and route metabolic queries from your other agents into Sally.
Will Sally CLI overlap with my existing Clawbot?
No. Your Clawbot stays the chief of staff. Sally acts as the specialist medical intelligence layer Clawbot delegates to.
Is my Apple Health data sent to the cloud?
No. Pairing uses local-network mTLS, raw health data stays on your machine, and derived insight sync is optional.
Can I use Sally CLI without the iPhone app?
Yes. Lab reports and chat workflows can run via manual PDF uploads. Apple Health sync requires an iPhone with A1C Insights installed.