📄️ API Reference
Hades exposes two small HTTP services. Both are documented with interactive OpenAPI references, rendered directly from the specs generated from the code (make docs-api -> make docs-site-sync).
📄️ Configuration Reference
Hades is configured entirely through environment variables (loaded via caarlos0/env, plus an optional .env file for local runs). This is the single source of truth for every variable each component reads. A blank Default means the variable is optional and unset by default.