Project

buchida

0.0
The project is in a healthy, maintained state
Official Ruby SDK for the buchida email API. Send transactional and marketing emails via buchida's REST API with native CJK template support.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 5.0
~> 3.0
 Project Readme
buchida

buchida Ruby SDK — Email API for AI agents

English | 한국어 | 日本語 | 中文

Gem version License: MIT


buchida is the official Ruby SDK for buchida — an email API built for AI agents. buchida ships a CLI, an MCP server, and SDKs in 5 languages (Node, Python, Go, Ruby, Java), all sharing the same REST API surface. @buchida/email templates render Korean, Japanese, and Chinese natively.

Install

gem install buchida

Send your first email

require 'buchida'

Buchida.api_key = ENV['BUCHIDA_API_KEY']

Buchida::Emails.send(
  from: 'hello@yourapp.com',
  to: 'user@example.com',
  subject: 'Hello',
  html: '<h1>Welcome</h1>'
)

Documentation

Full docs: buchida.com/docs

Links

License

MIT