{% extends "base.html" %} {% block title %}Account · SubmitStream{% endblock %} {% block content %}
{{ user.name }} · {{ user.email }} · role: {{ user.role }}
Personal tokens let the submitstream CLI (and Claude) create
forms and clients on your behalf, without a browser login. Treat a token like a password —
it acts as you. The management API is reachable only from on the server.
{{ new_token }}
Save it to ~/.config/submitstream/token
(mode 600) on the server so the CLI can use it.
| Label | Created | Last used | Status | |
|---|---|---|---|---|
| {{ t['label'] or '(no label)' }} | {{ t['created_at'] }} | {{ t['last_used_at'] or 'never' }} | {% if t['revoked'] %}revoked{% else %}active{% endif %} | {% if not t['revoked'] %}{% endif %} |