{% if issued_key %}
New license key issued{% if issued_for_name %} — {{ issued_for_name }}{% endif %}
{{ issued_key }}
{% if issued_reply_url %} Reply via Gmail → {% endif %}
{% endif %}
{{ pending_count }}
Pending requests
{{ total_keys }}
Total keys
{{ active_keys }}
Active keys

Pending requests

{% if not requests %}
📭

No requests yet. Share verifiablyai.com/register to get started.

{% else %} {% for r in requests %} {% endfor %}
Person Repo & intent Requested Status Actions
{{ r.name }}
{{ r.email }}
{% if r.company %}
{{ r.company }}
{% endif %}
{% if r.repo_url %} {{ r.repo_url|replace("https://github.com/","") }} {% else %} No repo provided {% endif %} {% if r.intent %}
{{ r.intent }}
{% endif %}
{{ r.requested_ago }} {{ r.status }} {% if r.status == "approved" and r.license_key %}
{{ r.license_key }}
{% endif %}
{% if r.status == "pending" %} {% elif r.status == "approved" and r.reply_url %} Reply via Gmail → {% else %} {% endif %}
{% endif %}

Issue a new key

License keys

{% if not keys %}

No license keys issued yet.

{% else %} {% for k in keys %} {% endfor %}
Key Kind Name / notes Created Status Actions
{{ k.key }} {{ k.kind }} {% if k.kind == "trial" %}
{{ k.sessions_used }} / {{ k.sessions_max }} sessions · {{ k.files_per_session }} files/session {% if k.expires_at %}
expires {{ k.expires_at }}{% endif %}
{% endif %}
{% if k.name %}
{{ k.name }}
{% endif %} {% if k.notes %}
{{ k.notes }}
{% endif %} {% if not k.name and not k.notes %}{% endif %}
{{ k.created_at }} {{ 'active' if k.active else 'revoked' }} {% if k.active %} {% else %} {% endif %}
{% endif %}