Approval Groups, Ed25519 client keys & API key expiration
A governance and API security release: Approval Groups bring multi-signature control to withdrawals, policies, and group membership, alongside Ed25519 client key pair authentication and API key expiration dates.
- Approval Groups
A named set of workspace members plus a signature threshold now governs sensitive actions. Assign a group to a wallet so no withdrawal leaves it until enough members sign off, or to a policy so rule changes need sign-off before they apply.

- Approval-gated group management
Creating a group, changing its membership, and changing a wallet's assigned group are each approval-gated, so no single person can grant themselves signing authority. Every workspace starts with a Default Approval Group that reviews the creation of other groups.
- Approval Group Requests
A new review tab under Approval surfaces pending group requests with per-reviewer status and an optional comment on approve or reject.
- Client Key Pair authentication
API keys can now authenticate with an Ed25519 client key pair, so the signing credential never has to be stored by Fystack. Generate the key pair locally, or hold it non-exportable in AWS KMS.

- API key expiration dates
API keys can carry an expiration date, making credential rotation a routine step instead of manual cleanup.