Understanding Vaults
A vault is just a folder on your computer. That’s it. Atlas reads and writes plain markdown files inside it — there’s no proprietary database, no hidden format, no lock-in.
Your notes are plain text
Section titled “Your notes are plain text”Every note in Atlas is a standard .md (Markdown) file. You can open any of them in Notepad, VS Code, Obsidian, iA Writer, or any other text editor. If you ever stop using Atlas, your notes are right there, completely intact and readable by anything.
This is a deliberate choice. Your knowledge belongs to you.
What Atlas adds to your vault
Section titled “What Atlas adds to your vault”When you set up a vault, Atlas creates an atlas/ subfolder to store its own data. You’ll see these subfolders inside it:
| Folder | What’s inside |
|---|---|
atlas/identity/ | Your user profile and Atlas’s personality files |
atlas/memory/ | Long-term memory, session summaries, automation configs |
atlas/rules/ | Behavior rules and the list of enabled tools |
atlas/network/ | CRM data — people, organizations, topics |
atlas/logs/ | Agent action audit logs |
You can read and edit most of these files directly. They’re markdown too.
Multiple vaults
Section titled “Multiple vaults”You can have more than one vault — a personal vault, a work vault, a research vault, whatever fits your life. Atlas tracks your recent vaults so you can switch quickly.
To switch vaults:
- Open Settings (gear icon)
- Go to the Vault section
- Click a recent vault or browse for a new folder
Each vault has its own atlas/ subfolder and its own memory, identity, and settings.
Your vault is portable
Section titled “Your vault is portable”Because a vault is just a folder, you can:
- Back it up — copy the folder to an external drive or cloud storage
- Sync with Git — version-control your notes with a simple
git init - Sync with iCloud, Dropbox, or Syncthing — keep notes in sync across machines
- Use with Obsidian — Atlas and Obsidian can share the same vault folder (both read the same
.mdfiles) - Move it — drag the folder anywhere, then point Atlas to the new location
Recommended vault locations
Section titled “Recommended vault locations”Keep your vault somewhere stable and easy to back up:
~/Documents/MyVault~/Dropbox/Notes~/iCloudDrive/Atlas
Avoid placing your vault inside system folders, Program Files, or inside the Atlas app bundle itself.