Use the Agent Memory API on Redis Cloud
Use the Agent Memory API to store and retrieve working and long-term memory for AI agents.
| Redis Cloud |
|---|
You can use the Agent Memory API and SDK from your client app to store and retrieve working and long-term memory for AI agents.
To access the Agent Memory API, you need:
- Agent Memory API endpoint
- Agent Memory service API key
- Store ID
For Agent Memory on Redis Cloud, the endpoint and Store ID are available in the Agent Memory service's Configuration page in the General settings section.
The Agent Memory API key is only available immediately after you create the service API key. If you lost this value, you will need to generate a new service API key to be able to use the Agent Memory API.
When you call the API, you need to pass the Agent Memory API key in the Authorization header as a Bearer token and the Store ID as the storeId path parameter.
See the Agent Memory API and SDK examples for more information on how to use the Agent Memory API.