{% extends 'base.html.j2' %} {% block title %}Agent JWT{% endblock %} {% block content %}
{{ message }}
{% endif %}Please store this JWT securely. It will not be shown again.
{{ jwt_token }}
You can use this JWT to authenticate your agent when interacting with the namespace '{{ namespace.name }}'.
{% endblock %}