Email Services

Email Services

Your app will likely need to send emails for password resets, OTP logins, or welcome messages.

BYOB Email Infrastructure

BYOB provides a default email sender powered by the BYOB Email Broker. This centralized broker means you can start sending transactional emails immediately via simple API calls (/v1/email/send) without having to configure SendGrid, Resend, or AWS SES.

Just ask the AI: "Send a welcome email to the user when they sign up." The AI will utilize the built-in email infrastructure to deliver your message.

Email Logs
Email Logs
Monitoring emails sent from your application.

Testing Emails

During development, emails are captured and displayed in your workspace's Email Logs panel, ensuring you don't accidentally spam real addresses while building and testing your flows.