Require independent N-of-M decisions before one consequential action.
Create distinct bearer member links, deliver one to each intended authority, wait for the threshold, then consume one execution right immediately before acting.
Try every control product for seven days
Starter includes QuorumMyAction and all 49 REST/MCP tools.
Card required. Unless canceled before the trial ends, Starter renews automatically at $15/month. No automatic overages.
Step 1 · Create
curl https://api.scrubmytext.com/v1/quorums/manage -H "Authorization: Bearer smt_live_YOUR_KEY" -H "Content-Type: application/json" -d '{"operation":"create","action_fingerprint":"sha256:YOUR_64_HEX_DIGEST","required_votes":2,"member_count":3,"expires_in_seconds":3600}'Store the quorum_id. Deliver each returned member_links[].url to a different intended authority through your existing notification channel.
Step 2 · Check
curl https://api.scrubmytext.com/v1/quorums/manage -H "Authorization: Bearer smt_live_YOUR_KEY" -H "Content-Type: application/json" -d '{"operation":"check","control_id":"qrm_RETURNED_ID"}'Step 3 · Consume once
curl https://api.scrubmytext.com/v1/quorums/manage -H "Authorization: Bearer smt_live_YOUR_KEY" -H "Content-Type: application/json" -d '{"operation":"consume","control_id":"qrm_RETURNED_ID"}'Execute once only when execution_right_acquired and safe_to_execute are both true.
Limits
- Distinct bearer tokens enforce one decision per slot; they do not verify a person's identity or organizational independence.
- The caller delivers links and confirms authority.
approvedis not executable; only successful atomic consume grants one right.