Timoni · Capability
Timoni Module Registry API
Timoni is a package manager for Kubernetes powered by CUE that provides type-safe alternatives to Helm charts. Timoni modules are distributed as OCI artifacts in container registries. This API describes the OCI registry operations used for module distribution, versioning, and artifact management within the Timoni ecosystem.
What You Can Do
GET
Listmoduletags
— List Module Tags
/v2/{registry}/{module}/tags/list
GET
Getmodulemanifest
— Get Module Manifest
/v2/{registry}/{module}/manifests/{reference}
GET
Getmoduleblob
— Get Module Blob
/v2/{registry}/{module}/blobs/{digest}
MCP Tools
listmoduletags
List Module Tags
read-only
idempotent
getmodulemanifest
Get Module Manifest
read-only
idempotent
getmoduleblob
Get Module Blob
read-only
idempotent