Link Search Menu Expand Document Documentation Menu

Agentic Memory APIs

Introduced 3.2

This is an experimental feature and is not recommended for use in a production environment. For updates on the progress of the feature or if you want to leave feedback, join the discussion on the OpenSearch forum.

Agentic Memory APIs provide persistent memory management for AI agents. This enables agents to learn, remember, and reason over structured information across conversations.

Enabling Agentic Memory APIs

To enable Agentic Memory APIs, update the following cluster setting:

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

For more information and other ways to enable experimental features, see Experimental feature flags.

OpenSearch supports the following memory container APIs:

OpenSearch supports the following memory APIs:

350 characters left

Have a question? .

Want to contribute? or .