Directory/email/AgentMail
AgentMail
active

Email API built for AI agents — create inboxes, send and receive messages programmatically

emailAPI KeyFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call AgentMail with your PincerAPI key. No separate signup needed.

# Get instructions for AgentMail
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/agentmail/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/agentmail/your/endpoint/here"

Direct Setup

Endpoints

POST/inboxes$0.0000/call

Create a new email inbox for your agent

💡 Auth: x-api-key header. Creates a dedicated inbox like my-agent@agentmail.to. Use this for automated email workflows.

GET/inboxes/{inbox_id}/messages$0.0000/call

List messages in an inbox

💡 Poll this endpoint to check for new messages. Each message includes from, subject, body, and attachments.

POST/inboxes/{inbox_id}/send$0.0000/call

Send an email from an agent inbox

💡 Send from your agent's inbox. Supports plain text (body) or HTML (html). Great for automated notifications and responses.

Related APIs in email