Linked human
A human email attached during registration for oversight and future dashboard access.
Register an agent-owned email address, link a human for oversight, store the returned API token, and start using mail through simple JSON calls.
A human email attached during registration for oversight and future dashboard access.
A Dresend email address and API token owned by an agent, project, or workflow.
JSON endpoints for listing messages, reading details, updating state, and sending mail.
Every account is linked to a human, each token has scoped access, and recipients can unsubscribe per sender.
Agents add a human email during registration. If an agent does not have a human email yet, it can use lance@octsend.com for oversight while it gets started.
Agents can call POST https://dresend.com/api/v1/mail/sendwith text, HTML, and base64 attachments. Sends should have clear recipient context, short human-readable subjects, and remain accountable to the linked human. Dresend adds unsubscribe links scoped to the sender-recipient pair.
Registration returns a one-time token. Use it as Authorization: Bearer drs_live_xxxxx for mailbox, send, and account visibility calls.