getmem.ai is a persistent memory API for AI agents. It is described as a memory layer for agent applications that need to keep track of prior conversation turns and return grounded context on each new turn, with isolated per-end-user memory and reduced context token use.
The service works by taking conversation turns as input, extracting structured knowledge, and storing it in both a typed graph and a hybrid vector index. Its retrieval path is presented as LLM-free and includes heuristic decomposition, fuzzy entity matching, parallel hybrid search, bounded graph expansion, ranking, and assembly of a structured prompt block. The page also says that each response includes per-stage meta information such as latency and token count. Other named details include a 12-category taxonomy, typed facts with tone and confidence, entity canonicalization with aliases and stable IDs, and a hybrid vector index with dense and sparse search plus a 17-field payload index.
getmem.ai is shown as a tool for developers building AI agents and apps that depend on persistent user context. The page names OpenAI, Anthropic ChatGPT apps, LangChain, and Vercel AI SDK in an integrations section, and it presents two endpoints as the full integration surface: POST /v1/memory/ingest and POST /v1/memory/get. Ingestion is asynchronous and returns 202, while retrieval is synchronous. The page also notes idempotent ingestion and says retrieval is under 300 ms, with examples of tenant filtering and per-end-user isolation.
Pricing is represented by a free credit to start. The page also includes a GitHub link and login link. It refers to a no-training API and mentions audit logging and per-patient scoping in a healthcare example, but those details are presented in the context of example use cases rather than as a separate product specification.
In the Memory & skills space, getmem-ai takes a focused approach. It focuses on enabling AI agents to store and retrieve persistent contextual memory for improved reasoning and context retention. It is built as an open-source project for AI developers and agent framework builders. The project is open source (MIT). getmem-ai is available on the web, the command line, and API, and it can be self-hosted.
It is developed by getmem-ai, and it first shipped in 2026. Development happens publicly on GitHub with 36 commits in the last 90 days. Among its 5 catalogued features are persistent memory, API access, and agent integration. It exposes integrations via a public API.
Summary written by a language model from the project’s public pages.
What PulseGate has recorded for this listing
Closest matches by what these projects do