Automatically forward SMS verification codes to your team, email, webhooks, or AI agents. No more "Can you send me the code?" messages.
Free to try. No credit card required.
Let your AI agents authenticate autonomously. Poll or receive OTPs via API when your agent needs to log in.
Managing client social media? Forward OTPs from their phone number to your whole team instantly.
Shared staging accounts with 2FA? OTP codes arrive at every team member's inbox simultaneously.
OTP arrives as a clean email with the code prominently displayed. Multiple recipients supported.
Forward OTPs to other phone numbers. Great for team members who prefer texts.
Push OTPs to any HTTP endpoint. Perfect for bots, automation workflows, and AI agents.
Regex-powered OTP detection catches codes from any service. Or forward all SMS — your choice.
Route OTPs based on sender number or keywords. Amazon codes to one place, Google codes to another.
Generate API keys for programmatic access. Poll for OTPs or long-poll to wait for the next one.
Download and install OTP Forwarder on the phone that receives your OTP codes.
Add email addresses, phone numbers, or webhook URLs where you want OTPs forwarded.
Optionally create rules to route specific OTPs to specific destinations.
When an OTP arrives, it's detected and forwarded to all matching destinations within seconds.
All plans include OTP detection, email forwarding, webhooks, and API access.
Your AI agents need OTP codes to authenticate. OTP Forwarder gives them a clean API.
# Wait for the next OTP (long-poll)
curl -H "X-API-Key: otpfwd_abc123..." \
"https://otp-forwarder.com/api/otp/wait?timeout=60"
# Response:
{
"otp_code": "847291",
"from_number": "+15551234567",
"message": "Your verification code is 847291",
"timestamp": "2024-01-15T10:30:00Z"
}
OTP data encrypted in DynamoDB with AWS KMS. Your codes are safe.
OTP events automatically deleted after 24 hours. Nothing lingers.
API keys are hashed before storage. Even we can't see your keys.