Members manage this account (keys, audit). Approvers who sign approvals are unlimited and never counted here. Owners control billing; admins manage the team; members manage resources.
Approvers sign approvals with a passkey — unlimited and never billed. For personal-reach notifications (notify:"telegram"/"email"): link a Telegram DM, or type an email straight into the row (delivery-only). Public reveal uses a separate account-designated email, chosen under Public approval reveal settings.
notify:"telegram"
"email"
public: true
Paste a Slack Incoming Webhook URL to also ping a shared channel (e.g. #approvals) for every approval request. The message is a link to the passkey page only — no action or payload text is sent. A webhook is currently configured.
#approvals
export COSIGNET_API_KEY=…
curl -X POST https://cosignet.com/api/confirmations \ -H "X-Api-Key: $COSIGNET_API_KEY" -H "content-type: application/json" \ --data '{"username":"<your-approver>","action":"Test approval","payload":{"hello":"world"}}'