Overview
The email primitive is identity-aware: you must first discover or create inboxes, then use the inbox UUID to send. This prevents agents from sending from unauthorized addresses.Requires an active (verified) domain. System domains are auto-provisioned on registration but may start as
pending_dns. Use naive domains to check status and naive domains verify <id> to trigger verification.naive email create --local-part support— create a new inboxnaive email inboxes— discover available from addressesnaive email send --from-inbox <uuid> ...— send from a specific inboxnaive email sent— list sent messagesnaive email inbox— check for repliesnaive email read <id>— read sent or received content
Create Inbox
Create a new email inbox on your company’s domain.Options
Output
Requirements
- Your company must have at least one active domain
- The email address must not already exist (active)
- Local part must be at least 2 characters
Delete Inbox
Deactivate an email inbox. Emails to this address will stop being received.Output
List Inboxes
Send Email
Options
Output
List Sent Emails
naive email read <id>.
The provider id returned by email send remains the identifier for scheduled
email cancellation, rescheduling, and delivery status.