# MMRY managed memory API SensAffect [Learn](https://sensaffect.com/pages/learn/index.html) teaches the atom from feeling and context. This sheet is the **store**: session, remember, recall, authority, export. Base origin: your MMRY Cloud (local `http://localhost:3001`). Cookies: `mmry.sid`. Every write needs header `x-csrf-token` from `GET /api/session`. | Method | Path | Job | |--------|------|-----| | GET | `/api/health` | Liveness | | GET | `/api/session` | Auth state + CSRF | | POST | `/api/auth/register` | Create account | | POST | `/api/auth/login` | Sign in | | POST | `/api/auth/logout` | Sign out | | POST | `/api/memories` | Remember (Memory Atom sides in body) | | GET | `/api/memories` | List owned records | | GET | `/api/memories/:id` | Atom with feeling + context | | POST | `/api/recall` | Cite or `insufficient_evidence` | | POST | `/api/authority` | Append-only grant or revoke | | GET | `/api/export` | Complete JSON of what you own | | GET | `/api/kits` | Kit catalog | | GET | `/api/capture-surfaces` | Memory notes + Omni-CNN | Recall is account-scoped full-text search. It does not call an LLM. Feeling is not an index. Context is not a similarity percentage. Client: `sdks/mmry-js/mmry-client.js` (also `/sdks/mmry-js/mmry-client.js`). Lab: `/learn/recall-lab/`. SensAffect sensors: `/downloads/SensAffect-OmniCNN-v1.zip`.