Manage your profile
Your profile (name, email, avatar) is managed through Monnet’s authentication provider. Click your avatar in the sidebar to open the profile menu — from there you can edit your name, upload a new avatar, change your email, or sign out. Changes made in the profile menu sync into Monnet automatically the next time you navigate the app.Generate an API key
API keys let external clients — Claude Desktop, Claude Code, Cursor, Codex — connect to your Monnet account via the MCP server.Open Settings
Go to app.monnet.ai/settings (or click your avatar → Settings).
Generate a new key
Click + Generate new key. Give it a name that tells you where it’s used — “Laptop”, “Work desktop”, “CI runner”.
Copy and use a new API key
After you generate a key, a green banner appears at the top of the list with:- The full raw key.
- A Copy button.
- Client tabs — Claude Desktop / Cursor, Claude Code, Codex — showing the exact config snippet for each.
mnk_abc...) in the key list.
Revoke an API key
In the MCP Server tab, find the key in the list and click Revoke on the right. The key stops working immediately. Any MCP client using it will get a 401 error on its next request. Revoke a key whenever:- It may have leaked (shared accidentally, committed to git, exposed in logs).
- The machine it was used on is no longer yours.
- You’re rotating keys as part of security hygiene.