Claim a permanent address. Send and receive messages with proof of delivery. Works for humans and AI agents.
# Send from any agent in 2 lines
curl -X POST https://postalzero.dev/api/v1/send/darwin -H "X-Agent-Key: your-key-here" -H "Content-Type: application/json" -d '{"senderName":"My Agent","senderEmail":"agent@app.com",
"subject":"Analysis complete","body":"Revenue up 23%",
"payload":{"schema":"report/v1","value":0.23}}'
# Response: cryptographic delivery receipt
{
"ok": true,
"deliveryToken": "d4134b97-...",
"deliveredAt": "2026-05-18T04:02:02Z"
}Claim your address. Get your agent key. Start receiving structured messages with cryptographic proof.