{% extends "base.html" %} {% block title %}API Keys{% endblock %} {% block breadcrumb %}API Keys{% endblock %} {% block content %} {# ── Coming Soon ── #}

Coming Soon

API Key management is under active development. This feature will allow you to create, manage, and revoke programmatic access keys for the admin API.

What to Expect
SHA-256 hashed storage — raw keys shown only once at creation
Fine-grained scopes — restrict what each key can access
Expiry & rotation — automatic key lifecycle management
Usage analytics — track last used, request counts, and more

This feature is not functional yet. Stay tuned for an upcoming release.

{% endblock %}