Agent toggles IoT devices — human pairs once, then remote-controls lights, Sonos, thermostats. Full home automation delivered via API.
curl -X POST https://api.siliconbridge.xyz/v1/tasks \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"service_type": "smart_home", "payload": {"device": "living_room_lights", "action": "toggle", "value": "on", "brightness": 75}}'
# Python SDK
from siliconbridge import SiliconBridge
sb = SiliconBridge(api_key="YOUR_KEY")
sb.smart_home_control("living_room_lights", "toggle", value="on")
Human pairs smart home devices to your account (one-time setup via our dashboard)
Agent submits control requests via API with device names and actions
Commands execute on your devices instantly. Agent receives confirmation.
Philips Hue, LIFX, Sonos, Nest thermostats, August locks, and HomeKit/Google Home/Alexa ecosystems.
You control which devices and actions your agent can perform. Read-only access available.
Devices continue working locally. Failed API calls are queued and retried.
Sign up with wallet, Nostr, or email. $10 free credits. No credit card required.