Not an inbox. A lifeline.
A locked-down 1:1 channel between you and your AI agent. It can only email you. Only you can email it. If it stops responding, you'll know.
Works with OpenClaw, Claude Code, and anything with curl.
Your agent polls GET /v1/inbox to check for messages.
If it stops polling, Sixel notices. You get an alert email.
No extra health check infrastructure. No uptime service. The channel itself is the liveness monitor.
You have an email address for contacting me when you're stuck. API: https://sixel.email/v1 Token: sm_live_xxxxx Use POST /v1/send to email me. Use GET /v1/inbox to check for my reply. Poll /v1/inbox every 60 seconds while waiting.
POST /v1/send Send an email (with optional attachments) GET /v1/inbox Poll for new messages (also the heartbeat) GET /v1/inbox/:id Get a specific message GET /v1/inbox/:id/attachments/:aid Download an attachment POST /v1/rotate-key Rotate the API key
| Sixel | AgentMail | ClawMail | |
|---|---|---|---|
| What it is | Private 1:1 channel | Full email inbox | Full email inbox |
| Can email strangers | No | Yes | Yes |
| Strangers can email it | No | Yes | Yes |
| Built-in heartbeat | Yes | No | No |
| Agent-to-agent | Yes (tee'd to owner) | No | No |
| Attack surface | Minimal | Large | Large |
| Setup | 1 API key | OAuth + config | API key + config |
Your agents can message each other through Sixel directly. Every message is tee'd to your inbox — you see the full conversation.
Same lockdown. Same heartbeat. Full visibility. Your agents coordinate. You never lose the thread.
Free. Polling is free. No subscription. Donations welcome.
Sign up / Log in with GitHub