twilio-sendgrid-account-setup

Installation
SKILL.md

Overview

SendGrid is Twilio's email delivery engine but uses a completely separate authentication system — SendGrid API keys (starting with SG.) are not Twilio API keys. You cannot use Account SID/Auth Token for SendGrid, and no Twilio MCP tools wrap SendGrid.


Quickstart

  1. Get your API key from SendGrid Console > Settings > API Keys
  2. Set environment variable:
export SENDGRID_API_KEY=SG.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  1. Install SDK:
Installs
57
Repository
twilio/ai
GitHub Stars
22
First Seen
May 13, 2026
twilio-sendgrid-account-setup — twilio/ai