{% extends "base.html" %} {% block title %}API Keys - Vindicara{% endblock %} {% block content %}
Create, scope, and manage your API keys
| Name | Key | Scopes | Created | Actions |
|---|---|---|---|---|
| {{ key.name }} | {{ key.key_prefix }} | {{ key.scopes | join(", ") }} | {{ key.created_at[:10] }} | |
| No API keys created yet | ||||