{% extends 'base.html.j2' %} {% block title %}Agent JWT{% endblock %} {% block content %}

JWT for Agent '{{ agent_name }}'

{% if message %}

{{ 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 }}'.

Back to Manage Namespace

{% endblock %}