Verification key
AIAuth public key
This is the Ed25519 public key used to verify every AIAuth receipt. Anyone can use it to check that a receipt was signed by the AIAuth service and has not been altered.
Algorithm
Ed25519 โ a modern elliptic-curve signature scheme (RFC 8032). Fast, small signatures, widely supported.
Key (PEM format)
-----BEGIN PUBLIC KEY-----
MCowBQYDK2VwAyEAet8SqBE2U0iO0t46Ew3//D0d/UoQx29ztFsVklWCZbI=
-----END PUBLIC KEY-----
Developer endpoints
GET /v1/public-key
Returns the same key as a JSON object. Use this from code.
Standard well-known path for key discovery.
Version: 0.5.0