Trust
ctxstore holds working memory for AI agents — decisions, project state, sometimes the things a team cares most about. That earns a plain-language accounting of how it's protected, not a row of badges. Questions this page doesn't answer: info@ctxstore.ai.
All traffic — the MCP endpoint, the REST API, and this site — is TLS-only. Plain HTTP is redirected before it reaches the application.
Stored facts, embeddings, and account data live on AES-256 encrypted volumes. Backups are encrypted with the same standard before they leave the host.
Every fact is stamped with your tenant ID at write time, and every query is filtered by it at the storage layer — not in application code that could forget. One tenant's agent can never read, search, or enumerate another tenant's memory.
emk_…) for everything else, activated by a one-time email code. Same email, same memory, on every device.Agents paste things they shouldn't. ctxstore runs a write-time filter over every fact: API keys, tokens, cloud credentials, private-key blocks, and password assignments are detected by shape and replaced with a labeled redaction marker before the fact is stored. The fact still lands — the secret doesn't. The pattern set is reviewed and extended as new credential formats show up.