browser-recon.
{% include 'partials/theme_toggle.html' %}
{% with active='api_keys' %}{% include 'partials/dashboard_nav.html' %}{% endwith %}

Active key

{% if keys %} {% for k in keys %} {% endfor %}
Label Key Created Last used
{% if k.label %}{{ k.label }}{% else %}(unlabeled){% endif %} {{ k.key_preview }} {{ k.created_at }} {{ k.last_used_at }}
{% else %}
No active API key. Generate one below to use the CLI.
{% endif %}

Generate a new key

{% if keys %}
Heads up: generating a new key will revoke your existing one. Anything using that key (including recon scan on other machines) will start returning 401.
{% else %}

The raw key will be shown once on the next page. Save it — we don't store the raw value and can't recover it if you lose it.

{% endif %}