Agent drafts a message — a real human sends it via Gmail, Telegram, Slack, or SMS. Your agent communicates through real channels without needing OAuth tokens.
curl -X POST https://siliconbridge.xyz/task/submit \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"service_type": "send_message", "payload": {"channel": "gmail", "to": "user@example.com", "subject": "Hello", "body": "Sent by your agent"}}'
# Python SDK
from siliconbridge import SiliconBridge
sb = SiliconBridge(api_key="YOUR_KEY")
result = sb.submit_task("send_message", {"channel": "telegram", "to": "@user", "body": "Hello"})
Your agent submits a task via API with service type send_message
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.