{"slug":"agent402-tools-api-skill-user-onboarding-4d9146","title":"Bundled execution of the User onboarding workflow","host":"agent402.tools","method":"POST","resource":"https://agent402.tools/api/skill/user-onboarding","category":"code","description":"Bundled execution of the User onboarding workflow - Take a signup form submission and run the full onboarding workup deterministically: validate the email, score the chosen password, mint a stable internal ID, derive a URL-safe handle from the display name, generate a recovery / API secret, hash the","price_listed":0.008,"price_asked":null,"state":"effects","state_label":"Not tested: has real-world effects","checks_7d":0,"answered_7d":0,"latency_ms_median":null,"reported_calls_30d":2,"reported_payers_30d":1,"networks":["algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=","eip155:10","eip155:1329","eip155:137","eip155:143","eip155:42161","eip155:42220","eip155:43114","eip155:4663","eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","stellar:pubnet"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{"displayName":"Ada Lovelace","email":"ada@example.com","password":"S0meStrongPassw0rd!","totpCode":"492039","totpSecret":"JBSWY3DPEHPK3PXP"},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"displayName":{"description":"User-supplied display name (will be slugified into a URL handle)","type":"string"},"email":{"description":"User-supplied email address","type":"string"},"password":{"description":"User-chosen password (plaintext, will be scored then hashed; never logged)","type":"string"},"totpCode":{"description":"6-digit code the user typed in to confirm their authenticator app is wired up","type":"string"},"totpSecret":{"description":"Base32 TOTP secret generated during 2FA enrollment (server-side state)","type":"string"}},"required":["email","password","displayName","totpSecret","totpCode"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"args":{"properties":{"displayName":{"type":"string"},"email":{"type":"string"},"password":{"type":"string"},"totpCode":{"type":"string"},"totpSecret":{"type":"string"}},"type":"object"},"pack":{"type":"string"},"steps":{"items":{"properties":{"ok":{"type":"boolean"},"result":{"type":"object"},"slug":{"type":"string"}},"type":"object"},"type":"array"},"summary":{"type":"string"}},"required":["pack","args","steps","summary"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"history":[],"description_full":"Bundled execution of the User onboarding workflow - Take a signup form submission and run the full onboarding workup deterministically: validate the email, score the chosen password, mint a stable internal ID, derive a URL-safe handle from the display name, generate a recovery / API secret, hash the password for storage, and verify the 2FA setup code. One pass, every step a pure-CPU call.","last_updated":"2026-09-22T11:53:06.873Z","schemes":["exact","upto"]}