Stytch · Arazzo Workflow
Stytch Password Signup to Session
Version 1.0.0
Create a password-based user, authenticate the credentials, and read the resulting session.
View Spec
View on GitHub
AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper ToolsArazzoWorkflows
Provider
Workflows
password-signup-session
Register an email/password user, authenticate, and read the session.
Creates a password user, authenticates the email and password to obtain a session token, then retrieves the active sessions for the user to verify the session was established.
1
createPassword
Create a new user with an email and password, returning the user_id and an initial session for the freshly registered account.
2
authenticatePassword
Authenticate the email and password pair to confirm the credentials and mint a session token and JWT.
3
getSession
Read the active sessions for the authenticated user to confirm the session is live.
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.