Reference

CLI reference

The cui binary — operate Cuitty installs from the terminal.

CLI reference

cui is the official command-line companion. It wraps the REST API for everyday operator tasks.

Install

curl -fsSL https://releases.cuitty.com/cli/install.sh | sh

Auth

cui login --portal https://app.cuitty.com
cui logout
cui whoami

Projects

cui project list
cui project create <name>
cui project use <id>
cui project keys create

Modules

cui audit list --project <id> --since 24h
cui logs tail --project <id> --service api
cui deploys list --env production
cui costs report --period 2026-04

Send a one-off event

cui send audit \
  --actor alice@example.com \
  --action secret.rotate \
  --resource stripe.live_key

Self-hosted operator commands

cui admin migrate           # Run pending migrations
cui admin backup            # Snapshot Postgres + libSQL
cui admin verify-chain      # Verify the audit-chain integrity