Turn files, messages, docs, and voice into Unified Memory Objects your agents recall through the REST API + MCP. Capture once, recall many, and show a receipt for every answer.
# capture a memory → get a UMO back curl https://api.memoryintelligence.io/v1/process \ -H "Authorization: Bearer mi_sk_live_…" \ -H "Content-Type: application/json" \ -d '{"content": "Shipping moved to Tuesdays."}' # → { "umo_id": "8f3f…", "receipt": { "provenance": "verified" } }
Four doors into the API. Most builders start with the quickstart.
From your first API key to a captured-then-recalled memory in five minutes.
Every public endpoint, parameter, and response. OpenAPI spec included.
Typed Python & JavaScript clients, coming soon. REST + MCP work today.
Give any MCP client a memory you own. Set up in one command.
The core methods, each one call against the REST API.
Typed SDKs are coming. The REST API and MCP work today.
Point Claude, ChatGPT, or Cursor at the whole API and let it write correct integration code on the first try. MemoryIntelligence ships LLM-native docs.