View and manage Agent Memory service

View and manage your Agent Memory service in Redis Cloud.

Redis Cloud

After you have created your first Agent Memory service, selecting Agent Memory from the Redis Cloud Console menu will take you to the Agent Memory Services page.

This page displays a list of all Agent Memory services associated with your account.

The Agent Memory service in the Agent Memory service list.

Select your Agent Memory service from the list to view the service's details.

Configuration tab

The Configuration tab lets you view the details of your Agent Memory service. It contains the following sections:

  • The General settings section provides the connection details and general settings for your Agent Memory service.
  • The Memory configuration section provides the service settings for your Agent Memory service.
  • The Actions section lets you flush or delete your Agent Memory service.

Some of these settings can be changed after service creation. To do so, select the Edit button.

General settings

The General settings section provides section provides the connection details and general settings for your Agent Memory service.

The General settings for the Agent Memory service.
Setting name Description
Service name The name of your agent memory service. (Editable)
Database The name of the database your service uses.
Store ID The unique ID of your Agent Memory store.
Endpoint The base URL for any Agent Memory requests.

Select the Copy button next to the Store ID and API Base URL to copy them to the clipboard.

See use the Agent Memory API for more information on how to use the connection information and API keys.

Memory configuration

The Memory configuration section shows the time-to-live (TTL) for memory storage.

The general settings for the Agent Memory service.
Setting name Description
Short-term TTL The time-to-live (TTL) of your agent's short-term memory (also known as session memory). (Editable)
Long-term TTL The time-to-live (TTL) of your agent's long-term memory. (Editable)

Actions

The Actions section lets you flush or delete your Agent Memory service.

The actions for the Agent Memory service.

Flush memory entries

Flushing the service completely erases all stored memory data while preserving the service configuration and the search index used by the service.

To flush the service:

  1. Select Flush.

  2. A confirmation dialog will appear. Select Flush again to confirm.

Flushing the service is permanent and cannot be undone, and will result in empty memory retrieval results until new memory is stored.

Delete service

Deleting your Agent Memory service permanently deletes all associated memory data, the service configuration, and the Agent Memory search index. It also immediately terminates all API keys associated with the service. Data stored in other indexes within the same database will remain unaffected.

To delete your Agent Memory service:

  1. Select Delete.

  2. A confirmation dialog will appear. Select the checkbox to confirm that you want to delete the service.

  3. Select Delete again to confirm.

Deleting the Agent Memory service is permanent and cannot be undone.

Metrics tab

The Metrics tab provides a series of graphs showing performance data for your Agent Memory service.

Metric Description
Short-term Memory Latency The average time to process a Short-term memory (or Session memory) lookup request.
Long-term Memory Latency The average time to process a Long-term memory lookup request.

API keys tab

The API keys tab shows a list of all API keys for your service.

The actions for the Agent Memory service.

Here, you can generate a new API key or remove any keys that are no longer in use. You can generate or remove service API keys at any time.

Generate a new service API key

To generate a new service key:

  1. Select New API key.

    The New API key button.
  2. Enter a new name for your API key.

    The Add API key window.
  3. Select Generate key to generate your new API key.

  4. The new key will appear in a dialog box. Select Copy to copy the key to the clipboard.

    The Agent Memory service key window. Use the Copy button to save the service key to the clipboard.
    Warning:

    This is the only time the value of the user key is available. Save it to a secure location before closing the dialog box.

    If you lose the service key value, you will need to generate a new key again.

Delete API key

To delete an API key, select the Delete API key button next to the old key.

Delete button.
RATE THIS PAGE
Back to top ↑