Kitaru

CLI Reference

Reference for the Kitaru command-line interface.

Reference pages for every kitaru command, generated from the CLI's own schema output.

Global options

Every command accepts these options in addition to its own.

NameTypeRequiredDescription
--output/-oauto|text|json|jsonlNoSerialization mode.
--machine/--no-machinebooleanNoTerminal rendering mode.
--serverURLNoServer URL override.
--non-interactivebooleanNoDisable interaction.
--no-browserbooleanNoDisable browser launch.
--request-timeoutpositive floatNoHTTP timeout.
--debugbooleanNoRedacted debug diagnostics.
--tracebackbooleanNoRedacted traceback.

The --output type above is the union across all commands; each command page lists the modes that command supports.

Commands

CommandDescription
agentRegister and inspect agents.
analyzerRegister and inspect analyzers.
annotationCreate and manage session annotations.
cohortManage cohort namespaces and immutable membership versions.
configManage allowlisted CLI preferences.
connectionCreate and manage provider connections.
doctorRun independent local, server, authentication, and tooling checks.
evaluationInspect stored evaluations.
evaluatorDevelop, register, and inspect evaluators.
experimentConfigure experiments and manage asynchronous runs.
importInspect imports and rerun analyzers over them.
importerDevelop, register, and inspect importers.
infoShow local runtime details and resolved server information.
insightCreate and inspect agent insights.
investigationCreate investigations and review their linked sessions.
jobInspect, watch, and cancel jobs.
localInspect the CLI-owned local Kitaru deployment.
loginAuthenticate with managed cloud (14-day trial, no credit card required) or a Kitaru server.
logoutDisconnect from a server and stop an owned local deployment.
replayCreate and inspect standalone replays.
schemaDescribe the CLI command tree from offline registration metadata.
sessionImport and inspect sessions and their nodes.
setupInstall the agent skills and register the MCP server with every detected coding agent. Re-run after installing a new one. The global --server picks the server the MCP server targets.
statusShow connection, authentication, compatibility, and live-worker status.
versionShow the installed Kitaru version.
workerRun and inspect generic local workers.

On this page