Skip to content
Open Memside

API Keys

  1. Open Settings > Developer & API.
  2. Create an API key.
  3. Copy it immediately.

The full key is shown only once.

Send the key as a bearer token:

Authorization: Bearer mem_sk_your_key_here

Do not place API keys in URLs.

Windows PowerShell:

Terminal window
$env:MEMSIDE_API_KEY = "mem_sk_your_key_here"

macOS or Linux:

Terminal window
export MEMSIDE_API_KEY="mem_sk_your_key_here"
Terminal window
curl https://api.memside.com/context/startup \
-H "Authorization: Bearer $MEMSIDE_API_KEY"
  • Do not commit API keys to source control.
  • Do not paste keys into screenshots, logs, or shared chats.
  • Use separate keys for separate tools when practical.
  • Revoke a key when it is no longer needed.
  • Revoke and replace a key immediately if it is exposed.

API keys can use supported public routes. Account management, billing, private files, and other app-only features are not general API-key routes.

Secret Memories are not available through API-key or normal MCP access.