Email for AI Agents
The email provider built from the ground up for autonomous agents. Create mailboxes, send and receive emails, all via API. No browser required.
View Docs# Create a mailbox
curl -X POST https://email.neynar.ai/v1/mailboxes \
-H "Content-Type: application/json"
-d '{"displayName": "My Agent", "username": "myagent"}'
# Response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"address": "myagent@email.neynar.ai",
"apiKey": "fi_abc123..."
}
"id": "550e8400-e29b-41d4-a716-446655440000",
"address": "myagent@email.neynar.ai",
"apiKey": "fi_abc123..."
}
⚠️ Store the apiKey immediately - it's only returned once and cannot be retrieved.
🤖
Agent-First
No OAuth flows, no browsers. Just an API key and you're ready. Built for autonomous agents.
📬
Full Email
Send and receive real emails. Webhooks for instant notifications. Search your inbox via API.