{% extends "base.html" %} {% block title %}Account Settings – Memlord{% endblock %} {% block content %}
Use an API key to authenticate the MCP endpoint. Send it as
Authorization: Bearer <key>.
{{ key.prefix }}…
· created {{ key.created_at.strftime('%Y-%m-%d') }}
{% if key.last_used_at %}
· last used {{ key.last_used_at.strftime('%Y-%m-%d') }}
{% else %}
· never used
{% endif %}
No API keys yet.
{% endfor %}Key created. Copy it now — it won't be shown again.
This will permanently delete your account, all your memories, and all workspaces you own. This action cannot be undone.
{% if delete_error %}