Hacker News new | ask | show | jobs
by qasim157 92 days ago
The single API call to get an email address up and running is a nice DX touch. We've seen at Nylas how much friction OAuth flows and domain verification add when all you want is programmatic email access.

Curious about deliverability on the shared domain — have you run into issues with @agent.mailboxkit.com landing in spam? In our experience, shared sending domains hit reputation problems fast once multiple tenants are sending from them, especially for outreach use cases.

The LLM-readable skill file idea is clever. We've been doing something similar with llms.txt for AI discoverability.

We also just shipped an OpenClaw plugin for Nylas (https://www.npmjs.com/package/@nylas/openclaw-nylas-plugin) that gives agents email, calendar, and contacts access out of the box — different approach since it connects to real user mailboxes rather than creating new addresses, but solves the same "agents need email" problem.