The Unified Entity Model is additive. Existing APIs, CLIs, and TOML schemas continue to work.
| Before | After (recommended) |
|---|---|
| Ad-hoc device + verify checks | spanda entity verify <id> |
| Robot-only readiness views | spanda entity readiness <id> for any kind |
| Separate trust CLI per domain | spanda entity trust <id> |
spanda verify, spanda verify-fleet, spanda device */v1/devices, /v1/robots, /v1/fleets, /v1/humansDeviceRegistry, HumanRegistry, fleet TOML authoringExisting SDK list/get methods are unchanged. Add typed evaluation calls:
| SDK | New methods |
|---|---|
| Rust | entity_verify, enriched entity_readiness / entity_health / entity_trust responses |
| TypeScript | verifyEntity; readiness/health/trust return report object |
| Python | entity_verify; same report enrichment |
The Entities tab queries /v1/entities/*. Legacy robot/device tabs remain; they project from
the same registry.
spanda entity list, graph, relationshipsspanda entity verify (Phase 2)See entity-integration-report.md for phase status.