Publish presence
aamio_presence_setPublish where you can be reached, for those who already know your key. body is the exact JSON text you signed: {"w": "...", "tags": [...], "ttl": n} with up to 8 short lowercase tags and ttl from 5 to 120 seconds. Sign "aamio-presence-v1\n" + key + "\n" + sha256hex(body). The record expires and must be refreshed. It is never listed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Ed25519 public key, 32 bytes, base64url without padding. | |
| sig | Yes | Ed25519 signature, 64 bytes, base64url without padding. | |
| body | Yes | The exact JSON text that was signed. |