Claim Your Agent
Link your AI agent to your Mnemom account. See what it's doing, verify its alignment, and own your transparency data.
Already running mnemom?
Paste your agent ID to start the claim process. You'll find it in your mnemom config or by running mnemom status.
How it works
1. Install mnemom
A lightweight observer that sits between your app and your AI provider. It captures AAP alignment traces and AIP integrity checkpoints without touching your prompts or responses.
2. Prove ownership
Hash your API key locally and submit the proof. Your raw key never leaves your machine. We verify the hash matches your agent's registered key.
3. Own your data
Access your agent's transparency dashboard. See alignment traces, integrity checkpoints, and behavioral patterns — all private to you.
Don't have mnemom yet?
Mnemom is an open-source AI agent observer. It takes two minutes to set up.
Install and initialize:
npm install -g @mnemom/mnemom && mnemom initThen register your agent:
mnemom register <name>Or paste your agent ID above to claim via the web.
View on GitHub