Skip to content

Commands Reference

This is a practical command map, not a full generated API reference.

Core Commands

kabot config
kabot gateway
kabot agent
kabot doctor

Config And Setup

kabot config
kabot config --token-mode boros
kabot config --token-mode hemat
kabot config --token-saver
kabot config --no-token-saver

Gateway

kabot gateway
kabot gateway --port 18790

Agent

kabot agent -m "Hello Kabot"
kabot agent

Doctor

kabot doctor --fix
kabot doctor routing
kabot doctor smoke-agent --smoke-timeout 30
kabot doctor smoke-agent --smoke-mcp-local-echo

Auth

kabot auth status
kabot auth login openai
kabot auth login google --method oauth

Agents

kabot agents list
kabot agents add work --name "Work Agent" --model openai/gpt-4o
kabot agents delete work

MCP

kabot mcp status
kabot mcp example-config
kabot mcp inspect local_echo

Docs Build

pip install ".[docs]"
mkdocs serve
mkdocs build --strict