{% extends "base.html" %} {% block title %}Account - Invincible{% endblock %} {% block content %}

Account

Signed in as {{ email }} {% if github_linked %}(GitHub linked){% endif %}

Projects

{% if project_error %} {% endif %}

API keys

Pair a device

Approve a machine that started pairing (invincible agent on first run, or invincible login): type the code it printed.

Generate a key

{% if new_key %} {% endif %}
{% for key in api_keys %} {% else %} {% endfor %}
PrefixLabelCreatedStatus
{{ key.prefix }} {{ key.label }} {{ key.created_at | timeago }} {% if key.revoked_at %}revoked{% else %}active{% endif %} {% if not key.revoked_at %} {% endif %}
No API keys yet - generate one above, or use invincible login.
{% endblock content %}