The API-first core for the K Suite tools.
Read the live architecture and tool planning documentation before making changes:
https://klever-lab.github.io/k-suite-docs/
go run ./cmd/apiThe server listens on http://127.0.0.1:8080 by default. Set API_ADDR to change the bind address.
go test ./...The first server slice only establishes the HTTP process, health endpoints, structured logging, timeouts, and graceful shutdown. Storage connections, authentication, share links, and jobs will be added behind this boundary.