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

Your new API key

{% if prior_revoked %}
Previous key revoked. Anything still using it will start returning 401 immediately.
{% endif %} {% if label %}

Label: {{ label }}

{% endif %}

Copy this now — we don't store the raw value and can't show it again.

{{ raw_key }}

Use it from the CLI

recon login --api-key {{ raw_key }} --server {{ server_url }}
← Back to API keys Dashboard