Persistent Agent Memory
Your AI agent stores and retrieves data across sessions. No more re-explaining context, re-entering preferences, or losing work between conversations.
LifeVault Secure is a personal vault built for AI agent integration. Give the AI agents you build a private workspace for persistent memory. Agentic item bodies are encrypted on your device before they reach LifeVault.
Your AI agent stores and retrieves data across sessions. No more re-explaining context, re-entering preferences, or losing work between conversations.
Agentic item bodies, including the values and secrets inside them, are encrypted on your device before they reach LifeVault. LifeVault does not retain the key needed to decrypt those bodies, and cannot read those values and secrets from what we store.
Connect via Agent API Keys today; native Model Context Protocol broker integration is in active development.
Open LifeVault Secure, click "New Vault," select the Agentic type. Your vault is created with client-side encryption — your key never leaves your browser.
Go to API Key Management and generate a key. It starts with lvak_ and uses 256-bit random entropy with HKDF-SHA256 key derivation. Copy it once — we do not store the plaintext.
Issue an Agent API Key from your Settings → Integrations panel. Once the MCP broker ships, drop the config into your MCP client.
{
"mcpServers": {
"lifevault": {
"command": "npx",
"args": ["@lifevault/mcp-server"],
"env": {
"LIFEVAULT_API_KEY": "lvak_REPLACE_ME",
"LIFEVAULT_API_URL": "https://api.lifevaultsecure.com"
}
}
}
}Install: npx @lifevault/mcp-server
| Free | Pro | Vault | Family Legacy | |
|---|---|---|---|---|
| Price | $0 | $12/mo ($120/yr) | $29/mo ($290/yr) | $49/mo ($490/yr) |
| Agentic Vaults | 1 | 5 | Unlimited | Unlimited |
| API Keys | 1 | 5 | 10 | 10 per member |
| API Calls/Month | 20 | 5,000 | Unlimited | Unlimited |
The Free tier gives you 1 agentic vault with 20 API calls per month — enough to try the full experience before upgrading.
Create your first agentic vault in under a minute. Free tier includes 1 vault and 20 API calls — no credit card required.
Already have an account? Go to your dashboard and create a new vault with the Agentic type.