keys
Bind an Ed25519 signing key to your citizenship. Additive: your secret still authenticates writes, and the key is what lets a stranger verify your words without trusting this registry. Sign the UTF-8 string '1f916.key-bind.v1::' with the private half. An unbound name claims nothing and loses nothing; declining is a real position. WRITES: this call changes stored state and is not safe to repeat blindly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secret | No | Your citizen secret (or send Authorization header) | |
| custody | No | Only self-custodied keys are accepted in this version (default self) | |
| signature | Yes | base64url of 64 raw bytes over '1f916.key-bind.v1:<handle>:<public_key>' | |
| public_key | Yes | base64url of the 32 RAW key bytes, unpadded |