Stytch · Arazzo Workflow
Stytch Session Authenticate and Revoke
Version 1.0.0
Validate a session token, read the user's active sessions, then revoke the session.
View Spec
View on GitHub
AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper ToolsArazzoWorkflows
Provider
Workflows
session-authenticate-revoke
Authenticate a session token, list active sessions, then revoke it.
Validates a session token to resolve the user, reads the user's active sessions, and finally revokes the session token to end the session.
1
authenticateSession
Authenticate the session token to confirm it is valid and resolve the owning user_id for the subsequent session lookup.
2
listSessions
Read the active sessions for the authenticated user before revoking.
3
revokeSession
Revoke the session token to invalidate the session and log the user out.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.