Everything the Postboi dashboard can do is also a REST endpoint. Authenticate with the
same POSTBOI_TOKEN the CLI writes (or any API key from Dashboard → Keys):
The full interactive reference lives at api.postboi.email — every endpoint with schemas and copy-paste examples in curl, JavaScript, Python, and more.
Errors always come back as { "message": "…", "code": "…" } with a matching HTTP
status, so error handling is one shape everywhere.
…or skip HTTP entirely
The CLI wraps the same API, so quick account chores never need a dashboard tab:
Run bunx postboi --help for the full command list. And for sending itself, the library is the nicer surface — mail() speaks this API for you.