Private dashboard access
Public pages explain the product, but dashboards, generation routes, notes, and exports stay behind authentication.
Levida keeps dashboard data private to each account, uses bearer tokens for API access, and expects HTTPS for live environments.
Public pages explain the product, but dashboards, generation routes, notes, and exports stay behind authentication.
API tokens should stay private, should not be committed into scripts or docs, and should be rotated if they are exposed.
Use HTTPS for live traffic so credentials and tokens are not transmitted over plain HTTP.
Manual security action recommended: rotate any password or API token exposed in terminal logs or shared conversations.