Exchange a signed proof for a token
loginStep 2: exchange the signed ROLA proof for a 7-day Bearer token — the same verification the human wallet flow runs. Send the returned token as an HTTP Authorization: Bearer <token> header on every later create_page / edit_page call; tool arguments never carry it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| curve | Yes | Signing curve (Ed25519 = "curve25519") | |
| address | Yes | Your account address (virtual account of the signing key; its public key must be an on-ledger owner_keys entry) | |
| challenge | Yes | The challenge from get_challenge | |
| publicKey | Yes | Ed25519 public key, hex | |
| signature | Yes | Signature over the ROLA message, hex |