Intent-Based Verification Quickstart
Get verification emails with workflow context set up in 5 minutes. :::tip This is a quickstart guide. For detailed API documentation, see Verification with Intent. :::1. Create Scute App
- Sign up at dashboard.scute.io
- Create a new app
- Copy your App ID and API Secret
2. Get Your Credentials
3. Deploy Your Client
Install Scute (optional - for advanced features):4. Send Intent Verification
5. Check Verification Status
Option A: API
Option B: Dashboard
Visit:https://dashboard.scute.io/apps/${APP_ID}/verifications/${verification_id}
6. Setup Webhooks (Optional)
-
Configure endpoint in Settings → Webhooks:
-
Handle webhook in your app:
What Happens Next?
- Email sent → User receives verification email with your intent context
- User clicks → Verification completes automatically
- Webhook fired → Your app receives notification (if configured)
- Continue workflow → Proceed with the requested action
Use Cases
- 🎫 Help desk approvals - “Approve ticket #1234”
- 👥 Team invitations - “Add user to Engineering team”
- 🔐 Access requests - “Grant admin access to John”
- ✅ Workflow confirmations - “Confirm expense approval”