Interactive Sandbox

Documentation Support
Gateway Active

Test Dispatch Engine

Fire a live OTP payload to verify edge routing latency and inbox placement.

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...