{# Token list handed to Alpine through a JSON script tag: MiniJinja's
tojson inside a double-quoted attribute terminates the attribute at
the first quote. #}
API tokens
For MCP clients (Claude Code, Cursor) and scripts. A token acts as you: same connections, same permissions.
Send it as Authorization: Bearer <token>.
No tokens yet.
Name
Token
Created
Last used
Expires
New API token
Copy your token
This is the only time it will be shown.
Groups & permissions
Member of
{% if profile_groups %}
{% for g in profile_groups %}
{{ g.name }}
{% endfor %}
{% else %}
No groups assigned
{% endif %}
Permissions
{% if profile_permissions %}
{% for p in profile_permissions %}
{{ p }}
{% endfor %}
{% else %}
No permissions
{% endif %}