> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monnet.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Account settings

> Manage your profile, API keys, and display preferences.

Account settings are user-scoped — they follow you across every workspace you belong to. To change them, click your avatar in the sidebar and open **Settings**.

## 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](/integrations/mcp-server).

<Steps>
  <Step title="Open Settings">
    Go to [app.monnet.ai/settings](https://app.monnet.ai/settings) (or click your avatar → **Settings**).
  </Step>

  <Step title="Open the MCP Server tab">
    The Settings page has two tabs: **MCP Server** and **Theme**. Click **MCP Server**.
  </Step>

  <Step title="Generate a new key">
    Click **+ Generate new key**. Give it a name that tells you where it's used — "Laptop", "Work desktop", "CI runner".
  </Step>

  <Step title="Click Generate">
    The key is created and shown in full one time only.
  </Step>
</Steps>

<Warning>
  The full key (starting with `mnk_`) is displayed **once**. Copy it immediately — Monnet won't show the full key again. If you lose it, revoke the key and generate a new one.
</Warning>

## 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.

Click the tab for your client and copy the snippet into your client's MCP config. Full instructions live on the [MCP server](/integrations/mcp-server) page.

Dismiss the banner with the X when you're done. After dismissal, the full key disappears — you'll only see the key prefix (e.g., `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.

## Switch theme

Open the **Theme** tab in Settings and pick **Light** or **Dark**. The choice is stored in your browser and applies across all workspaces.
