The Short Version

01. The Prime Directive — Explicit Consent Only

Memoria Orbis operates on a single foundational principle: explicit consent. Unlike modern LLM scrapers and passive server bots that vacuum thousands of messages continuously, Memoria does absolutely nothing until you explicitly invoke it.

If you don't right-click a message and choose Save Memory, or use the /save command, we do not read, process, store, or even look at it. Your server conversations are your private domain — we are a guest that only acts when invited.

🚫

We Do Not Scrape Workflow Data

The bot has no background processes reading your channels. It has no scheduled jobs harvesting message history. It is completely inert until you explicitly command it. The only time the bot reads any message content is in the moment you invoke a save action, and only to capture what you selected (plus a small context window for surrounding messages if you permit it).

02. Encryption — Your Data Is Unreadable to Us

This is the most important section of this document. Please read it.

Every memory you save is encrypted using XChaCha20-Poly1305 — authenticated encryption that is used in Signal, WireGuard, and other high-security applications. Each user has a completely unique encryption key (a Data Encryption Key, or DEK). Your DEK is itself encrypted with a Master Key (Key Encryption Key, or KEK).

The critical point: the Master Key is stored on a separate, independent server from the database. The database server (shared hosting) physically cannot decrypt any user data because it never has access to the Master Key. This is called a split-server architecture.

🔐

What This Means In Practice

03. What Data Exists and Why

Here is the complete, honest list of what we store:

DataStored?Encrypted?Purpose
Your Platform User IDNo (identifier)Link your memories to your account
Your Team/Workspace IDsNo (identifier)Associate you with your organizations
Your Display UsernameNoDisplay in your dashboard
Your Profile AvatarNo (a URL)Display in your dashboard
Saved message contentYes — XChaCha20-Poly1305Your vault — returned only to you
Context messagesYes — XChaCha20-Poly1305Conversational context for your memory
Message URL / jump linkNoLet you jump back to the platform source
Image attachments✓ (URLs only)NoDisplay images in recalled memories
Tags / Notes you addNo (metadata)Help you organise your vault
Auth session token✓ (temporary)NoKeep you logged into the dashboard

04. What We Do Not Collect

🛡️

A Clear List of What We Never Do

05. The Only Statistics We Collect

The only aggregate data we ever observe is:

These numbers exist solely for operational monitoring. They tell us nothing about who saved what. We cannot join these numbers back to any user or any content. They are anonymous totals, used only to verify the system is healthy.

06. Context Windows and Permissions

When you invoke Memoria to archive a message, it attempts to provide context. The bot looks backwards up to five messages preceding your target message.

This context window is also encrypted before storage, using the same key as your main memory.

07. Data Ownership and Deletion

You own the archive. At any point, through the dashboard, you may delete individual memories, permanently removing them. You can purge your entire account, which removes all memories, session tokens, and your user record instantly — with no retention window, no 30-day delay, and no backups we're "unable" to remove.

You can also export your entire vault at any time in JSON, CSV, or Markdown format.

08. Team Privacy & Shared Access

Memoria Orbis for Teams introduces shared archival spaces. The same encryption standards apply, with the following additions:

🌉

Cross-Platform Privacy

Memoria Orbis maintains strict data isolation. Memories saved from Discord and Slack are stored together in your unified encrypted vault, but the platform identifiers are only used to provide functional jump-links back to the source.

09. API Access & Token Security

Our Vault API and MCP support allow you to connect your encrypted data to external tools. To protect your privacy:

10. Contact

If you have any questions about this policy, or wish to request account deletion manually, please join the Memoria Orbis Support Server or contact Kynlo Akari directly.

Last updated: March 2026