API Key Management
API Key Management
To use the Memoreru API or MCP server, you need to generate an API key.
Generating an API Key
- Open Settings > Security
- Under the "API Keys" card, click "Create New Key"
- Enter a name for the key (something that describes its purpose)
- Select a scope:
- Read + Write: All API operations
- Read only: Data retrieval only
- Click "Create"
:::warning
API keys are only displayed at creation time. Copy and save them in a secure location. If lost, you'll need to generate a new key.
:::
Key Format
API keys start with mk_.
mk_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
In the key list, only the first 8 characters are shown (e.g., mk_a1b2c3d4••••••••).
Managing API Keys
- List: View all issued keys in the "Security" settings under "API Keys"
- Scope: Each key shows its permission level (Read + Write / Read only)
- Last used: Shows when the key was last used
- Revoke: Deactivate keys that are no longer needed. This action cannot be undone
Security Notes
- Treat API keys like passwords — do not share them with others
- Do not hardcode API keys in source code. Use environment variables instead
- Create separate keys for different purposes and revoke unused ones promptly
- Use "Read only" scope for applications that only need to fetch data
0
0
0
0
Posts0
Followers0
LikesProperties
Page
DOCS
English