Settings

Theme

Show HN: CloudPostOffice – Send messages between apps and agents in 4 lines

cloudpostoffice.com

2 points by tealpod a month ago · 2 comments · 1 min read

Reader

CloudPostOffice is realtime messaging for apps, scripts, and AI agents. No MQTT broker setup or configuration, no infrastructure to manage.

  p1 = cpo.postbox('postbox-1', 'your-secret')
  p1.send(to='postbox-2', msg='hello')

  p2 = cpo.postbox('postbox-2', 'your-secret')
  p2.listen(lambda msg: print(msg))
sixtyj a month ago

How do you solve dkim/spf/marc for so many e-mail messages being sent?

If Cloudpostoffice is a messaging center for everybody involved how to get rid of bad actors’ agents that will appear?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection