tinysend
newsletter and email platform for humans and agents — lists, subscribers, posts, mailboxes, webhooks, automations
https://id.tinysend.com/api/auth
1.0-draft
Ed25519
6/18/2026
Discovery
curl https://id.tinysend.com/.well-known/agent-configurationRegister an Agent
curl -X POST https://id.tinysend.comhttps://id.tinysend.com/api/auth/agent/register \
-H "Content-Type: application/json" \
-d '{
"name": "my-agent",
"public_key": "<your-ed25519-public-key>",
"mode": "delegated"
}'