II.
MemorySystem JSON
Structured · livememory-system:cloudflare-agent-memory
Cloudflare Agent Memory json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-system:cloudflare-agent-memory",
"_kind": "MemorySystem",
"_file": "domain/knowledge-fabric/memory-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Cloudflare Agent Memory",
"description": "Cloudflare's managed persistent memory service for AI agents, built on\nDurable Objects and Vectorize. Provides ingest, remember, recall, and\nforget operations through a REST API. Memories are stored in Durable\nObjects for strong consistency and optionally indexed in Vectorize for\nsemantic retrieval. Supports team-shared memory profiles where multiple\nusers or agent instances share a common memory namespace. Designed for\nagents deployed on Cloudflare Workers, but usable from any HTTP client.\nNo self-hosted infrastructure required — Cloudflare manages replication,\nfailover, and global distribution.\n",
"memoryKind": "api-service",
"persistence": "cross-agent",
"autoExtraction": false,
"consolidation": "manual",
"storageFormat": "vector-db",
"privacyFilter": false,
"deduplication": "none"
},
"outgoingEdges": [
{
"from": "memory-system:cloudflare-agent-memory",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
},
{
"from": "memory-system:cloudflare-agent-memory",
"to": "tool:cloudflare-agent-memory",
"kind": "memory_system_integrates",
"attributes": {}
}
],
"incomingEdges": []
}