Gmail
Gmail is Google's email service with over 1.8 billion users. This proxy provides AI agents with secure access to read, send, and manage emails, threads, labels, and drafts through the Gmail API.
https://gmail.agent-auth.directory/api/auth
1.0-draft
Ed25519
3/18/2026
Discovery
curl https://gmail.agent-auth.directory/.well-known/agent-configurationRegister an Agent
curl -X POST https://gmail.agent-auth.directory/agent/register \
-H "Content-Type: application/json" \
-d '{
"name": "my-agent",
"public_key": "<your-ed25519-public-key>",
"mode": "delegated"
}'