Skip to main content
Public beta. The data plane (record, retrieve, reason) is stable and we run it in production. Breaking changes are announced in advance, and the old shape stays live through a deprecation window. Newer surfaces are marked Beta on their own pages. Questions: support@anonalabs.com.
Large language models are stateless. Every conversation starts from scratch unless your application explicitly retrieves and injects context. Building a reliable memory layer for that means operating vector databases, building retrieval pipelines, managing embedding models, and handling multi-tenancy: substantial infrastructure work that is not core to most AI products. Anona Memory abstracts all of it behind one REST API.

The three operations

What you get

Who it is for

Docs for AI agents

Every page here is machine readable. Point a coding agent at one of these instead of pasting screenshots into a prompt. The menu at the top of every page also copies that page as Markdown, or opens it directly in ChatGPT, Claude, Cursor, or VS Code.
That MCP server serves the documentation. The memory API has its own MCP server at https://memory.anonalabs.com/mcp, which needs an API key. See MCP integration.

Next steps

Quickstart

Record and retrieve your first memory in five minutes.

Core concepts

Spaces, memory types, and tenant isolation.

Plans and billing

What a credit is, what each plan includes, and when credits renew.

API reference

Every endpoint, grouped by data plane and control plane.

Framework adapters

LangChain, CrewAI, LlamaIndex, Google ADK, Agent Framework, Strands.

SDKs

Official clients for Python and TypeScript.