ElevenLabs 发布 CLI v1,将 API 带入终端并支持 agents-as-code
原标题:Introducing the ElevenLabs CLI v1
AI 摘要
ElevenLabs 发布 CLI v1,将 ElevenLabs API 直接带入终端,面向编码智能体设计,提供结构化 JSON 输出和 --dry-run 预览模式。该 CLI 为 ElevenAgents 引入 agents-as-code,可将工作区中的智能体拉取为本地配置文件、编辑、预览 diff 并推送至生产环境。所有 OpenAPI 规范中的 API 端点均以子命令形式提供,并支持 --schema 机器可读契约和 JSON 错误信息,便于编码智能体解析和调用。
正文节选
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 ElevenAge