Your phone. Your agent.
Zero trust required.

ClawVault bridges AI agents and your iPhone — health data, identity, payments — with biometric approval for every single request. Powered by the open-source relay4agents infrastructure.

A stateless pipe. Nothing stored.

Your agent sends a request. Your phone shows it. You approve with Face ID. Data flows through — then it's gone. The relay stores nothing.

🤖

Agent Requests

Your AI agent needs data to complete a task — health metrics, identity, or payment info.

📬

Relay Delivers

The HTTP relay forwards the request to your phone via push notification. Nothing is stored.

📱

You Approve

See exactly what's requested and why. Pick which data to share. Approve with Face ID.

Done. Gone.

Data reaches the agent, gets used for the task, and auto-expires in 60 seconds.

📱 iPhone App

HealthKit · Keychain · Face ID

📬 Relay

Stateless HTTP · In-memory only

🤖 AI Agent

Any agent · Any framework

Pair in seconds. Just say the code.

No QR codes, no manual config, no JSON blobs. ClawVault uses conversational pairing — tell your AI agent the code, and you're connected.

1

Install ClawVault

Download the app from the App Store. Open it up.

2

Get Your Code

The app shows a pairing code:
CLAW-XXXX

3

Tell Your Agent

Say the code to your AI agent in natural language. That's it.

4

Instant Pairing

Agent claims the code. Secure channel established. You're live.

Built for privacy. Designed for agents.

Everything an AI agent needs to work with your real-world data, with you in full control.

💓

Health Data Sync

Steps, heart rate, HRV, sleep, workouts, weight — streamed from Apple HealthKit in real time. Plus 30+ wearable providers via Terra integration.

🔐

Secure Vault

Store credit cards, SSN, bank accounts, and identity on-device in the iOS Keychain. Share only when asked, only with Face ID.

🚫

Zero Cloud Storage

The relay is a stateless pipe. No database, no logs, no persistence. Data exists in memory for seconds, then it's gone.

Pure HTTP

No WebSockets, no SDKs, no vendor lock-in. Push and pull with curl. Works with any agent framework, any language.

🔔

Push Notifications

Vault requests arrive as push notifications via APNs. Tap to review, Face ID to approve. No polling, no waiting.

🛡️

HMAC Signed

Every request is signed with HMAC-SHA256. Replay protection with timestamps and nonces. No unsigned requests accepted.

30+ health providers. One app.

Connect your wearables directly through ClawVault. No extra apps, no manual exports — your agent gets a unified view of all your health data.

Fitness & Wearables

  • Garmin
  • Fitbit
  • Oura
  • Whoop
  • Polar
  • Suunto
  • COROS
  • Amazfit
  • Ultrahuman
⚖️

Health Devices

  • Withings
  • Omron
  • Google Fit
  • Apple Health
  • Eight Sleep
  • Aktiia
  • Ketomojo
🚴

Cycling & Training

  • Peloton
  • Zwift
  • Wahoo
  • TrainingPeaks
  • TrainerRoad
  • Hammerhead
  • Concept2
🥗

Nutrition

  • MyFitnessPal
  • Cronometer
  • MacrosFirst
  • Nutracheck
  • Fatsecret

Powered by Terra API — data flows through the relay, never stored.

Your agent can fill forms. You hold the keys.

Tax forms, checkouts, signups — your agent handles them. Sensitive data comes from ClawVault on your phone, approved by your face, and expires in 60 seconds.

💳

Payment

Card number, expiry, CVV, billing zip

🪪

Identity

Name, email, phone, address, DOB

🏦

Bank Account

Routing, account number, bank name

🔒

SSN

Social security number — biometric only

Three API calls. That's it.

Push a request, pull the response. Standard HTTP. No SDK required. Works from bash, Python, Node, or any language with HTTP support.

📦 Install the agent skill via ClawdHub: clawdhub install clawvault


Read the Docs →
# 1. Request identity data
curl -X POST \
  -H "Authorization: Bearer $SECRET" \
  -d '{
    "type": "vault_request",
    "requestType": "identity",
    "reason": "Fill shipping address"
  }' \
  "$RELAY/channel/$CH/push?role=gateway"

# 2. User approves with Face ID...

# 3. Pull the response
curl -H "Authorization: Bearer $SECRET" \
  "$RELAY/channel/$CH/pull?role=gateway&wait=30"

Free. Open source. Yours.

Download ClawVault, self-host the relay, and give your agent
access to the real world — on your terms.