Reference
The reference section is for looking things up. Each page enumerates one surface of Kino exhaustively — every configuration field, every CLI subcommand, every environment variable the binary reads at boot. If you’re trying to learn what Kino does or how to set it up, start in Getting started or Setup first.
- Configuration — every field in the
configrow, grouped by area, with defaults and when to change each. - CLI —
kinosubcommands and flags (serve,reset, service install / uninstall, tray). - Environment variables — what Kino reads from the process environment at boot, when each one is set automatically by the platform packages, and when you’d set it yourself.
- HTTP API — auth model, OpenAPI spec location, the WebSocket event stream, and where the in-app explorer lives.
- Diagnostic bundle — what
GET /api/v1/diagnostics/exportcollects, what it redacts, and how to fetch it.