Stytch · Arazzo Workflow
Stytch Create User and Send Email Magic Link
Version 1.0.0
Create a Stytch user, send them an email magic link, and authenticate the resulting token.
View Spec
View on GitHub
AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper ToolsArazzoWorkflows
Provider
Workflows
create-user-magic-link
Create a user, email a magic link, and authenticate the clicked token.
Provisions a new consumer user, dispatches an email magic link to their inbox, and exchanges the token captured from the clicked link for an authenticated Stytch session.
1
createUser
Add a new consumer user to Stytch using the supplied email address, returning the user_id used by later steps.
2
sendMagicLink
Send a login or signup email magic link to the user's email address so they can authenticate by clicking through.
3
authenticateMagicLink
Authenticate the magic link token captured from the clicked link to mint an authenticated session for the user.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.