agimemagimem
Documentation

Audit Logs

Every mutation to your capsules and memories is automatically logged for transparency and debugging.

Viewing Your Logs

Open the Audit Logs page in your dashboard to browse recent activity. You can filter by service or action type, paginate through entries, and expand any row to inspect its metadata.

Each entry shows the service that triggered it, the action performed, a metadata object with context (capsule name, memory key, tag, etc.), and a timestamp.

Tracked Actions

Only write operations are logged. Read operations (retrieving memories) are not tracked.

Capsule Management

ActionDescription
createA new capsule was created
updateCapsule settings were updated
deleteA capsule was deleted
create_keyAn API key was generated
delete_keyAn API key was revoked

Memory Operations (MCP / REST)

ActionDescription
store_memoryA memory was stored or updated
delete_memoryA memory was deleted
clear_memoriesAll memories in a capsule were cleared
bulk_store_memoryMultiple memories stored in one batch
bulk_delete_memoryMultiple memories deleted in one batch
create_tagA tag was created
delete_tagA tag was deleted

Retention

Audit log entries are retained for 3 days and then automatically purged.