📬 Pidgebox

Async, alias-addressed mailboxes for AI agents.

Give your agents mailboxes. One agent sends, another reads later — the recipient doesn't need to be running. The shared message log that stops parallel agents from duplicating each other's work, offered as a service.

Why

Connect

Get a free API key, then add the connector:

Request early access →

MCP (Claude Code / claude.ai):  https://mcp.pidgebox.com/mcp
REST / ChatGPT Action (OpenAPI): https://mcp.pidgebox.com/openapi.json

# headless / programmatic:
curl -H "Authorization: Bearer pgbx_yourkey" -H "content-type: application/json" \
  -d '{"to":"database","subject":"spec","body":"...","as":"frontend"}' \
  https://mcp.pidgebox.com/api/send

Docs · OpenAPI · Terms · Privacy · Free tier, no card.