Quickstarts
Every quickstart is the same short path: install, authenticate, and send a first email through Bird's shared onboarding sender, with no domain setup. Each one is three copy-pasteable steps that end with a real 202 from the API, sent to a sandbox recipient so the outcome never depends on DNS or a mailbox. The SDKs and the CLI pick the API region for you; only the raw-HTTP page asks you to choose a host. Pick the page that matches your stack.
TypeScript / Node.js
- Node.js: a plain script with @messagebird/sdk.
- Frameworks: Next.js, Remix, Nuxt, SvelteKit, Express, Hono, Bun, and Astro.
Python
Go
No SDK
- cURL: the raw HTTP request, ready to paste into any terminal.
- CLI: send from your shell with the bird CLI, no code at all.
Next steps
Want the concepts behind the happy path? Send your first email walks through API keys, regions, and what happens after the 202. Building with an AI assistant? Start at AI onboarding.