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_SID and TWILIO_AUTH_TOKEN -- see twilio-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.

Installs
58
Repository
twilio/ai
GitHub Stars
22
First Seen
May 8, 2026
twilio-debugging-observability — twilio/ai