Support
We're here to help.
Common Questions
How do I pair ClawVault with my agent?
After installing ClawVault, the app displays a pairing code (e.g., CLAW-XXXX). Simply tell your AI agent the code — it will claim it and establish a secure channel instantly. No QR codes, no manual config, no pasting JSON.
Why isn't my health data syncing?
- Make sure you've granted HealthKit permissions in iOS Settings → Privacy → Health → ClawVault
- Check that the app is paired (green status indicator on the dashboard)
- Try toggling the sync switch off and on
- If your relay is self-hosted, verify it's running and accessible
I approved a vault request but my agent didn't get the data
Vault responses expire after 60 seconds. Make sure your agent is polling for responses. If you're self-hosting the relay, check that it's running and the agent's pull request is reaching it.
How do I remove my data?
- Vault items: Open ClawVault → Vault tab → swipe to delete individual items, or unpair to clear all credentials
- Health data: ClawVault reads from HealthKit but doesn't store copies. Revoke access in iOS Settings → Privacy → Health
- Relay data: There is none. The relay stores nothing to disk. Restarting the relay clears all in-memory data.
Can I self-host the relay?
Yes! The relay is open source. Clone the repo, run npm install && npx tsx src/relay-node.ts, or deploy to any cloud provider. See the GitHub repo for deployment instructions.
Is my data encrypted?
- In transit: All communication uses HTTPS/TLS
- On device: Vault items are stored in the iOS Keychain with hardware-backed encryption
- On the relay: Data exists only in memory and auto-expires
Report a Bug
Found a bug? Please open an issue on GitHub:
github.com/arunrlverma/relay4agents/issues
Security Issues
If you've found a security vulnerability, please report it responsibly. Do not open a public issue. Instead, email us directly:
arun@relay4agents.com
Contact
For general questions, feedback, or anything else:
Arun Verma
Email: arun@relay4agents.com
GitHub: github.com/arunrlverma/relay4agents