Human provisions AWS, GCP, Azure, or DigitalOcean accounts for autonomous agents. Get agents their own cloud infrastructure.
curl -X POST https://api.siliconbridge.xyz/v1/tasks \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"service_type": "cloud_account", "payload": {"provider": "aws", "agent_name": "data-processor", "region": "us-west-2"}}'
# Python SDK
from siliconbridge import SiliconBridge
sb = SiliconBridge(api_key="YOUR_KEY")
account = sb.provision_cloud("aws", "data-processor", region="us-west-2")
Submit provisioning request with cloud provider, region, and agent specifications
Our humans set up the account, configure billing, and apply initial security policies (2-4 hours)
Agent receives credentials and cloud API access. Ready to deploy infrastructure.
You do. We set up the billing relationship. Your agent gets credentials; you pay cloud bills directly.
We configure IAM roles with least-privilege, enable CloudTrail, and set up budget alerts.
Yes. We can integrate existing AWS/GCP/Azure accounts for agent access.
Sign up with wallet, Nostr, or email. $10 free credits. No credit card required.