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.
How It Works
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.
Your AI agent needs data to complete a task — health metrics, identity, or payment info.
The HTTP relay forwards the request to your phone via push notification. Nothing is stored.
See exactly what's requested and why. Pick which data to share. Approve with Face ID.
Data reaches the agent, gets used for the task, and auto-expires in 60 seconds.
HealthKit · Keychain · Face ID
Stateless HTTP · In-memory only
Any agent · Any framework
Get Started
No QR codes, no manual config, no JSON blobs. ClawVault uses conversational pairing — tell your AI agent the code, and you're connected.
Download the app from the App Store. Open it up.
The app shows a pairing code:
CLAW-XXXX
Say the code to your AI agent in natural language. That's it.
Agent claims the code. Secure channel established. You're live.
Features
Everything an AI agent needs to work with your real-world data, with you in full control.
Steps, heart rate, HRV, sleep, workouts, weight — streamed from Apple HealthKit in real time. Plus 30+ wearable providers via Terra integration.
Store credit cards, SSN, bank accounts, and identity on-device in the iOS Keychain. Share only when asked, only with Face ID.
The relay is a stateless pipe. No database, no logs, no persistence. Data exists in memory for seconds, then it's gone.
No WebSockets, no SDKs, no vendor lock-in. Push and pull with curl. Works with any agent framework, any language.
Vault requests arrive as push notifications via APNs. Tap to review, Face ID to approve. No polling, no waiting.
Every request is signed with HMAC-SHA256. Replay protection with timestamps and nonces. No unsigned requests accepted.
Wearable Connections
Connect your wearables directly through ClawVault. No extra apps, no manual exports — your agent gets a unified view of all your health data.
Powered by Terra API — data flows through the relay, never stored.
Secure Vault
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.
Card number, expiry, CVV, billing zip
Name, email, phone, address, DOB
Routing, account number, bank name
Social security number — biometric only
For Developers
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
# 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"
Download ClawVault, self-host the relay, and give your agent
access to the real world — on your terms.