Build it in your own project.

Use the same SDK examples as Bird's product pages, then give your coding agent a brief that includes the failure paths you practised.

Send to the email sandbox

Set up the SDK and API key in your own server environment. This example uses Bird's sanctioned test recipient.

1
2
3
4
5
6
7
const msg = await bird.email.send({
  from: { email: "onboarding@messagebird.dev", name: "Bird" },
  to: ["delivered@messagebird.dev"],
  subject: "Hello from Bird",
  html: "<p>My first Bird email.</p>",
});
console.log(msg.id, msg.status); // "em_…", "accepted"

A brief for your coding agent

# Build a Bird integration

Use the official Bird SDK and the current documentation at https://bird.com/docs.
Start with the sanctioned email destination delivered@messagebird.dev.
Keep API keys on the server and read BIRD_API_KEY from the environment.
Use the smallest permissions required for the task.

Build an order confirmation that includes the customer's name and order reference.
Record request acceptance separately from delivery events.
Verify incoming webhook signatures using the original request body.
Deduplicate events by their stable identifier and process state transitions by event time.
Respect marketing opt-outs. Test hard bounces, invalid signatures, duplicate events, and temporary failures.

Before production: configure a verified sender, confirm recipient consent and channel rules,
and review the code and test results with the team operating the integration.

Starten Sie mit einem Kanal.
Fügen Sie die anderen hinzu, wenn Sie bereit sind.

Ein Test-API-Key steht Ihnen sofort zur Verfügung. Der Produktivzugang wird freigeschaltet, sobald Sie eine Zahlungsmethode hinzufügen und einen Absender verifizieren.

Sie nutzen Claude Code, Cursor oder Codex? Kopieren Sie einen Setup-Prompt und Ihr Agent installiert die Bird CLI und Skills für Sie. Wählen Sie Ihren:

Cursor