Skip to main content
This CLI is deprecated. For new projects, use the current Telnyx CLI instead.

Requirements

The legacy CLI requires Node.js 20 or later.

Installation

Install globally via npm:
This makes the telnyx command available from any directory.

Verify Installation

Expected output:

Update

To update to the latest version:

Troubleshooting

”command not found: telnyx”

If the command isn’t found after installation:
  1. Verify it installed:
  2. Check npm’s global bin is in your PATH:
  3. Restart your terminal or reload your shell config:

Permission errors

If you get EACCES permission errors:
  1. Follow npm’s guide to fix permissions
  2. Or use a Node version manager (nvm, fnm) which doesn’t require sudo

Next Steps

Authentication

Configure API keys and profiles