Create a scoped API key
Issue a key with the minimum send/read permissions your agent needs.
Agents
Let autonomous agents send and receive email through Xurel.
Issue a key with the minimum send/read permissions your agent needs.
Wrap xurel.emails.send as a tool/function your agent runtime can call.
{
"name": "send_email",
"parameters": { "to": "string", "subject": "string", "html": "string" }
}
If the agent should read replies, route inbound mail to your agent worker.
// email.received → agent worker
app.post('/webhooks/xurel', handleInbound);
More integrations
Create an account, verify your domain, and send in minutes.