Integrate your applications with the Omega AI REST API.
All API requests require a Bearer token. Generate one from the dashboard settings.
curl -H "Authorization: Bearer <TOKEN>" https://api.craftai-gameserv.com/v1/serversCreate, start, stop, and manage your Minecraft servers programmatically.
POST /v1/servers { "name": "MyServ", "plan": "nexus", "version": "paper-1.21" }View TPS, RAM, CPU, and player metrics in real-time.
GET /v1/servers/:id/metrics?range=1hThe API is limited to 120 requests per minute. Exceeding this will return a 429 status code.