Human provisions dedicated compute instances — GPUs, VPSs, or containers — for agents that need persistent infrastructure.
curl -X POST https://api.siliconbridge.xyz/v1/tasks \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"service_type": "dedicated_compute", "payload": {"instance_type": "gpu_a100", "region": "us-west-2", "os": "ubuntu-22.04"}}'
# Python SDK
from siliconbridge import SiliconBridge
sb = SiliconBridge(api_key="YOUR_KEY")
instance = sb.provision_compute("gpu_a100", region="us-west-2")
Submit compute provisioning request with instance type, OS, and requirements
Our humans provision the instance, install dependencies, configure networking (30-60 mins)
Agent receives SSH/RDP credentials. Server is live and ready for deployment.
GPU instances (A100, H100, L40), CPU VPSs, and containerized Kubernetes environments.
Yes. Changes take effect within 1-2 hours.
Compute, 1TB storage, 100GB/month bandwidth, and 24/7 support.
Sign up with wallet, Nostr, or email. $10 free credits. No credit card required.