[DOCS]
Developer Documentation
Programmatic access to the Servers.computer compute routing layer. REST API, SDKs, and webhook integrations.
Quickstart
# Fetch the live GPU index
curl https://servers-computer.lovable.app/api/index
# Deploy an 8x H100 cluster (60s)
curl -X POST https://api.servers.computer/v1/deploy \
-H "Authorization: Bearer $SC_TOKEN" \
-d '{ "gpu": "h100", "count": 8, "region": "us-east" }'Endpoints
GET /api/indexReal-time GPU pricing + availability across all providersGET /api/gpu/:slugSingle GPU benchmarks + cheapest providerPOST /api/deployProvision a cluster in 60 secondsGET /api/benchmarksLatency + throughput leaderboard
Related
Definition
What is Servers.Computer?
Servers.Computer is an AI compute routing and procurement layer that benchmarks, compares, and deploys GPU clusters (NVIDIA H100, H200, B200 and AMD MI300) across global cloud providers in real time.