{% extends "_layout" %} {% block onthispage %}{% endblock %} {% block content %}

API Keys

Issue API keys for content-management automation. Each key carries a scope set; the framework's b.apiKey.verify gates downstream requests against these scopes.

{% if issued %} {% endif %}

Issue a key #

Active keys #

{% if keys.length == 0 %}

No keys issued yet.

{% else %} {% for k in keys %} {% endfor %}
idscopeslast usedcreated
{{ k.id }} {{ k.scopes }} {{ k.lastUsedAt }} {{ k.createdAt }}
{% endif %} {% endblock %}