Root
Endpoint:GET /
Health
Endpoint:GET /health
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Root and /health endpoints
GET /
curl --cacert "${K7_API_CA:-./k7-ca.crt}" "$BASE/"
{ "message": "K7 Sandbox API", "version": "x.y.z" }
GET /health
curl --cacert "${K7_API_CA:-./k7-ca.crt}" "$BASE/health"
{ "status": "healthy" }
