IntroductionInstall & runQuickstartSharing & relayStorage APICLIMCP serverSelf-hosting
REFERENCE

The kt CLI

Drive Kitchen Table from your terminal.

Every command mirrors something you can do in the app. Run kt help for the full list.

kt new <name>Scaffold a new app folder in your workspace and start serving it.
kt lsList every app, its visibility, live URL, and who is currently connected.
kt share <app>Set a visibility level and mint invite links (--level, --expires, --pin).
kt open <app>Open the app’s local URL in your default browser.
kt deploy .Publish the current folder as an app and bump its version.
kt rollback <app>Roll an app back to a previous deploy from version history.
kt pairPrint an admin pairing code for managing a headless device.
kt statusShow daemon health, workspace path, and app count.