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 buchidaSend 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
- API reference: https://buchida.com/docs/api-reference
- Quickstart guide: https://buchida.com/docs/quickstart
- CJK email templates: https://buchida.com/docs/templates
- MCP server setup: https://buchida.com/docs/mcp
- CLI reference: https://buchida.com/docs/cli
Links
- Website: buchida.com
- Documentation: buchida.com/docs
- Pricing: buchida.com/pricing
- GitHub: https://github.com/Vyblor/buchida-ruby
License
MIT