Cryptographically verified memory for AI agents
API live at api.verifiedstate.ai
Why VerifiedState
Agents forget everything between sessions. VerifiedState gives them persistent, queryable, verified facts — across every model, session, and agent in your stack.
Storing facts is easy. Knowing if they're true is hard. Every VerifiedState assertion ships with a cryptographic receipt proving what evidence supports it, which method was used, and who signed off.
Other memory layers store text. VerifiedState stores structured assertions with confidence scores, temporal validity windows, conflict detection, and signed audit trails that hold up to enterprise scrutiny.
From zero to first verified memory
# 1. Ingest raw content → get artifact_id curl -X POST https://api.verifiedstate.ai/ingest -H "Authorization: Bearer vs_live_YOUR_KEY" -H "Content-Type: application/json" -d '{ "namespace_id": "YOUR_NAMESPACE_ID", "content": "Alice prefers dark mode and uses Postgres for her database.", "source_type": "user_input" }' # Response { "artifact_id": "2cca99a6-f5cf-4889-9a6e-e15c2545900e", "span_count": 1, "r2_stored": false }
Four pillars