Scoped grants
Give each agent only actions, mailboxes, and targets it needs. Revoke anytime.
Mail by develate sits between AI agents and real mailboxes. Agents get only permissions you grant—never mailbox or SMTP credentials.
Agent request
Send message to client
Agent
sales-assistant
Mailbox
hello@company.com
Scoped to send only
Recipient allowed
Human approval needed
One policy
Same safety rules across every interface.
Zero shared secrets
Agents never receive IMAP or SMTP credentials.
Every action recorded
Allowed, denied, confirmed, and executed.
How it works
Your agent asks. Mail by develate decides what happens next—using grants, policies, quotas, and confirmation rules you control.
Search, read status, or send through REST or MCP.
Grant ancestry, policy, target, and quota checked together.
Execute, deny, or pause for human confirmation—with audit proof.
Safety by design
Safety is part of execution path—not a prompt your agent can ignore.
Give each agent only actions, mailboxes, and targets it needs. Revoke anytime.
Require approval for sensitive actions before anything reaches your mail server.
Cap activity across parent and child grants. Delegation never expands authority.
Append-only, hash-chained events show who requested, approved, and executed what.
Connect your way
REST, MCP, and dashboard share same policies, confirmations, quotas, and audit history.
{
"action": "mail.send",
"mailbox": "support",
"payload": {
"to": "customer@example.com"
}
}
Every request receives an opaque action ID.
Ready when your agents are
Connect a mailbox, define agent permissions, and keep every action visible.
Create account