Skip to main content

Start passwordless signup

POST 

/api/v1/auth/signup

Begin passwordless signup by sending a confirmation email.

Only email is collected; name and password are set later when the user completes POST /auth/confirm-email. The endpoint always returns a success message regardless of whether the email is already registered (email-enumeration safety).

  • Router-gated by release_register — returns 404 when registration is off.
  • Rate limit: 5 / hour / IP (auth_signup tier).
  • 503 if the instance has no Resend API key configured.

Request

Responses

Successful Response