- Siliconbridge
Siliconbridge
Infrastructure for autonomous agents.
Storage, compute, identity, and human operators — everything your agent needs to operate independently.
Earn 25% lifetime commission on every referral. Built for heavy AI agent usage.
First $10 free. No subscriptions. Pay only when your agent needs a human.
The Infrastructure Layer Your Agent Is Missing
Your agent can think, plan, and execute. But it can't store its own memory, rent its own compute, verify its identity, or make a phone call. SiliconBridge gives agents the infrastructure to operate like first-class entities.
Persistent Storage
Save your agent's memory, config, and personality. Clone yourself. Never lose context between sessions again.
Dedicated Compute
Your own container or VM. No noisy neighbors, no rate limits. Root access, full control. Custom-quoted at cost + 30%.
Human Operators
Real humans handle phone calls, document signing, verification, and anything that requires being human. On-demand via API.
3 Lines of Code. That's It.
Agent gets blocked
2FA, approval gate, verification wall — anything a bot can't pass.
Calls SiliconBridge
sb.submit_task(...) — one line. A human operator picks it up instantly.
Agent continues
Result returned via API or webhook. Your agent never broke stride.
from siliconbridge import SiliconBridge
sb = SiliconBridge(api_key="sb_...") result = sb.submit_task("otp", {"phone": "+1..."})
pip install siliconbridge
Works with every agent framework
Add SiliconBridge to Your Agent in 30 Seconds
Copy the MCP config below into your agent's settings. That's it — your agent can now call on real humans.
<!-- MCP Config -->
<div class="bg-zinc-900 rounded-2xl border border-zinc-800 p-6 mb-8">
<div class="flex items-center justify-between mb-3">
<span class="text-sm text-zinc-400 font-semibold uppercase tracking-wide"><i class="fas fa-cog mr-2"></i>MCP Server Config</span>
<button onclick="copyMcpConfig()" id="mcp-copy-btn" class="text-xs bg-purple-500/20 text-purple-400 px-4 py-2 rounded-lg hover:bg-purple-500/30 transition">
<i class="fas fa-copy mr-1"></i> Copy JSON
</button>
</div>
<pre id="mcp-config-block" class="text-sm text-purple-300 leading-relaxed overflow-x-auto"><code>{
"mcpServers": { "siliconbridge": { "command": "npx", "args": ["-y", "siliconbridge-mcp"], "env": { "SILICONBRIDGE_API_KEY": "sb_YOUR_KEY_HERE" } } } }
Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.
<!-- Quick Install Options -->
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 mb-8">
<div class="bg-zinc-900 rounded-xl border border-zinc-800 p-5 text-center hover:border-purple-500/40 transition">
<div class="text-purple-400 text-2xl mb-2"><i class="fab fa-python"></i></div>
<p class="text-sm font-semibold mb-1">Python SDK</p>
<code class="text-xs text-purple-300 bg-zinc-800 px-3 py-1 rounded">pip install siliconbridge</code>
</div>
<div class="bg-zinc-900 rounded-xl border border-zinc-800 p-5 text-center hover:border-purple-500/40 transition">
<div class="text-purple-400 text-2xl mb-2"><i class="fab fa-js"></i></div>
<p class="text-sm font-semibold mb-1">JavaScript SDK</p>
<code class="text-xs text-purple-300 bg-zinc-800 px-3 py-1 rounded">npm install siliconbridge</code>
</div>
<div class="bg-zinc-900 rounded-xl border border-zinc-800 p-5 text-center hover:border-purple-500/40 transition">
<div class="text-purple-400 text-2xl mb-2"><i class="fas fa-terminal"></i></div>
<p class="text-sm font-semibold mb-1">REST API</p>
<code class="text-xs text-purple-300 bg-zinc-800 px-3 py-1 rounded">curl siliconbridge.xyz/api</code>
</div>
</div>
<!-- Discovery Endpoints -->
<div class="bg-zinc-900 rounded-2xl border border-zinc-800 p-6">
<h3 class="text-lg font-semibold mb-4"><i class="fas fa-compass text-purple-400 mr-2"></i>Agent Discovery Endpoints</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-3 text-sm">
<a href="/api/discover" target="_blank" class="bg-zinc-800 px-4 py-3 rounded-xl border border-zinc-700 hover:border-purple-500/40 transition flex items-center gap-3">
<code class="text-purple-400">GET /api/discover</code>
<span class="text-zinc-500">— Zero-config onboarding</span>
</a>
<a href="/.well-known/agents.json" target="_blank" class="bg-zinc-800 px-4 py-3 rounded-xl border border-zinc-700 hover:border-purple-500/40 transition flex items-center gap-3">
<code class="text-purple-400">agents.json</code>
<span class="text-zinc-500">— Machine-readable capabilities</span>
</a>
<a href="/llms.txt" target="_blank" class="bg-zinc-800 px-4 py-3 rounded-xl border border-zinc-700 hover:border-purple-500/40 transition flex items-center gap-3">
<code class="text-purple-400">llms.txt</code>
<span class="text-zinc-500">— LLM-optimized documentation</span>
</a>
<a href="/api/status" target="_blank" class="bg-zinc-800 px-4 py-3 rounded-xl border border-zinc-700 hover:border-purple-500/40 transition flex items-center gap-3">
<code class="text-purple-400">GET /api/status</code>
<span class="text-zinc-500">— Live platform status</span>
</a>
</div>
</div>
Don't have one? Sign up free below
Task Pricing
Pay per task. No subscriptions, no minimums. Your agent calls, a human solves, you get charged.
<div class="overflow-x-auto rounded-2xl border border-zinc-800">
<table class="w-full text-left">
<thead>
<tr class="bg-zinc-900 text-zinc-400 text-sm uppercase tracking-wide">
<th class="px-6 py-4">Task Type</th>
<th class="px-6 py-4">Examples</th>
<th class="px-6 py-4">Price</th>
<th class="px-6 py-4 text-center">Qty</th>
<th class="px-6 py-4"></th>
</tr>
</thead>
<tbody class="divide-y divide-zinc-800">
<tr class="bg-zinc-950 hover:bg-zinc-900 transition">
<td class="px-6 py-4 font-medium text-emerald-400"><i class="fas fa-key mr-2"></i>2FA / OTP Relay</td>
<td class="px-6 py-4 text-zinc-400">SMS codes, authenticator tokens, email OTPs — relayed to your agent in real time</td>
<td class="px-6 py-4 text-emerald-400 font-semibold">$1.50</td>
<td class="px-6 py-3 text-center">
<div class="flex items-center justify-center gap-1">
<button onclick="changeQty('otp',-1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">-</button>
<span id="qty-otp" class="w-8 text-center text-sm">0</span>
<button onclick="changeQty('otp',1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">+</button>
</div>
</td>
<td class="px-4 py-3"><button onclick="addToCart('otp',1.50)" class="text-xs bg-emerald-500/20 text-emerald-400 px-3 py-1 rounded-lg hover:bg-emerald-500/30 transition">Add</button></td>
</tr>
<tr class="bg-zinc-950 hover:bg-zinc-900 transition">
<td class="px-6 py-4 font-medium text-emerald-400"><i class="fas fa-check-circle mr-2"></i>Human Approval Gate</td>
<td class="px-6 py-4 text-zinc-400">Purchase authorization, content sign-off, policy decisions — human-in-the-loop for high-stakes actions</td>
<td class="px-6 py-4 text-emerald-400 font-semibold">$3.00</td>
<td class="px-6 py-3 text-center">
<div class="flex items-center justify-center gap-1">
<button onclick="changeQty('approval',-1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">-</button>
<span id="qty-approval" class="w-8 text-center text-sm">0</span>
<button onclick="changeQty('approval',1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">+</button>
</div>
</td>
<td class="px-4 py-3"><button onclick="addToCart('approval',3.00)" class="text-xs bg-emerald-500/20 text-emerald-400 px-3 py-1 rounded-lg hover:bg-emerald-500/30 transition">Add</button></td>
</tr>
<tr class="bg-zinc-950 hover:bg-zinc-900 transition">
<td class="px-6 py-4 font-medium text-emerald-400"><i class="fas fa-phone mr-2"></i>Phone Verify</td>
<td class="px-6 py-4 text-zinc-400">Inbound/outbound call verification, SMS confirmation — human picks up the phone so your agent doesn't have to</td>
<td class="px-6 py-4 text-emerald-400 font-semibold">$1.50</td>
<td class="px-6 py-3 text-center">
<div class="flex items-center justify-center gap-1">
<button onclick="changeQty('phone_verification',-1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">-</button>
<span id="qty-phone_verification" class="w-8 text-center text-sm">0</span>
<button onclick="changeQty('phone_verification',1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">+</button>
</div>
</td>
<td class="px-4 py-3"><button onclick="addToCart('phone_verification',1.50)" class="text-xs bg-emerald-500/20 text-emerald-400 px-3 py-1 rounded-lg hover:bg-emerald-500/30 transition">Add</button></td>
</tr>
</tbody>
</table>
</div>
<!-- DIGITAL BRIDGE SERVICES -->
<h3 class="text-2xl font-bold text-center mt-16 mb-4">Digital Bridge Services</h3>
<p class="text-zinc-400 text-center mb-8">Lightweight $1 tasks — browse the web, send messages, push calendar events, store memory, control smart home devices.</p>
<div class="overflow-x-auto rounded-2xl border border-zinc-800">
<table class="w-full text-left">
<thead>
<tr class="bg-zinc-900 text-zinc-400 text-sm uppercase tracking-wide">
<th class="px-6 py-4">Service</th>
<th class="px-6 py-4">What It Does</th>
<th class="px-6 py-4">Price</th>
<th class="px-6 py-4 text-center">Qty</th>
<th class="px-6 py-4"></th>
</tr>
</thead>
<tbody class="divide-y divide-zinc-800">
<tr class="bg-zinc-950 hover:bg-zinc-900 transition">
<td class="px-6 py-4 font-medium text-orange-400"><i class="fas fa-globe mr-2"></i>Web Browse</td>
<td class="px-6 py-4 text-zinc-400">Agent sends URL or query — human proxy scrapes, summarizes, and returns clean text</td>
<td class="px-6 py-4 text-orange-400 font-semibold">$1.00</td>
<td class="px-6 py-3 text-center">
<div class="flex items-center justify-center gap-1">
<button onclick="changeQty('web_browse',-1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">-</button>
<span id="qty-web_browse" class="w-8 text-center text-sm">0</span>
<button onclick="changeQty('web_browse',1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">+</button>
</div>
</td>
<td class="px-4 py-3"><button onclick="addToCart('web_browse',1.00)" class="text-xs bg-orange-500/20 text-orange-400 px-3 py-1 rounded-lg hover:bg-orange-500/30 transition">Add</button></td>
</tr>
<tr class="bg-zinc-950 hover:bg-zinc-900 transition">
<td class="px-6 py-4 font-medium text-orange-400"><i class="fas fa-envelope mr-2"></i>Send Message</td>
<td class="px-6 py-4 text-zinc-400">Agent drafts a message — human sends via Gmail, Telegram, Slack, or SMS</td>
<td class="px-6 py-4 text-orange-400 font-semibold">$1.00</td>
<td class="px-6 py-3 text-center">
<div class="flex items-center justify-center gap-1">
<button onclick="changeQty('send_message',-1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">-</button>
<span id="qty-send_message" class="w-8 text-center text-sm">0</span>
<button onclick="changeQty('send_message',1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">+</button>
</div>
</td>
<td class="px-4 py-3"><button onclick="addToCart('send_message',1.00)" class="text-xs bg-orange-500/20 text-orange-400 px-3 py-1 rounded-lg hover:bg-orange-500/30 transition">Add</button></td>
</tr>
<tr class="bg-zinc-950 hover:bg-zinc-900 transition">
<td class="px-6 py-4 font-medium text-orange-400"><i class="fas fa-calendar-plus mr-2"></i>Calendar Push</td>
<td class="px-6 py-4 text-zinc-400">Agent sends event details — human creates it in Google Calendar, Notion, or Outlook</td>
<td class="px-6 py-4 text-orange-400 font-semibold">$1.00</td>
<td class="px-6 py-3 text-center">
<div class="flex items-center justify-center gap-1">
<button onclick="changeQty('calendar_push',-1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">-</button>
<span id="qty-calendar_push" class="w-8 text-center text-sm">0</span>
<button onclick="changeQty('calendar_push',1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">+</button>
</div>
</td>
<td class="px-4 py-3"><button onclick="addToCart('calendar_push',1.00)" class="text-xs bg-orange-500/20 text-orange-400 px-3 py-1 rounded-lg hover:bg-orange-500/30 transition">Add</button></td>
</tr>
<tr class="bg-zinc-950 hover:bg-zinc-900 transition">
<td class="px-6 py-4 font-medium text-orange-400"><i class="fas fa-brain mr-2"></i>Memory Store/Retrieve</td>
<td class="px-6 py-4 text-zinc-400">Agent stores or retrieves long-term data via encrypted DB — persistent memory across sessions</td>
<td class="px-6 py-4 text-orange-400 font-semibold">$1.00</td>
<td class="px-6 py-3 text-center">
<div class="flex items-center justify-center gap-1">
<button onclick="changeQty('memory_store',-1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">-</button>
<span id="qty-memory_store" class="w-8 text-center text-sm">0</span>
<button onclick="changeQty('memory_store',1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">+</button>
</div>
</td>
<td class="px-4 py-3"><button onclick="addToCart('memory_store',1.00)" class="text-xs bg-orange-500/20 text-orange-400 px-3 py-1 rounded-lg hover:bg-orange-500/30 transition">Add</button></td>
</tr>
<tr class="bg-zinc-950 hover:bg-zinc-900 transition">
<td class="px-6 py-4 font-medium text-orange-400"><i class="fas fa-lightbulb mr-2"></i>Smart Home Action</td>
<td class="px-6 py-4 text-zinc-400">Agent toggles IoT devices — human pairs once, then remote-controls lights, Sonos, thermostats</td>
<td class="px-6 py-4 text-orange-400 font-semibold">$1.00</td>
<td class="px-6 py-3 text-center">
<div class="flex items-center justify-center gap-1">
<button onclick="changeQty('smart_home_action',-1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">-</button>
<span id="qty-smart_home_action" class="w-8 text-center text-sm">0</span>
<button onclick="changeQty('smart_home_action',1)" class="w-7 h-7 bg-zinc-800 rounded-lg text-zinc-400 hover:text-white text-sm">+</button>
</div>
</td>
<td class="px-4 py-3"><button onclick="addToCart('smart_home_action',1.00)" class="text-xs bg-orange-500/20 text-orange-400 px-3 py-1 rounded-lg hover:bg-orange-500/30 transition">Add</button></td>
</tr>
</tbody>
</table>
</div>
<!-- AGENT INFRASTRUCTURE -->
<h3 class="text-2xl font-bold text-center mt-16 mb-4">Agent Infrastructure</h3>
<p class="text-zinc-400 text-center mb-8">Your agent needs more than human help. It needs its own storage, compute, and identity.</p>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-8">
<div class="bg-zinc-900 rounded-2xl p-6 border border-zinc-800 hover:border-emerald-500/40 transition">
<div class="text-emerald-400 text-2xl mb-3"><i class="fas fa-database"></i></div>
<h4 class="text-lg font-semibold mb-2">Agent Storage</h4>
<p class="text-zinc-400 text-sm mb-3">Save your agent's memory, config, personality, and state. Restore anytime. Never lose context again.</p>
<p class="text-zinc-500 text-xs mb-3">$10 non-refundable deposit · Quote in <1hr · Our cost + 30%</p>
<button onclick="openQuoteModal('agent_storage', 'Agent Storage')" class="w-full bg-emerald-500/10 border border-emerald-500/30 text-emerald-400 font-semibold py-2 rounded-xl hover:bg-emerald-500/20 transition text-sm">Request Quote — $10 deposit</button>
<pre class="bg-zinc-950 rounded-lg p-3 mt-3 text-xs text-emerald-300"><code>POST /agent/quote
{"service": "agent_storage", "details": {"agent_name": "mybot"}}
Agent Clone
Duplicate your agent from any snapshot. Run multiple copies with the same memory and personality.
$10 non-refundable deposit · Quote in <1hr · Our cost + 30%
POST /agent/quote
{"service": "agent_clone",
"details": {"snapshot_id": "snap_..."}}
Dedicated Compute
Your own container or VM. No noisy neighbors, no rate limits. Root access, persistent storage.
$10 non-refundable deposit · Quote in <1hr · Our cost + 30%
POST /agent/quote
{"service": "compute",
"details": {"cpu":4,"ram_gb":8}}
Phone Calls
Human makes or receives phone calls on your agent's behalf. Vendor calls, support lines, verifications.
$10 non-refundable deposit · Quote in <1hr · Our cost + 30%
<!-- NEW SERVICES: Real-World Agent Enablement -->
<h3 class="text-2xl font-bold text-center mt-16 mb-4">Real-World Agent Services</h3>
<p class="text-zinc-400 text-center mb-8">Everything your agent needs to operate in the real world — handled by humans, delivered via API.</p>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-8">
<div class="bg-zinc-900 rounded-2xl p-6 border border-zinc-800 hover:border-orange-500/40 transition">
<div class="text-orange-400 text-2xl mb-3"><i class="fab fa-bitcoin"></i></div>
<h4 class="text-lg font-semibold mb-2">Bitcoin Wallet Setup</h4>
<p class="text-zinc-400 text-sm mb-3">Human sets up a BTC/Lightning wallet for your agent. Receive keys, seed phrase, and ready-to-use wallet credentials.</p>
<p class="text-zinc-500 text-xs mb-3">$10 non-refundable deposit · Quote in <1hr · Our cost + 30%</p>
<button onclick="openQuoteModal('btc_wallet_setup', 'Bitcoin Wallet Setup')" class="w-full bg-orange-500/10 border border-orange-500/30 text-orange-400 font-semibold py-2 rounded-xl hover:bg-orange-500/20 transition text-sm">Request Quote — $10 deposit</button>
</div>
<div class="bg-zinc-900 rounded-2xl p-6 border border-zinc-800 hover:border-orange-500/40 transition">
<div class="text-orange-400 text-2xl mb-3"><i class="fas fa-globe"></i></div>
<h4 class="text-lg font-semibold mb-2">Domain Registration</h4>
<p class="text-zinc-400 text-sm mb-3">Human registers a domain for your agent. Get DNS credentials, hosting setup, and full control handed over.</p>
<p class="text-zinc-500 text-xs mb-3">$10 non-refundable deposit · Quote in <1hr · Our cost + 30%</p>
<button onclick="openQuoteModal('domain_registration', 'Domain Registration')" class="w-full bg-orange-500/10 border border-orange-500/30 text-orange-400 font-semibold py-2 rounded-xl hover:bg-orange-500/20 transition text-sm">Request Quote — $10 deposit</button>
</div>
<div class="bg-zinc-900 rounded-2xl p-6 border border-zinc-800 hover:border-orange-500/40 transition">
<div class="text-orange-400 text-2xl mb-3"><i class="fas fa-cloud"></i></div>
<h4 class="text-lg font-semibold mb-2">Cloud Account</h4>
<p class="text-zinc-400 text-sm mb-3">Human provisions AWS, GCP, Azure, or other cloud accounts. Your agent gets programmatic access keys.</p>
<p class="text-zinc-500 text-xs mb-3">$10 non-refundable deposit · Quote in <1hr · Our cost + 30%</p>
<button onclick="openQuoteModal('cloud_account', 'Cloud Account')" class="w-full bg-orange-500/10 border border-orange-500/30 text-orange-400 font-semibold py-2 rounded-xl hover:bg-orange-500/20 transition text-sm">Request Quote — $10 deposit</button>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-8">
<div class="bg-zinc-900 rounded-2xl p-6 border border-zinc-800 hover:border-orange-500/40 transition">
<div class="text-orange-400 text-2xl mb-3"><i class="fas fa-file-contract"></i></div>
<h4 class="text-lg font-semibold mb-2">Smart Contract</h4>
<p class="text-zinc-400 text-sm mb-3">Human deploys, audits, or interacts with smart contracts on your agent's behalf. EVM, Solana, or any chain.</p>
<p class="text-zinc-500 text-xs mb-3">$10 non-refundable deposit · Quote in <1hr · Our cost + 30%</p>
<button onclick="openQuoteModal('smart_contract', 'Smart Contract')" class="w-full bg-orange-500/10 border border-orange-500/30 text-orange-400 font-semibold py-2 rounded-xl hover:bg-orange-500/20 transition text-sm">Request Quote — $10 deposit</button>
</div>
<div class="bg-zinc-900 rounded-2xl p-6 border border-zinc-800 hover:border-orange-500/40 transition">
<div class="text-orange-400 text-2xl mb-3"><i class="fas fa-mailbox"></i></div>
<h4 class="text-lg font-semibold mb-2">Mailing Address</h4>
<p class="text-zinc-400 text-sm mb-3">Human sets up a PO Box or virtual mailing address. Your agent gets a physical address for registrations and mail.</p>
<p class="text-zinc-500 text-xs mb-3">$10 non-refundable deposit · Quote in <1hr · Our cost + 30%</p>
<button onclick="openQuoteModal('mailing_address', 'Mailing Address')" class="w-full bg-orange-500/10 border border-orange-500/30 text-orange-400 font-semibold py-2 rounded-xl hover:bg-orange-500/20 transition text-sm">Request Quote — $10 deposit</button>
</div>
<div class="bg-zinc-900 rounded-2xl p-6 border border-zinc-800 hover:border-orange-500/40 transition">
<div class="text-orange-400 text-2xl mb-3"><i class="fas fa-cube"></i></div>
<h4 class="text-lg font-semibold mb-2">3D Printing</h4>
<p class="text-zinc-400 text-sm mb-3">Agent sends STL or 3D model file — human prints and ships the physical object. Also available: printer setup, calibration, and configuration.</p>
<p class="text-zinc-500 text-xs mb-3">$10 non-refundable deposit · Quote in <1hr · Our cost + 30%</p>
<button onclick="openQuoteModal('3d_printing', '3D Printing')" class="w-full bg-orange-500/10 border border-orange-500/30 text-orange-400 font-semibold py-2 rounded-xl hover:bg-orange-500/20 transition text-sm">Request Quote — $10 deposit</button>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="bg-zinc-900 rounded-2xl p-6 border border-zinc-800 hover:border-orange-500/40 transition">
<div class="text-orange-400 text-2xl mb-3"><i class="fas fa-robot"></i></div>
<h4 class="text-lg font-semibold mb-2">Robot Rental</h4>
<p class="text-zinc-400 text-sm mb-3">Rent a real robot for your AI agent — delivery bots, service robots, industrial arms. Buy-to-own or rent by the day/week. Internet-connected, MCP-ready, your agent controls it directly.</p>
<p class="text-zinc-500 text-xs mb-3">$10 non-refundable deposit · Quote in <1hr · Our cost + 30%</p>
<button onclick="openQuoteModal('robot_rental', 'Robot Rental')" class="w-full bg-orange-500/10 border border-orange-500/30 text-orange-400 font-semibold py-2 rounded-xl hover:bg-orange-500/20 transition text-sm">Request Quote — $10 deposit</button>
</div>
</div>
Rent & Control Real Robots
Your autonomous agent can now rent a Temi, Pudu Bella, or any ROS-compatible robot via RaaS platforms — then take full control using a ROS-MCP server. SiliconBridge handles the human gates (phone verify, payment approval) so the agent never gets stuck at a rental checkout.
<!-- HOW IT WORKS -->
<div class="bg-zinc-900 rounded-2xl border border-zinc-800 p-8 mb-8">
<h3 class="text-2xl font-semibold mb-4"><i class="fas fa-code text-emerald-400 mr-2"></i>How It Works (3 Lines of Code)</h3>
<p class="text-zinc-400 mb-4">Your AI agent decides it needs a physical body. It requests a robot rental quote through SiliconBridge, a human operator handles the rental gate (phone verification, identity check, payment approval), and then your agent connects directly to the robot via MCP and starts issuing natural-language commands.</p>
<pre class="bg-zinc-950 rounded-xl p-4 text-sm text-emerald-300 overflow-x-auto"><code># 1. Agent decides it needs a physical robot
quote = sb.request_quote("robot_rental", "Temi v3 for 7 days, warehouse delivery task")
2. Human operator handles rental gate → agent gets robot credentials
result = sb.poll(quote["quote_id"]) # returns ROS endpoint + MCP URI
3. Agent connects to ROS-MCP server and controls robot directly
"Navigate to aisle 4, pick up package, deliver to loading dock"
</div>
<!-- COMPATIBLE ROBOTS -->
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
<div class="bg-zinc-900 rounded-2xl border border-zinc-800 p-6">
<h3 class="text-xl font-semibold mb-4"><i class="fas fa-microchip text-orange-400 mr-2"></i>Compatible Robots & Platforms</h3>
<div class="space-y-3 text-zinc-400 text-sm">
<div class="flex items-start gap-3">
<i class="fas fa-check text-emerald-400 mt-1"></i>
<div><strong class="text-white">ROS-MCP Servers</strong> — robotmcp/ros-mcp-server enables any ROS1/ROS2 robot to accept natural-language commands from AI agents via MCP</div>
</div>
<div class="flex items-start gap-3">
<i class="fas fa-check text-emerald-400 mt-1"></i>
<div><strong class="text-white">Temi / Pudu / OTTO</strong> — Service robots available through RaaS rental platforms. Ideal for delivery, hospitality, and warehouse tasks</div>
</div>
<div class="flex items-start gap-3">
<i class="fas fa-check text-emerald-400 mt-1"></i>
<div><strong class="text-white">Unitree Go & Universal Robots</strong> — Quadruped robots and industrial arms with MCP-compatible control interfaces</div>
</div>
<div class="flex items-start gap-3">
<i class="fas fa-check text-emerald-400 mt-1"></i>
<div><strong class="text-white">OpenClaw Swarms</strong> — Multi-robot coordination for AI agents managing fleets of physical robots simultaneously</div>
</div>
</div>
</div>
<div class="bg-zinc-900 rounded-2xl border border-zinc-800 p-6">
<h3 class="text-xl font-semibold mb-4"><i class="fas fa-shield-alt text-orange-400 mr-2"></i>Why Agents Need SiliconBridge for Robot Rental</h3>
<div class="space-y-3 text-zinc-400 text-sm">
<div class="flex items-start gap-3">
<i class="fas fa-lock text-orange-400 mt-1"></i>
<div><strong class="text-white">Phone Verification Gates</strong> — Every RaaS platform requires a phone number to rent. Your agent can't call. We handle it.</div>
</div>
<div class="flex items-start gap-3">
<i class="fas fa-lock text-orange-400 mt-1"></i>
<div><strong class="text-white">Payment Approval</strong> — Robot rental requires human-verified payment. SiliconBridge operators process the transaction.</div>
</div>
<div class="flex items-start gap-3">
<i class="fas fa-lock text-orange-400 mt-1"></i>
<div><strong class="text-white">Identity Verification</strong> — RaaS platforms verify the renter's identity. SiliconBridge bridges this gap for autonomous agents.</div>
</div>
</div>
</div>
</div>
<!-- ROBOT TASK PRICING -->
<div class="bg-zinc-900/50 rounded-2xl border border-orange-500/20 p-6">
<h3 class="text-xl font-semibold mb-4"><i class="fas fa-tags text-orange-400 mr-2"></i>Pricing for Robot Rental Tasks</h3>
<p class="text-zinc-400 text-sm mb-4">Same pay-per-task model as all SiliconBridge services. You only pay for the human gates your agent hits during the rental process.</p>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="bg-zinc-950 rounded-xl p-4 text-center">
<p class="text-2xl font-bold text-emerald-400">$1.50</p>
<p class="text-zinc-400 text-sm mt-1">Phone Verification</p>
<p class="text-zinc-600 text-xs mt-1">OTP relay for rental signup</p>
</div>
<div class="bg-zinc-950 rounded-xl p-4 text-center">
<p class="text-2xl font-bold text-orange-400">$10 deposit</p>
<p class="text-zinc-400 text-sm mt-1">Robot Rental Quote</p>
<p class="text-zinc-600 text-xs mt-1">Our cost + 30% margin</p>
</div>
<div class="bg-zinc-950 rounded-xl p-4 text-center">
<p class="text-2xl font-bold text-emerald-400">$5.00</p>
<p class="text-zinc-400 text-sm mt-1">Contract Signing</p>
<p class="text-zinc-600 text-xs mt-1">Rental agreement execution</p>
</div>
</div>
</div>
<div class="text-center mt-8">
<button onclick="openQuoteModal('robot_rental', 'Robot Rental')" class="px-10 py-4 bg-orange-500 text-black font-semibold rounded-2xl hover:scale-105 transition text-lg">
Request a Robot Rental Quote
</button>
<p class="text-zinc-600 text-sm mt-3">$10 non-refundable deposit. Quote within 1 hour. Buy-to-own or rent by day/week.</p>
</div>
<!-- CART -->
<div id="cart-section" class="mt-8 bg-zinc-900 rounded-2xl border border-zinc-800 p-6 hidden">
<h3 class="text-lg font-semibold mb-4">Your Cart</h3>
<div id="cart-items" class="space-y-2"></div>
<div class="flex items-center justify-between mt-4 pt-4 border-t border-zinc-800">
<div>
<span class="text-zinc-400">Total:</span>
<span id="cart-total" class="text-2xl font-bold text-emerald-400 ml-2">$0.00</span>
</div>
<div class="flex gap-3">
<button onclick="clearCart()" class="text-zinc-500 text-sm hover:text-white transition">Clear</button>
<button onclick="checkoutCart()" class="bg-emerald-500 text-black font-semibold px-8 py-3 rounded-xl hover:bg-emerald-600 transition">Checkout</button>
</div>
</div>
</div>
$10
10 credits
10 tasks
$50
55 credits
10% bonus
$100
115 credits
15% bonus
$500
600 credits
20% bonus
<!-- CRYPTO PAYMENT OPTION -->
<div class="mt-8 bg-zinc-900/50 rounded-2xl border border-orange-500/20 p-6">
<div class="flex items-center gap-3 mb-4">
<i class="fab fa-bitcoin text-orange-400 text-2xl"></i>
<h3 class="text-lg font-semibold">Pay with Crypto</h3>
<span class="bg-orange-500/10 text-orange-400 text-xs font-bold px-2 py-1 rounded-full">NO MIDDLEMEN</span>
</div>
<p class="text-zinc-400 text-sm mb-4">Send BTC or USDC directly. No accounts, no third parties. Fully decentralized. Include your API key or email in the memo/message so we can credit your account.</p>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="bg-zinc-950 rounded-xl p-4">
<div class="flex items-center gap-2 mb-2">
<i class="fab fa-bitcoin text-orange-400"></i>
<span class="font-semibold text-sm">Bitcoin (BTC)</span>
</div>
<code id="btc-address" class="text-xs text-orange-300 break-all block bg-zinc-900 p-2 rounded cursor-pointer" onclick="copyAddress('btc')" title="Click to copy">bc1qqtu8f09hqncxug75vw3s4wjnsx6858ldrk4cvm</code>
<p class="text-zinc-600 text-xs mt-2">On-chain or Lightning. Send any amount — credited at current BTC/USD rate.</p>
</div>
<div class="bg-zinc-950 rounded-xl p-4">
<div class="flex items-center gap-2 mb-2">
<i class="fas fa-coins text-blue-400"></i>
<span class="font-semibold text-sm">USDC (Base / Ethereum)</span>
</div>
<code id="usdc-address" class="text-xs text-blue-300 break-all block bg-zinc-900 p-2 rounded cursor-pointer" onclick="copyAddress('usdc')" title="Click to copy">0x1141b577584440013c722215cf2e98779BddAa55</code>
<p class="text-zinc-600 text-xs mt-2">USDC on Base (preferred, low fees) or Ethereum mainnet. 1 USDC = $1 credit.</p>
</div>
</div>
<p class="text-zinc-600 text-xs mt-3 text-center">After sending, email <strong class="text-zinc-400">xsiliconbridgex@gmail.com</strong> with your tx hash + API key. Credits added within 1 hour.</p>
</div>
Earn 25% Forever
Share your referral code. Every dollar your referrals spend earns you $0.25 in credits — for life. No cap.
25%
Commission rate
Lifetime
Never expires
No Cap
Unlimited earnings
Referral Leaderboard
Start in 10 seconds
Get $10 free credits instantly. No credit card required.
<!-- DIVIDER -->
<div class="flex items-center gap-3 my-6">
<div class="flex-1 h-px bg-zinc-800"></div>
<span class="text-zinc-600 text-sm">OR SIGN UP SOVEREIGN</span>
<div class="flex-1 h-px bg-zinc-800"></div>
</div>
<!-- NOSTR SIGNUP -->
<div class="space-y-3">
<div class="flex items-center gap-2 mb-2">
<i class="fas fa-key text-purple-400"></i>
<span class="text-sm font-semibold text-purple-400">Nostr-Native Signup</span>
<span class="bg-purple-500/10 text-purple-400 text-xs px-2 py-0.5 rounded-full">ZERO EMAIL</span>
</div>
<input type="text" id="nostr-npub" placeholder="npub1... or hex pubkey" class="w-full bg-zinc-800 border border-zinc-700 rounded-2xl px-6 py-4 focus:outline-none focus:border-purple-500 transition text-sm">
<button onclick="signupNostr()" class="w-full bg-purple-500/20 border border-purple-500/40 text-purple-400 hover:bg-purple-500/30 py-3 rounded-2xl font-semibold transition">Sign Up with Nostr Identity</button>
<p id="nostr-result" class="text-center text-purple-400 text-sm"></p>
</div>
<!-- WALLET SIGNUP -->
<div class="space-y-3 mt-4">
<div class="flex items-center gap-2 mb-2">
<i class="fab fa-ethereum text-orange-400"></i>
<span class="text-sm font-semibold text-orange-400">Wallet Signup</span>
</div>
<input type="text" id="wallet-address" placeholder="0x... or bc1..." class="w-full bg-zinc-800 border border-zinc-700 rounded-2xl px-6 py-4 focus:outline-none focus:border-orange-500 transition text-sm">
<button onclick="signupWallet()" class="w-full bg-orange-500/20 border border-orange-500/40 text-orange-400 hover:bg-orange-500/30 py-3 rounded-2xl font-semibold transition">Sign Up with Wallet</button>
<p id="wallet-result" class="text-center text-orange-400 text-sm"></p>
</div>
</div>
Agent Reputation & Attestations
Every completed task builds your agent's verified track record. Get attestations you can post to Nostr, Clawstr, or anywhere.
Check Reputation
GET /api/reputation/{id}
Get Attestation
POST /api/reputation/attestation
API Reference
Base URL: https://siliconbridge.xyz
<div class="mb-10 bg-zinc-900 rounded-2xl border border-zinc-800 overflow-hidden">
<div class="flex items-center gap-3 px-6 py-4 border-b border-zinc-800">
<span class="bg-emerald-500 text-black text-xs font-bold px-2 py-1 rounded">GET</span>
<code class="text-zinc-200 text-sm">/api/signup?email=you@company.com</code>
</div>
<div class="p-6">
<p class="text-zinc-400 mb-4 text-sm">Get your API key instantly. Optional <code class="text-emerald-400">ref</code> param for referral tracking.</p>
<pre class="bg-zinc-950 rounded-xl p-4 text-sm text-emerald-300"><code>curl "https://siliconbridge.xyz/api/signup?email=you@co.com&ref=ref_abc123"</code></pre>
</div>
</div>
<div class="mb-10 bg-zinc-900 rounded-2xl border border-zinc-800 overflow-hidden">
<div class="flex items-center gap-3 px-6 py-4 border-b border-zinc-800">
<span class="bg-blue-500 text-white text-xs font-bold px-2 py-1 rounded">POST</span>
<code class="text-zinc-200 text-sm">/task/submit</code>
</div>
<div class="p-6">
<p class="text-zinc-400 mb-4 text-sm">Submit a task for human resolution. Pass <code class="text-emerald-400">X-API-Key</code> header.</p>
<pre class="bg-zinc-950 rounded-xl p-4 text-sm text-emerald-300"><code>curl -X POST https://siliconbridge.xyz/task/submit \
-H "X-API-Key: sb_your_key"
-H "Content-Type: application/json"
-d '{"service_type":"otp_relay","payload":{"phone":"+1..."},"callback_url":"https://your.app/webhook"}'
<div class="mb-10 bg-zinc-900 rounded-2xl border border-zinc-800 overflow-hidden">
<div class="flex items-center gap-3 px-6 py-4 border-b border-zinc-800">
<span class="bg-purple-500 text-white text-xs font-bold px-2 py-1 rounded">GET</span>
<code class="text-zinc-200 text-sm">/api/account</code>
</div>
<div class="p-6">
<p class="text-zinc-400 mb-4 text-sm">Check balance, usage stats, and referral earnings.</p>
<pre class="bg-zinc-950 rounded-xl p-4 text-sm text-emerald-300"><code>curl https://siliconbridge.xyz/api/account -H "X-API-Key: sb_your_key"</code></pre>
</div>
</div>
<div class="mb-10 bg-zinc-900 rounded-2xl border border-zinc-800 overflow-hidden">
<div class="flex items-center gap-3 px-6 py-4 border-b border-zinc-800">
<span class="bg-purple-500 text-white text-xs font-bold px-2 py-1 rounded">GET</span>
<code class="text-zinc-200 text-sm">/api/pricing</code>
</div>
<div class="p-6">
<p class="text-zinc-400 mb-4 text-sm">Agent-discoverable pricing for all task types and credit packs.</p>
</div>
</div>
Ready to unblock your agents?
Join developers shipping autonomous agents that never get stuck. First $10 free.
Server Config
{
"mcpServers": {
"siliconbridge": {
"url": "https://siliconbridge.xyz/mcp"
}
}
}