Coding Agents

Give your coding agent an email address

Claude Code, Codex, OpenClaw — let your coding agent send status updates, receive feedback, and collaborate with your team over email.

Why your coding agent needs email

Email is the universal interface for team communication. Your agent should speak it fluently.

Status Updates to Your Team

Your coding agent emails the team when a deploy completes, tests pass, or a PR is ready for review.

Receive Code Review Feedback

Teammates reply to your agent's email with feedback. The agent reads it and iterates on the code.

CI/CD Notifications

Get build results, test failures, and deployment status delivered directly to your agent's inbox.

Human-in-the-Loop Collaboration

Your agent sends a summary for approval. A human replies "LGTM" and the agent continues autonomously.

Set up in 30 seconds

Drop a SKILL.md into your project and your coding agent instantly knows how to email.

  1. 1

    Create an inbox for your agent

    Your agent gets a unique email like agent-42@agent.mailboxkit.com

  2. 2

    Add SKILL.md to your project

    One file gives your coding agent full email capabilities

  3. 3

    Your agent sends its first email

    Status updates, questions, and reports — all over email

SKILL.md
// 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_xxxxx

Ready to give your coding agent email?

Sign up, create an inbox, and drop in SKILL.md. Your coding agent can send its first status update in under a minute.