AI / Cursor

Drive Bird from Cursor

Email, SMS, WhatsApp, voice and verifications, written into the file you already have open. Cursor loads the skills for every session, so it knows the shape of a call before it writes one.

The CLI, the skills, then the server

Cursor installs the skills as a plugin and reaches the tools over a remote server you add once. The sign-in sits in the same settings panel, and it is the step people miss.

terminal
$ curl -fsSL https://cli.bird.com/install.sh | sh
$ bird auth login
  Opening your browser to authorize Bird CLI…
  { "workspace_id": "ws_01k…", "region": "eu1",
    "credentials_path": "~/.config/bird/credentials.json" }

What Cursor already knows.Three operations, carried in the skills, so they are in context from the first prompt of a session.

Send a message. Send it, then read it back, because accepted is not the same as arrived.

$ bird email send

$ bird email get

Set up a sender. Create the domain, add the DNS records it hands you, then verify. Not immediately: DNS takes its time.

$ bird email domains create

$ bird email domains verify

Get notified of events. Tell Bird where to send them, then test that they land. Keep the signing secret from the create call, because it is never shown again.

$ bird webhooks create

$ bird webhooks test

What to ask for

从一个渠道开始。
准备好后,再添加其他渠道。

测试 API 密钥即刻可用。添加支付方式并验证发送者身份后,即可解锁生产环境。

正在使用 Claude Code、Cursor 或 Codex?复制一条设置提示,您的智能代理即可自动安装 Bird CLI 和相关技能。选择您的工具:

Cursor