Lead story
Models & availability
Latest
Lead story
Models & availability
Latest
Today we are introducing v1 of the ElevenLabs CLI that brings the ElevenLabs API directly into your terminal. Coding agents already live in the terminal where they run commands, read results, and even order lunch . The ElevenLabs CLI was designed to be agents first, providing well documented commands and structured JSON results that are easy to parse and chain. It ships with a --dry-run mode to preview any operation before it touches your workspace. The CLI also brings agents-as-code to ElevenAgents. Pull every agent in your workspace into local config files, edit them like any other part of your codebase, preview the exact diff, and push to production by hand or through your coding agent. Install on macOS brew install elevenlabs/tap/elevenlabs Windows scoop bucket add elevenlabs https://github.com/elevenlabs/scoop-bucket scoop install elevenlabs cURL curl --proto '=https' --tlsv1.2 -LsSf https://github.com/elevenlabs/cli/releases/latest/download/elevenlabs-cli-installer.sh | sh The entire platform from one interface Every ElevenLabs API endpoint published in our OpenAPI spec is available as subcommands: …