# Agent Memory Persistent AI-powered memory for agents and applications — automatically extract, classify, and recall knowledge from conversations > Links below point directly to Markdown versions of each page. Any page can also be retrieved as Markdown by sending an `Accept: text/markdown` header to the page's URL without the `index.md` suffix (for example, `curl -H "Accept: text/markdown" https://cloudflaredoc.ubitools.com/agent-memory/`). > > For other Cloudflare products, see the [Cloudflare documentation directory](https://cloudflaredoc.ubitools.com/llms.txt). ## Overview - [Agent Memory](https://cloudflaredoc.ubitools.com/agent-memory/index.md): 为需要在不同对话中记住用户、组织和特定领域上下文的 Agent 提供持久的、限定范围的内存。 ## 快速入门 - [快速入门](https://cloudflaredoc.ubitools.com/agent-memory/get-started/index.md): 向 Agent 添加持久内存的召回和摄取功能。 ## api - [HTTP API](https://cloudflaredoc.ubitools.com/agent-memory/api/http-api/index.md): 从直接调用 Cloudflare API 的服务中使用 Agent Memory。 - [Workers API](https://cloudflaredoc.ubitools.com/agent-memory/api/workers-api/index.md): 配置 Agent Memory 绑定并在 Worker 代码中使用内存配置文件。 ## concepts - [工作原理](https://cloudflaredoc.ubitools.com/agent-memory/concepts/how-agent-memory-works/index.md): 关于 Agent Memory 如何从对话中提取、存储和检索知识的高层级概述。 - [命名空间和配置文件](https://cloudflaredoc.ubitools.com/agent-memory/concepts/namespaces-profiles/index.md): Agent Memory 如何使用针对应用程序的命名空间和针对单个用户或 Agent 的配置文件来隔离内存存储。 ## platform - [限制](https://cloudflaredoc.ubitools.com/agent-memory/platform/limits/index.md): 查看 Agent Memory 的平台限制,包括消息大小、命名约束和 API 分页限制。 - [定价](https://cloudflaredoc.ubitools.com/agent-memory/platform/pricing/index.md): 查看 Agent Memory 定价信息。