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.
Get a free API key, then add the connector:
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