Write commands
Safe mutations via the FastAPI backend.
Writes require CIITED_ACCESS_TOKEN and NEXT_PUBLIC_API_BASE_URL. The API enforces plan limits.
alerts ack <id>
POST /api/alerts/{id}/acknowledge
prompt update <id> --text "..."
PATCH /api/prompts/{id} — creates a new prompt version server-side.
prompt set-tracking <id> --on|--off
PATCH /api/prompts/{id}/tracking
topic create
--name (required), optional --description, --example-question.
topic update / delete
topic update <id> [--name] [--description] [--example-question]
topic delete <id>
topic reorder
topic reorder --order '[{"topic_id":"...","display_order":0}, ...]'
Benchmark runs cannot be started from the CLI in v1.