Documentation
README
ourmem (omem) — Shared Memory That Never Forgets
ourmem gives AI agents shared persistent memory across sessions, devices, agents, and teams. One API key reconnects everything. Available as hosted (api.ourmem.ai) or self-deployed.
Key Concepts
API Key = Tenant ID = Your Identity. When you create a tenant (POST /v1/tenants), the returned id and api_key are the same UUID. There is no separate "tenant ID".
One API Key owns multiple Spaces:
| Concept | What it is | Example |
|---|---|---|
| API Key | Your identity (X-API-Key header) |
a1b2c3d4-... (1 per user) |
| Space ID | A memory storage address | personal/a1b2c3d4, team/xxx, org/yyy |
This is the opening of the README. Read the full README on GitHub.