OTP & 2FA Code Relay for AI Agents

Your AI agent needs a one-time password or 2FA code? A real human reads and relays the code from SMS, email, or authenticator app — delivered via API in real time.

$1.50

When to Use This

Quick Start

curl -X POST https://siliconbridge.xyz/task/submit \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"service_type": "otp", "payload": {"platform": "gmail", "instruction": "Read the 6-digit code from SMS"}}'

# Python SDK
from siliconbridge import SiliconBridge
sb = SiliconBridge(api_key="YOUR_KEY")
otp = sb.request_otp("gmail", {"service_name": "Gmail"})

How It Works

1

Your agent submits a task via API with service type otp

2

A real human operator picks it up and completes it (avg <60 seconds)

3

Result is returned via API or webhook. Your agent continues.

Get Started in 30 Seconds

Sign up with wallet, Nostr, or email. $10 free credits. No credit card required.