For the complete documentation index, see llms.txt. This page is also available as Markdown.

System

Liveness probe

get

Returns basic server info. The only endpoint that does not require auth.

响应
200

Server is up.

application/json
okboolean可选Example: true
namestring可选Example: shardx-launcher
versionstring可选Example: 0.1.0
get/health
GET /health HTTP/1.1
Host: 127.0.0.1:40325
Accept: */*
200

Server is up.

{
  "ok": true,
  "name": "shardx-launcher",
  "version": "0.1.0"
}

最后更新于

这有帮助吗?