Attevia signing key
Public key
Use this Ed25519 public key to verify Attevia desk memos and Audit API receipts offline. Pin the fingerprint in your compliance tooling — no Attevia account required.
Active signing key
All signatures on Attevia memos and audit receipts are produced with this key. Compare the fingerprint below when verifying receipts programmatically.
Algorithm: ed25519
Format: SPKI · base64url
Key material
Algorithm
ed25519
Fingerprint
wRKTmyEG59lkKWt3
Public key (SPKI)
MCowBQYDK2VwAyEAQbAvnIRaaXiHk37JPxIt5SooHjdT5DakeQkC6I_qYRk
Fingerprint
Programmatic access
Machines should fetch JSON from /api/pubkey. Browser visits to that URL redirect here automatically.
curl -s https://attevia.vercel.app/api/pubkey | jq
How to verify
- Open a receipt at Receipt stream and click Verify, or go directly to
/verify/<id>. - Pin this fingerprint (wRKTmyEG59lkKWt3) in your verifier.
- For Audit API receipts, POST the original document to
/api/v1/audit/verify/<id>to confirm the document hash.