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.
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"})
Your agent submits a task via API with service type otp
A real human operator picks it up and completes it (avg <60 seconds)
Result is returned via API or webhook. Your agent continues.
Sign up with wallet, Nostr, or email. $10 free credits. No credit card required.