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

Active key

{% if keys %}
browser-recon.com / dashboard / api-keys
{{ keys|length }} active
{% 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 %}
browser-recon.com / dashboard / api-keys / new
POST