AI Executive Office — CXO Assistant Platform · View 20 of 30 · 5 · Runtime
The control
- The AI identity holds no write scope anywhere in the estate. The execution plane is the only component with a write credential, and it uses a distinct connector identity per target system so a compromise is bounded to one system
- Authority is checked twice: when the approval is given, and again at execution time. Between the two, a person can leave a role or a limit can change
- Every action carries an idempotency key. A retried queue message must not create a second purchase request
Numbers
- Approval to write: under 30 seconds when the target system is healthy
- Approval thresholds and dual-approval rules are tenant configuration, not code
- Outcome watch window defaults to 14 days, set per action class
Risks
- The failure that matters is the unknown one: the write may have succeeded while the response was lost. The action then sits in a terminal-unknown state and is reconciled against the target system's own record rather than retried blindly
- If the decision store is unavailable, the platform refuses to execute rather than executing unrecorded. That is the one place it fails closed (view 25)