Documentation
Everything you need to know about our services, APIs, and game server management.
Quick Start
Get your game server up and running in minutes with our simple API:
curl -X POST \
https://api.yourdomain.com/v1/servers \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"game": "minecraft",
"plan": "pro",
"location": "us-east"
}'
Need help? Check out ourAuthentication Guide