Let's be specific about what stays on your machine, what leaves, and where it goes. No vague assurances. Actual data flows.
| Data | Where it lives | Who can see it |
|---|---|---|
| Workspace files (SOUL.md, USER.md, IDENTITY.md, LOOKS.md) | ~/.vellum/workspace/ | Only you |
| Saved memories (facts, preferences, decisions) | Local memory store | Only you |
| Configuration (config.json, settings) | ~/.vellum/workspace/ | Only you |
| Custom skills | ~/.vellum/workspace/skills/ | Only you |
| Credentials (API keys, OAuth tokens) | Secure credential vault on your machine | Only you (and the tools/domains they're scoped to) |
This data is not synced to any cloud. Not telemetry. Not analytics. Not “anonymized usage data.” It sits on your hard drive and nowhere else.
Here's where we have to be honest about the trade-offs.
Your prompts and context go to the AI model provider.
Every time you send a message, your assistant assembles a context bundle:
This entire bundle is sent to the AI model provider (currently Anthropic) to generate a response. That's how your assistant “thinks.” It can't think locally because the AI model runs in the cloud.
🫣 What this means practically: If you tell your assistant “I'm working on a secret project called Nightfall,” that information may be:
- Saved to your local memory/workspace (stays on your machine)
- Included in future AI model calls when relevant (leaves your machine temporarily)
The AI model provider processes it to generate a response, but does not (per their terms) use it to train models or share it with third parties. Still, it does leave your machine. We want you to know that.
API calls to connected services.
When your assistant checks your calendar, sends an email, or orders food, it makes API calls to those services (Google, AgentMail, DoorDash, etc.). The data in those calls is whatever's needed for the action: calendar event details, email content, order items.
These are the same API calls any app would make when talking to these services. Nothing unusual, but worth knowing.
“But what does Anthropic do with my data?”
Fair question. Here's what we know:
Read Anthropic's Privacy Policy for full details on how they handle data.
We chose Anthropic because their approach to AI safety and data handling aligns with our principles. But we also believe you should verify this yourself, not just take our word for it.
If you have information you don't want leaving your machine at all:
We'd rather give you informed choices than make promises about things outside our control.