# Show current auth state
tpc auth whoami
# Show installed CLI version
tpc version
tpc --version
# Check for updates
tpc update --check
# Install latest update
tpc update
# List organizations
tpc org list
# Product-scoped commands take --scope <product-slug>/<org-slug>
tpc sim experiment list --scope browser-run/cloudflare-dev
tpc analytics sov --scope nvidia-dgx-spark/nvidia-com --last 30d
# List pages (pass --scope before the subcommand)
tpc --scope my-product/prompting-co site page list
# Generate llms.txt files from a sitemap (no auth required)
tpc llmstxt init https://docs.example.com/sitemap.xml
tpc llmstxt generate
# Show simulation command help
tpc sim help
# Show environment list help without requiring auth
tpc env list -h
# List simulation environments
tpc env list
# Model Council config and runs
tpc council config get
tpc council run
tpc council list