Save your key
This won't be shown again. Copy it now and store it safely.
{newlyCreatedKey}
{/if}
{#if keysLoading}
{:else if keys.length === 0}
No API keys yet
Create your first key to start using the API
{:else}
{#each keys as k, i}
{k.name ?? 'API Key'}
sk-••••••••••••••••••••
{fmtDate(k.created_at)}
{/each}
{/if}