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
| Command | Description |
|---|---|
cards list | List cards by publication_status (draft, published, archived) |
cards publish | Publish a draft card |
runs list | List aggregation runs |
Flags
| Flag | Description |
|---|---|
--status | Filter cards (default draft) |
--limit | Page size |
--cursor | Pagination cursor |
--json | Machine-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
| Variable | Purpose |
|---|---|
HUMAN_API_URL | API base |
HUMAN_DELEGATION_TOKEN | Operator delegation JWT |