{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

{{ company.name }} - Sites (API Keys)

Create New API Key
Download Windows Agent
Company Sites (API Keys)
These API keys can be used to authenticate windows agents. You can download a pre-configured agent with your selected API key.
{% for api_key in api_keys %} {% endfor %}
Site Name Key Created Last Used Actions
{{ api_key.description }}
{{ api_key.created_at.strftime('%Y-%m-%d %H:%M:%S') }} {{ api_key.last_used.strftime('%Y-%m-%d %H:%M:%S') if api_key.last_used else 'Never' }}
{% endblock %} {% block scripts %} {% endblock %}