Lean and fast — about 1,200 tokens of context per query in ~320 ms, and 85.2% on LongMemEval-S. No keyword matching, no LLM in the retrieval path.
More context, higher accuracy. Scroll 1 returns a fuller context, about 3,700 tokens per query, roughly 3× Tablet, and scores 90.7% on LongMemEval-S, up from Tablet's 85.2%.
Learns from its mistakes. A fundamentally different design — not the context-for-accuracy trade. Built for one goal: never repeat the same mistake. When it gets something wrong, it learns so it won't miss that way again.
Codex — model pagecurl -X POST api.wontopos.com/api/v1/memory/recall
This guide runs on your own LLM key, not ours. WOS loads the persona and everything it knows about the product and this page as memory, and the model simply speaks from it. We are showing you the engine by using it.
The demo runs on your own key. It stays in your browser and is never sent to our servers.
No login needed. Your key stays in your own browser - never sent to our servers.
Security: your key is never sent to our servers - it is saved only in your own browser's memory (sessionStorage) and wiped when you close the tab. We recommend using a temporary, scoped key and deleting it right after testing.
Type any model your key supports - we keep the latest as a default.
Tablet, Scroll, and Codex are separate models, not versions of one another — each built for a different need, so you pick the one that fits.
Lean and fast. Tablet returns about 1,200 tokens of context per query in roughly 320 ms, and scores 85.2% on LongMemEval-S.
Tablet 1 — full reportMore context, higher accuracy. Scroll returns a fuller context, more than three times Tablet's, about 3,700 tokens per query, and scores 90.7% on LongMemEval-S, up from Tablet's 85.2%.
Scroll 1 — full reportLearns from its mistakes. Codex is built on a fundamentally different design from Tablet and Scroll — not the same context-for-accuracy trade. It's made for one goal: never to repeat the same mistake. When it gets something wrong, it learns so it won't miss that way again.
Actual usage may differ from these numbers.
Your memory is yours. We hold it, and we don't look inside without your permission.
Our people and our models don't read your memories unless you ask us to, nothing ever trains on your data (no LLM runs in the retrieval path), one call erases a single memory or an entire user without a trace (GDPR-ready), and your LLM keys are sent per request and never stored while every memory stays isolated per account and user.
Download a compact, LLM-friendly spec of the whole API. Drop it into your IDE or any coding agent and start building - no docs spelunking.
# Wontopos (WOS) - Long-term memory for AI agents # Current as of July 2026 > Pure semantic retrieval. No LLM in the path. > Bounded, fixed-size recall. ## Auth - API key + a storage id (user_id) ## Pricing Tablet $2/$3 · Scroll $4/$8 per 1M ## Core endpoints - /memory/store {user_id, content} - /memory/recall {user_id, query} # one-call ctx + quickstarts (curl · Python · TS), errors, tiers ...