Your API keys, if any, are displayed below. To create a new API key, click
the 'Generate API Key' button, and the copy the key to a secure location
like a password manager.
0">
@if(apiKeys().length > 0) { @for(key of apiKeys(); track key) {
{{ key.reminder }}
{{ key.createdAt | date }}
} } @else {
No API keys generated yet
}
@if(newApiKey(); as key) {
{{ key.token }}
{{ key.createdAt | date }}