Interactive Sandbox

Documentation Support
Gateway Active

Live Authentication Sandbox

Test your authentication flow with real email deliveries. Select an email-verified Recipient to send a live OTP and verify your integration before going live. Sandbox plans support up to 5 verified recipients.

Verified Accounts: Account verification in the Billing section removes the 5-recipient limit.

dispatch_otp.js
const authepy = require('@authepy/server');

// Your backend injects the real Secret Key
const client = new AuthepyClient(process.env.AUTHEPY_SECRET_KEY);

await client.otp.send({
  projectId: 'proj_01J0X',
  email: 'test@example.com'
});
Live Network Stream
Authepy Multi-Tenant Router initialized...
Listening for incoming payload validations on 0.0.0.0...
_ Awaiting execution...