iiRecord
Agentic AI Atlas · Cloudflare Agent Memory
memory-system:cloudflare-agent-memorya5c.ai
II.
MemorySystem JSON

memory-system:cloudflare-agent-memory

Structured · live

Cloudflare Agent Memory json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/knowledge-fabric/memory-systems.yamlCluster · domain
Record JSON
{
  "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": []
}