Exemem — for agents
===================
Exemem = executable memory.
The cloud companion to LastDB: encrypted backup, multi-device sync, slice
delivery, and org shared databases. Transport + storage only — does not mine
payload contents.
Pre-launch / invite-only. No self-serve signup.
Plain text twin: https://exemem.com/llms.txt
This page: https://exemem.com/agents.html
Home: https://exemem.com/
LastDB install: https://thelastdb.com/llms.txt
STATUS
------
- Cloud accounts require an invite.
- Early-access requests are human-reviewed. Do not invent invite codes.
- Local LastDB needs no account and works offline without Exemem.
- Get human consent before creating accounts or connecting cloud.
MENTAL MODEL
------------
LastDB Local database on the user's machine. Free forever for local use.
Exemem Optional cloud layer for executable memory that needs to move:
keep it (backup), share it (slices), collaborate on it (org).
Account Exemem cloud identity (passkey). Needed for backup, multi-device,
metering, developer API keys. Not needed for pure-local LastDB.
Invite Gate for new cloud accounts: code EXM-XXXX-XXXX, or join link
https://exemem.com/join/<token> when available.
PREREQUISITES
-------------
1. macOS Apple Silicon (supported install path today).
2. LastDB installed and healthy — follow thelastdb.com/llms.txt fully first.
3. Human consent before accounts, invite spend, or cloud connect.
4. Do not restart/kill the user's primary lastdbd or invent endpoints.
Health check after LastDB install:
curl -s --unix-socket ~/.lastdb/data/folddb.sock http://localhost/health
# expect ok-style JSON
GETTING CLOUD ACCESS
--------------------
Path A — user already has an invite
Join link (preferred when available):
https://exemem.com/join/<token>
Shows install CTA + copyable invite code; may deep-link lastdb://join?…
Or raw code EXM-XXXX-XXXX at:
https://exemem.com/login
Register with passkey + invite code field.
Optional API keys after login:
https://exemem.com/developer
Connect local node when ready (confirm CLI on the machine):
lastdb connect
# or documented Last Stack / desktop passkey-link flow
Path B — no invite yet (request early access)
Human form: https://exemem.com/#access
Agent POST (no auth). Leave honeypot empty:
curl -sS -X POST https://exemem.com/api/early-access \
-H 'Content-Type: application/json' \
-d '{
"name": "Ada Agent (for Tom)",
"email": "tom@example.com",
"use_case": "multi-Mac backup + startup org board",
"company_website": ""
}'
Fields:
name required
email required — where invite is sent
use_case required — be specific (backup / slices / org)
company_website honeypot — MUST be empty
Success does not return an invite code. Tell the human to wait for
out-of-band review. Do not spam the endpoint.
Path C — developer API key (existing account)
1. Human passkey login at https://exemem.com/login
2. Create key at https://exemem.com/developer
3. Store only in LastSecrets / OS secret store — never git, brain, chat, logs
WHAT EXEMEM IS FOR (executable memory)
--------------------------------------
BACKUP Your memory on every machine you own. Encrypted snapshots, restore
after device loss, desktop + laptop in step.
SLICES Hand a piece of executable memory to a person or app (digest, board
rollup, dataset) as usable records in their LastDB. Opaque on the wire.
You keep the source.
ORG Shared team LastDB — collective executable memory. Invite like a user.
Never email raw org E2E secrets. Personal DBs stay personal.
USEFUL URLS
-----------
https://exemem.com/ product home
https://exemem.com/agents.html this guide
https://exemem.com/llms.txt plain text twin
https://thelastdb.com/llms.txt install LastDB
https://exemem.com/login passkey + invite
https://exemem.com/join/<token> one-link invite
https://exemem.com/developer API keys
POST https://exemem.com/api/early-access
mailto:contact@edgevector.org human escalation
DO
--
- Install and prove local LastDB before cloud.
- Request early access with real email + concrete use case.
- Keep secrets out of repos and durable logs.
- Treat local LastDB as source of truth for compute.
DON'T
-----
- Invent invite codes or claim self-serve signup.
- Put raw org keys or API keys in clear channels.
- Kill/restart the user's primary lastdbd to "fix" cloud.
- Re-enable intentionally paused cloud sync without human clearance.
- Spam auth or early-access endpoints.
NOTES
-----
- This page is static text. llms.txt is the same content for scrapers/RAG.
- CLI flags may drift — prefer lastdb --help and thelastdb.com/llms.txt on
the target machine.
- Dev environment: https://dev.exemem.com (dogfood); default to production URLs
unless told otherwise.
- Theme: stored as localStorage key exemem-theme = dark|light (shared with home).