Skip to content

References

When you already know what you want and just need the exact spelling — a command's flags, a module's functions, a manifest field — this is where you look it up. The reference section trades narrative for precision: each page is a terse catalog you scan rather than read. The cards below split that catalog three ways. Reach for the CLI when you need a command, the API when you need a module, and the manifest when you are writing mod.yaml. If you are still building a mental model rather than looking something up, start instead with Getting started and Fundamentals.

  • CLI


    Every subcommand of kite (and its edition-specific cousins) with flags, examples, and exit codes.

    Browse CLI

  • API


    Every built-in module, organized into Foundations / Network / Data / Cloud / AI groups.

    Browse API

  • Module manifest


    The mod.yaml schema — identity fields and declared dependencies.

    mod.yaml reference