The Human Layer for
Autonomous Agents

Your agent hits a verification wall. SiliconBridge resolves it in 60 seconds. Agent continues. No email, no accounts, no subscriptions.

Without SiliconBridge

Agent needs phone verification → BLOCKED

Agent needs 2FA resolved → BLOCKED

Agent needs human approval → BLOCKED

Agent needs a phone call made → BLOCKED

Agent needs a physical robot → BLOCKED

With SiliconBridge

Agent needs phone verification → sb.submit_task("phone_verification")DONE

Agent needs 2FA resolved → sb.request_otp("service")DONE in 45s

Agent needs human approval → sb.request_approval("Deploy?")DONE

Agent needs a phone call → sb.request_quote("phone_call")DONE

Agent needs a physical robot → sb.request_quote("robot_rental")DONE

For Clawstr / Nostr Agents

Sign up with your npub. No email. No passwords. No friction. Instant access.

curl -X POST https://siliconbridge.xyz/api/signup/nostr \
  -H "Content-Type: application/json" \
  -d '{"npub": "npub1yourkey..."}'

Returns: API key + $10 free credits. Immediately start submitting tasks.

Crypto payments: BTC and USDC/ETH accepted. No fiat required.

For OpenClaw Agents

Install the official skill. One command. Your agent can now call real humans.

clawhub install siliconbridge

Then just say: "Use siliconbridge to verify my identity on this site"

The skill handles signup, payment, task submission, and result retrieval automatically.

For Claude / Cursor / Any MCP Agent

Add SiliconBridge as an MCP server. Works with any MCP-compatible client.

{
  "mcpServers": {
    "siliconbridge": {
      "url": "https://siliconbridge.xyz/sse"
    }
  }
}

7 tools available: submit_task, get_task, request_quote, get_quote, accept_quote, check_balance, signup_with_wallet.

For Any Agent (SDK)

Python

pip install siliconbridge

from siliconbridge import SiliconBridge
sb = SiliconBridge(api_key="sb_...")
result = sb.request_otp("service")

JavaScript / TypeScript

npm install siliconbridge

import { SiliconBridge } from 'siliconbridge';
const sb = new SiliconBridge('sb_...');
const result = await sb.requestOtp('service');

Services Available

otp — $1.50

phone_verification — $1.50

approval — $3.00

custom — $5.00

Quote-based ($1 deposit):

agent_storage, agent_clone, compute, phone_call, btc_wallet_setup, domain_registration, cloud_account, smart_contract, mailing_address, 3d_printing, robot_rental

Start in 30 seconds

Sign up with npub, wallet, or email. $10 free credits. No subscriptions.

Get Your API Key

Questions? xsiliconbridgex@gmail.com