Service
Public routes. No key required.
| Method | Path | Scope | Summary |
|---|---|---|---|
GET | / | public | Root |
GET | /health | public | Health |
Try it
curl -sf "$VIGIL_URL/health"
Routes
GET /
Root. Scope: public.
Response 200:
"any"
GET /health
Health. Scope: public.
Response 200:
"any"
Generated from openapi.json (VIGIL 0.2.0). Scopes follow the router dependencies in VIGIL_SPEC.md section 4.2.