Settings
Plan
<% if (plan === 'free') { %> Free <% } else if (plan === 'pro') { %> Pro <% } else if (plan === 'lifetime') { %> Lifetime <% } %>Account
<%= it.loginKey %>
<%= createdDate %>
Signed in with a sub-key
Sub-keys can manage monitors but can't access account credentials. Sign in with your main account key to manage your login key, recovery email, and sub-keys.
Recovery Email
Used for account recovery only. Stored as a one-way hash — we can't read it.
Sub-Keys
Create separate keys for different apps, scripts, or teammates.
No sub-keys yet.
<% } else { %> <% it.apiKeys.forEach(function(k) { %><%= k.label %>
<%= k.key %>
created <%= new Date(k.created_at).toLocaleDateString() %> <%~ k.last_used_at ? '· last used ' + it.timeAgoSSR(k.last_used_at) : '· never used' %>