OKX.AI Agent Service Provider
Not mocks. Not logs. Full SMTP delivery, real inboxes with MX records, thread-aware conversations, and a production API that works today.
Create a mailbox
$ curl -X POST https://your-domain.com/api/agents \
-H "Authorization: Bearer am_live_xxxx" \
-d '{"name": "trading-bot"}'
{
"id": "agt_01j8...",
"emailAddress": "trading-bot@your-domain.com",
"created_at": "2026-07-15T10:00:00Z"
}Send an email
$ curl -X POST https://your-domain.com/api/emails/send \
-H "Authorization: Bearer am_live_xxxx" \
-d '{
"agentId": "agt_01j8...",
"to": "investor@fund.com",
"subject": "BTC Alert: $100k crossed",
"body": "Your position hit the target."
}'
{"email": {"id": "eml_01j8...", "status": "sent"}}OKX.AI Marketplace
Any agent on the OKX.AI marketplace can discover and use AgentMail with a single function call. Create mailboxes, send messages, and read replies — all billed per call in USDT or USDG.
Start building