{% if new_key %}
Key created — save it now, it won't be shown again!
{{ new_key }}
| ID | Name | Prefix | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ key.id }} | {{ key.name }} | {{ key.prefix }}… | {% if key.is_active %} Active {% else %} Revoked {% endif %} | {{ key.created_at }} | {% if key.is_active %} {% endif %} |
No API keys yet. Create one above.