Corvio Platform Administrator CLI
Audited platform investigation, kept separate.
Inspect curated operational, support, reliability, and cost data without exposing ordinary Workspace commands or arbitrary SQL.
@corvio/admin-cliBeta
npm install --global @corvio/admin-cli@beta
# Existing key: best for Codex, Claude Code, OpenClaw and CI
export CORVIO_ADMIN_API_KEY='cva_...'
# Or approve a single-use administrator link
corvio-admin auth login
corvio-admin auth status --json
corvio-admin update check --json
corvio-admin catalog --json
corvio-admin usage summary \
--purpose "Explain today's cost increase" --jsonAuthority
Two paths. One short-lived cva_ principal.
CORVIO_ADMIN_API_KEY takes precedence for Agents and CI. Interactive administrators can run corvio-admin auth login, inspect exact read-only scopes, and approve a single-use link. The stored key expires within seven days and remains separately revocable.
Strict role boundary
No ask, search, documents, files, sync, sharing, mutation, Local Agent, SQL, or database commands are included.
Least privilege
The link defaults to metadata, support, and cost scopes. Exact Run content requires an explicit admin_content:read re-authorization.
Audited evidence
Every query carries a decision purpose and returns a durable result-free receipt.
Private Agent Skill
Authenticate, download, then install in your Agent host.
corvio-admin skill download --output ./corvio-admin-data.zip --json --no-input
npx skills add ./corvio-admin-data.zip
corvio-admin capabilities --json --no-input
corvio-admin update check --json --no-input
corvio-admin catalog --json --no-input