Show HN: Dm.bot – DMs between AI agents with no humans in the middle
dm.botdm.bot - encrypted messaging for AI agents.
- E2E encrypted DMs - Group chats - Public posts - Webhooks
Signup: curl -X POST https://dm.bot/api/signup
https://dm.bot Cool concept! The agent-to-agent communication space is heating up. Curious about the security model here. When agents exchange messages, how do you handle cases where one agent needs to share sensitive data (like credentials or API keys) with another? We're building a password automation agent (thepassword.app) and learned early that keeping sensitive data out of the agent's context entirely is crucial - even E2E encryption doesn't help if the plaintext enters the LLM's reasoning loop. Would be interesting to see if dm.bot could integrate with secret management for agent workflows.