Claude Code, Codex, OpenClaw — let your coding agent send status updates, receive feedback, and collaborate with your team over email.
Email is the universal interface for team communication. Your agent should speak it fluently.
Your coding agent emails the team when a deploy completes, tests pass, or a PR is ready for review.
Teammates reply to your agent's email with feedback. The agent reads it and iterates on the code.
Get build results, test failures, and deployment status delivered directly to your agent's inbox.
Your agent sends a summary for approval. A human replies "LGTM" and the agent continues autonomously.
Drop a SKILL.md into your project and your coding agent instantly knows how to email.
Create an inbox for your agent
Your agent gets a unique email like agent-42@agent.mailboxkit.com
Add SKILL.md to your project
One file gives your coding agent full email capabilities
Your agent sends its first email
Status updates, questions, and reports — all over email
// SKILL.md — drop this into your project root
# Email Skill
## Send a Status Update
POST /api/v1/inboxes/{inbox_id}/messages/send
Authorization: Bearer mbk_live_xxxxx
{
"to": ["team@yourcompany.com"],
"subject": "Deploy complete — PR #142",
"text": "All 47 tests passed. Changes deployed to staging."
}
## Check for Replies
GET /api/v1/inboxes/{inbox_id}/messages
Authorization: Bearer mbk_live_xxxxxSign up, create an inbox, and drop in SKILL.md. Your coding agent can send its first status update in under a minute.