twilio-cli-reference

Installation
SKILL.md

Overview

The Twilio CLI lets you manage Twilio resources, send messages, configure webhooks, and deploy serverless functions directly from the terminal. AI coding agents can use CLI commands to provision resources and test integrations without writing application code.

Install:

Platform Command
macOS brew tap twilio/brew && brew install twilio
Windows scoop bucket add twilio-scoop https://github.com/twilio/scoop-twilio-cli && scoop install twilio-cli
Linux (apt) See twilio-cli/getting-started/install for repo setup, then apt install twilio
npm npm install -g twilio-cli

Update: brew upgrade twilio / scoop update twilio-cli / npm install -g twilio-cli@latest


Authentication & Profiles

Installs
62
Repository
twilio/ai
GitHub Stars
22
First Seen
May 8, 2026
twilio-cli-reference — twilio/ai