Data storage

A complete picture of where Bom Agent puts your data.

Server side (Bom.Server)

  • MongoDB Atlas Flex (ap-northeast-2) — memory graph, threads, schedules
  • Atlas Vector Search — memory_vector_idx (1536d cosine)
  • Azure Blob (Korea Central) — attachments, 50 MB max
  • Azure OpenAI — text-embedding-3-small (for embeddings only)
Note

Server-side data is isolated per user and partitioned by user ID.

Local (Bom.Ag desktop)

  • ~/.bom/settings.ini — device identifier, user preferences
  • ~/.bom/runtimes/ — isolated runtimes for the 21 MCP tools
  • ~/.bom/timelines/ — video editor timeline JSON
  • ~/.bom/browser-profiles/ — Playwright user data
  • ~/.bom/logs/ — agent logs (default 7-day retention)

What we never send

  • Raw file contents — only embeddings reach the server
  • Browser cookies — stay on your PC
  • Pack internal logs — local unless you explicitly share them
Tip

Bom Server lives in the Korea region (ap-northeast-2). All traffic is TLS 1.3.

Right to delete

Settings → Account → "Delete all data" wipes server-side memory, threads, and attachments plus the local ~/.bom/ directory. The action is irreversible.