rotate_developer_key
Rotate a developer key to revoke the old key and mint a new one atomically. Requires AAL2 authentication; the new plaintext key is returned only once.
Instructions
Atomically rotate a developer key (revoke old, mint new). Requires AAL2 session. New plaintext returned ONCE ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the new key (defaults to old key's name) | |
| key_id | Yes | UUID of the key to rotate | |
| access_token | Yes | AAL2 access token from verify_mfa response |