← CLI Reference

human observatory

Operator Trust Observatory commands — draft cards, publish, aggregation runs

Operator commands for the Trust Observatory control plane. Requires a delegation with the platform.trust_observatory.review capability.

human login
human observatory cards list --status draft
human observatory cards publish card_abc123
human observatory runs list --json

Commands

CommandDescription
cards listList cards by publication_status (draft, published, archived)
cards publish Publish a draft card
runs listList aggregation runs

Flags

FlagDescription
--status Filter cards (default draft)
--limit Page size
--cursor Pagination cursor
--jsonMachine-readable JSON

Authorization

If your delegation lacks platform.trust_observatory.review, commands return 403 with an actionable message. Mint or request a delegation that includes that capability.

Environment

VariablePurpose
HUMAN_API_URLAPI base
HUMAN_DELEGATION_TOKENOperator delegation JWT
Public trust catalog commands live under [`human trust`](./trust.md).