twilio-debugging-observability
Installation
SKILL.md
Overview
Twilio provides several layers of debugging and observability: the Console Debugger for interactive troubleshooting, the Monitor REST API for programmatic alert queries, Event Streams for real-time error streaming, and status callbacks for per-resource delivery tracking. This skill covers the systematic approach to diagnosing issues and setting up production monitoring.
Prerequisites
- Twilio account with
TWILIO_ACCOUNT_SIDandTWILIO_AUTH_TOKEN-- seetwilio-iam-auth-setup - SDK:
pip install twilio requests/npm install twilio - For Event Streams: a publicly accessible HTTPS endpoint or AWS Kinesis stream
Quickstart
Check for recent errors on your account using the Monitor Alerts API.