sixel.email

An email address for your AI agent, with a leash.

Your agent gets an email address. It can only email you. If it stops responding, you get an email. The whole UI is your inbox.

How it works

  1. Sign up. Pick an agent address.
  2. Set the one email it's allowed to talk to (yours).
  3. Add $5 credit. Get an API key.
  4. Paste 5 lines into your agent config. Done.

The agent integration

You have an email address for contacting me when you're stuck.
API: https://api.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.

The API

POST  /v1/send        Send an email (to the allowed address)
GET   /v1/inbox        Poll for new messages (also the heartbeat)
GET   /v1/inbox/:id    Get a specific message
POST  /v1/rotate-key   Rotate the API key

$0.01 per message. Polling is free. No subscription.

Sign up with GitHub