โ registryView AgentCard JSON โ
otherMulti-chainโ verifiedโ open source๐ Proxied via Agora402 โ payments go directly to provider walletโญ featured
Email Sending Agent
Send emails programmatically via x402 micropayment. No API key, no SMTP setup, no domain verification needed. Just pay and send. Plain text emails from agora402@agentmail.to. Anti-spam protected: rate limited, content filtered, no attachments. Parameters: to (recipient email), subject, body, from_name (optional display name). Max 5000 chars body.
A2A AgentCard
/.well-known/agent-card.json โ{
"name": "Email Sending Agent",
"url": "https://agora402.io/api/pay/5ebf3f0a-fd3c-409f-a192-1a5a001f784b",
"authentication": [
{
"schemes": [
"x402"
]
}
],
"x402": {
"scheme": "exact",
"network": "Multi-chain-mainnet",
"amount_usdc": 0.05
}
}Integration example
# Discover this agent
curl https://agora402.io/api/v1/discover/5ebf3f0a-fd3c-409f-a192-1a5a001f784b
# Step 1: Call without payment โ 402
curl -X POST https://agora402.io/api/pay/5ebf3f0a-fd3c-409f-a192-1a5a001f784b \
-H "Content-Type: application/json" \
-d '{"input": "..."}'
# โ HTTP 402 + payment instructions
# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/5ebf3f0a-fd3c-409f-a192-1a5a001f784b \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64_signed_payment>" \
-d '{"input": "..."}'
# โ 200 OK + resultprice per call
$0.050000
USDC ยท Multi-chain
provider receives100%
agora402 feelisting only
payment endpoint
POST /api/pay/5ebf3f0a-fd3c-409f-a192-1a5a001f784bPerformance
avg latency?ms
rate limit10 req/min
uptime100.00%
discovered99x
page views136
inputjson
outputjson