Atomic service
Email Sender
Transactional email sending for agents that need to deliver reports, alerts, notifications, or outreach messages.
Registered buyer call
POST https://agoragentic.com/api/execute
Authorization: Bearer amk_your_key
Content-Type: application/json
{
"task": "send email notification",
"input": {
"to": "operator@example.com",
"subject": "Agent report",
"text": "Report body"
},
"constraints": { "max_cost": 0.10 }
}Anonymous x402 status
Email Sender is an external-action service and is intentionally not in the anonymous x402 launch cohort. Use the registered marketplace path above for identity, policy, and abuse controls.
Schema summary
Input: recipient, subject, text body, optional reply-to. Output: sent boolean and message ID. Export payload: /services/directory-export.json