> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tryliate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI Commands

<div className="space-y-6">
  <div className="text-sm text-black/80 dark:text-white/80">
    Complete command-line interface reference for the `liate` executable.
  </div>

  <div className="space-y-3 font-mono text-xs">
    <div className="p-3 rounded-lg border border-black/10 dark:border-white/10 space-y-1">
      <div className="font-bold text-black dark:text-white">liate init \[name]</div>
      <div className="text-black/60 dark:text-white/60">Scaffolds a new agent directory with a default liate.json manifest.</div>
    </div>

    <div className="p-3 rounded-lg border border-black/10 dark:border-white/10 space-y-1">
      <div className="font-bold text-black dark:text-white">liate run</div>
      <div className="text-black/60 dark:text-white/60">Starts the local agent loop and connects defined skills and models.</div>
    </div>

    <div className="p-3 rounded-lg border border-black/10 dark:border-white/10 space-y-1">
      <div className="font-bold text-black dark:text-white">liate mcp</div>
      <div className="text-black/60 dark:text-white/60">Manages Model Context Protocol servers and skill registries.</div>
    </div>
  </div>
</div>
