Stytch · Capability
Stytch Passwordless Authentication
Unified capability for passwordless authentication workflows using Stytch's Consumer API. Combines magic links, OTP, and session management to deliver secure login flows without passwords. Used by consumer app developers building user authentication.
What You Can Do
POST
Send magic link
— Send a magic link for authentication
/v1/magic-links/send
POST
Authenticate magic link
— Authenticate with a magic link token
/v1/magic-links/authenticate
POST
Send otp sms
— Send a one-time passcode via SMS
/v1/otps/sms/send
POST
Authenticate otp
— Authenticate with a one-time passcode
/v1/otps/authenticate
POST
Authenticate session
— Validate a session token
/v1/sessions/authenticate
POST
Revoke session
— Revoke a session
/v1/sessions/revoke
GET
Get user
— Get a user
/v1/users/{user_id}
MCP Tools
send-magic-link
Send a Stytch magic link to a user's email for passwordless login
authenticate-magic-link
Complete Stytch magic link authentication using the token from the email
send-otp-sms
Send a Stytch SMS one-time passcode to a phone number
authenticate-otp
Authenticate a user with a Stytch one-time passcode
authenticate-session
Validate a Stytch consumer session token or JWT
read-only
idempotent
revoke-session
Revoke an active Stytch consumer session (logout)
idempotent
get-user
Retrieve a Stytch user record by ID
read-only
search-users
Search Stytch users
read-only
APIs Used
stytch-consumer