Break-glass sign-in
Mint one on the host:
docker compose --env-file .env -f docker-compose.prod.yml exec api \
dotnet Vahary.Respond.Api.dll mint-operator-token \
--email you@example.com --role respond.admin --customer <guid>
The session this creates expires when the token does — nothing is stored, and a short-lived token
stays short-lived.