sovseal Platform
Managed memory with production-scale infrastructure, ready in minutes.
Self-Hosted
Run the sovseal stack on your own infrastructure with full control over data, deployment, and customization.
Cookbooks
Production-ready recipes that show how to ship verifiable agent memory.
Integrations
Connect sovseal to Claude Desktop, Cursor, LangChain, Vercel AI SDK, and more.
SDK Reference
@sovseal/sdk and @sovseal/mcp-server — types, methods, error taxonomy.
API Reference
Every REST endpoint of the replication surface, with payload examples.
Components
Pluggable embedders, vector stores, and encryption primitives.
Why local-first
| Property | Network-bound competitors | sovseal |
|---|---|---|
| Recall latency p99 | 100ms–800ms (HTTP) | 21.8 ms (local query) |
| Network round-trips | 1 per recall | 0 |
| Server sees content | Yes (plaintext or "encrypted at rest") | No (ciphertext only) |
| Server enumerates paths | Yes | No (SHA-256 path hash) |
| Crash recovery | "Best effort" | Deterministic (lineage replay) |
| Tamper detection | None | VSR audit closure |