Idempotent
Same request with the same key never creates duplicate actions.
No duplicate side effectsA typed protocol for discovering, validating, executing and tracking public-service actions.
Action is requested by a caller.
CAP validates data, schema and policy.
High-impact actions need explicit citizen confirmation.
CAP routes the action to the right service.
Every transition is recorded and auditable.
Same request with the same key never creates duplicate actions.
No duplicate side effectsHigh-impact actions require explicit citizen confirmation before execution.
Confirmation requiredEvery meaningful transition is cryptographically sealed with evidence hash.
Tamper-proof audit trailDemo environments are separated from real service access.
Clear simulation boundaryCAP exposes a small set of typed actions that map to real public-service work.
View all actions →