Link Search Menu Expand Document Documentation Menu

Agentic memory APIs

Introduced 3.3

Agentic memory APIs provide persistent memory management for AI agents. For an overview of concepts, use cases, and getting started information, see Agentic memory.

Disabling agentic memory APIs

Agentic memory APIs are enabled by default. To disable agentic memory APIs, update the following cluster setting:

PUT /_cluster/settings
{
  "persistent": {
      "plugins.ml_commons.agentic_memory_enabled": false
  }
}

OpenSearch supports the following memory container APIs:

OpenSearch supports the following memory APIs:

350 characters left

Have a question? .

Want to contribute? or .