{% extends "valet_keys/base.html" %} {% block subcontent %}

These are your API keys. They're useful for building applications that perform tasks on MDN on your behalf. If you have stopped using any of them, or suspect one has been exposed to parties you don't trust with your account, click the X to delete the key. It's easy to create a replacement key at any time.

Create a new key

{% if not keys %}

You have no API keys, yet.

{% else %} {% for key in keys %} {% endfor %}
History {{ key.history.count }} {% if not key.is_disabled %} X {% endif %} {{ key.created }} {{ key.description }} {% if key.is_disabled %}(disabled){% endif %}
{% endif %} {% endblock %}