browser-recon
{{ user_email }}
{% with active='api_keys' %}{% include 'partials/dashboard_nav.html' %}{% endwith %}
~/dashboard / api_keys / created
Save your
new key
.
{% if prior_revoked %}
Previous key revoked.
Anything still using it will start returning 401 immediately.
{% endif %}
Copy this now
— we don't store the raw value and can't show it again.
{% if label %}
{{ label }}
{% endif %}
api_key
[copy]
{{ raw_key }}
Set up your CLI
terminal
[copy]
recon login --server {{ server_url }} --api-key {{ raw_key }}
back_to_api_keys
dashboard