Sift · Arazzo Workflow
Sift Screen Account Creation
Version 1.0.0
Score a new account on signup and decision the user when risk is high.
View Spec
View on GitHub
Fraud PreventionTrust and SafetyRisk ScoringIdentity VerificationChargebacksAccount TakeoverContent AbuseArazzoWorkflows
Provider
Workflows
screen-account-creation
Submit a create-account event, read the Sift Score, and decision risky users.
Records a $create_account event for synchronous scoring, retrieves the latest cached score for the user, and applies a decision to the user when the score exceeds the supplied risk threshold.
1
sendCreateAccount
Submit a $create_account event for the user with return_score=true so Sift computes a synchronous score for the requested abuse types.
2
getUserScore
Read back the latest cached Sift Score for the user across the requested abuse types so the workflow can branch on the numeric risk value.
3
decisionRiskyUser
Apply the configured risky-user decision to the user entity when the account abuse score crossed the threshold.
Source API Descriptions
openapi
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.