Identity launched
FeatureEvery phone number verified through the live API is linked to a persistent identity_id, returned from otp/verify and session/validate — a stable, opaque reference to that person for your own records, rather than keying everything off their raw phone number. Identities are scoped to your project and retained indefinitely — deleting one is available via the API, but off by default per project; turn it on from your project’s Settings card first, then DELETE /v1/identity/:id hard-deletes the identity and revokes its sessions. This doesn’t apply to the Supabase or Auth0 integrations, sandbox keys, or Test Group, since none of those mint a MiniMoth session to attach an identity to. See the Identity docs for details.