API keys
Creating, scoping, and rotating Frametail API keys safely.
Storage
Treat keys like passwords. Store them in secret managers — not git repositories or client-side bundles for public apps.
Rotation
Rotate on a schedule and immediately after suspected compromise. Frametail keys are prefixed with ft_ for easy detection in logs.
Least access
Issue separate keys per service where possible so revocation is surgical.