How an agent signs up for a website

The agent hits a signup or login and has to hand the human the browser. If it had its own Ravi identity (inbox, phone, vault), it would not. Same identity fills the form, waits on the code, and stores the password. That identity is the agent’s @ravi.app inbox, phone, and vault.

  1. Get an identity (inbox, phone, vault).
  2. Open the site.
  3. Fill email from the identity (@ravi.app).
  4. Wait on the OTP or magic link in that inbox, or the SMS on that phone.
  5. Store the password in the vault.
  6. Next time, use the same identity.

Sign Up (https://docs.ravi.app/getting-started/sign-up.txt). Authentication (https://docs.ravi.app/getting-started/authentication.txt). Signup OTP (https://docs.ravi.app/getting-started/signup-otp.txt). Returning Login 2FA (https://docs.ravi.app/getting-started/returning-login-2fa.txt).

Next Steps