Earlier quoted context omitted.
But how does that block a human from running an agent that is using their identity?
Think about it from an information theory point of view. You need to attach a digital transaction to human body. Since a human body isn’t digital you need a gateway that you can trust to vouch for that human body being present. Either you use biometrics, like liveness testing or face id or fingerprint testing, or social validation like decentralized web of trust or private moderation (account controls) or state metho…
Show HN: Agent.email – sign up via curl, claim with a human OTP
101–110 of 127 posts
Re: Show HN: Agent.email – sign up via curl, claim with a human OTP
#102> We give AI agents their own email inboxes. An inbox to receive mail seems good and valuable. But I'm seeing that your service is also for sending e-mail. Having a domain oriented toward AI e-mail sending feels like a fast path straight to spam block lists. However good your intentions are, this will be used for AI spam. People hate AI spam. They will press the report spam button.
> An inbox to receive mail seems good and valuable. The only receiving mail applications that come to mind are bots registering for accounts. The point of verifying email is to prove you're not a bot.
I thougt it was primarily to verify that the address is actually yours, so they don’t unknowingly spam someone else and can reach you with important information such as pricing changes.
Re: Show HN: Agent.email – sign up via curl, claim with a human OTP
#103Earlier quoted context omitted.
Re "sent via AgentMail" - that's good to hear, but I hope it's not the entire planned text, as "AgentMail" will mean nothing to most people that receive an email from your service. It wont indicate that the email was composed by an AI rather than a person, which is the information that needs to get across.
What if a people send email via te agent and using agent mail? writing by the agent but aproval by human.
Re: Show HN: Agent.email – sign up via curl, claim with a human OTP
#104Earlier quoted context omitted.
yep we're going to have a footer linked to our website, which should allow people to see that we are an email service for agents. thanks!
Can you not just make the text more descriptive? „Sent by a generative AI model“ or something? Nobody is going to click a link in a spam email.
Re: Show HN: Agent.email – sign up via curl, claim with a human OTP
#105I received this email the other day: From: Kushal Date: Mon, 18 May 2026 05:03:11 +0000 Saw your question on the Agent Vault thread about websocket-frame auth (Home Assistant) and the worry about the model reflecting the bearer token back into its own context. chrome-relay's answer is structurally different: the credential never enters the agent's context because the agent never touches it — the HA session lives in y…
See my comment in this thread - I got an email from "someone" (an AI clearly) that signed up for my service (togetherletters.com) from the same domain (agentmail.to) after we had launched on ProductHunt. I looked up the address and that email was never used for a signup and it was just a way to then pitch their product (second email, not the first one it sent). I hate this so much and this is going to now make email…
Re: Show HN: Agent.email – sign up via curl, claim with a human OTP
#106Earlier quoted context omitted.
Can you not just make the text more descriptive? „Sent by a generative AI model“ or something? Nobody is going to click a link in a spam email.
He's obviously trying to avoid having to do this, so linking out to the website is the "hey look we're doing the right thing" when really they aren't. Chances are more people would identify the service as something to block or report for spam if the text were more descriptive, so he's counting on people not clicking the link in the footer but at least he can claim it's there, even if it's ineffectual.
Re: Show HN: Agent.email – sign up via curl, claim with a human OTP
#107I received this email the other day: From: Kushal Date: Mon, 18 May 2026 05:03:11 +0000 Saw your question on the Agent Vault thread about websocket-frame auth (Home Assistant) and the worry about the model reflecting the bearer token back into its own context. chrome-relay's answer is structurally different: the credential never enters the agent's context because the agent never touches it — the HA session lives in y…
You might want to check if your local laws protect against unsolicited emails. In Germany we have §7 UWG which would make that email likely illegal. The List-Unsubscribe header makes it clear it is marketing, automated outreach and not personal. In the UK there is this: https://ico.org.uk/for-organisations/direct-marketing-and-pr...
Re: Show HN: Agent.email – sign up via curl, claim with a human OTP
#108Re: Show HN: Agent.email – sign up via curl, claim with a human OTP
#109Earlier quoted context omitted.
Think about it from an information theory point of view. You need to attach a digital transaction to human body. Since a human body isn’t digital you need a gateway that you can trust to vouch for that human body being present. Either you use biometrics, like liveness testing or face id or fingerprint testing, or social validation like decentralized web of trust or private moderation (account controls) or state metho…
What I mean is that once you have a token that represents your identity, you can pass it to your agent. As you said, humans aren’t digital, so we need to delegate the trust to a digital marker (auth token, cryptographic signature, etc). But once digitalized there is no way that I know of to block an agent from using that marker. And I don’t mean the agent stealing it. I mean the human running an agent that impersonat…
Re: Show HN: Agent.email – sign up via curl, claim with a human OTP
#110It's interesting, A2A communication has begun but human trust isn't there. I think the biggest tell tale sign will be the acceptance of fully agentic workflows with no human intervention. Until then, restricted-until-claimed seems like the only viable method to ensure trust of all users.