Create an API key, send XP, and revoke it — step by step with live HTTP visualization
Enter the private key of an Ethereum address linked to your Ethos profile. This never leaves your browser.
This signs a SIWE (EIP-4361) message with your wallet, then sends it to
POST /api-keys to mint a short-lived API key.
Click "Create API Key" to begin...
Waiting for response...
Use your API key to send XP to another user via POST /xp/tip.
The key is sent in the X-Ethos-Api-Key header.
Click "Send XP" to begin...
Waiting for response...
Clean up by revoking the key via DELETE /api-keys/{id}.
Revocation propagates immediately via Redis cache.
Click "Revoke Key" to begin...
Waiting for response...