You're viewing version 3.3 of the OpenSearch documentation. This version is no longer maintained. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.
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:
- Create memory container
- Get memory container
- Update memory container
- Delete memory container
- Search memory container
OpenSearch supports the following memory APIs: