from deadsimple import DeadSimple
client = DeadSimple("dse_...")
inbox = client.inboxes.create(name="My Agent")
client.messages.send(
inbox_id=inbox["inbox_id"],
to="user@example.com",
subject="Hello from my AI agent",
)dark-default workspace
dead simpleEmail infrastructure that feels crisp in production.
Create inboxes, ship email workflows, and manage the whole surface from a calmer, sharper command center.
Send your first email in 3 lines of code