60db CLI
Agent-native command-line interface for 60db.ai API - AI completions, TTS, STT, user management, credits, billing, and workspaces with structured JSON output.Features
- Dual Mode: Interactive REPL + subcommand interface
- Agent-Native: Structured JSON output with
--jsonflag - AI Completions: Chat, meeting notes analysis, and text completion
- TTS (Text-to-Speech): Generate speech from text with multiple voices
- STT (Speech-to-Text): Transcribe audio files with multiple languages
- Authentication: Secure login and token management
- Complete Coverage: Users, Credits, Billing, Workspaces, Categories
- Configuration: Persistent config with
60db config
Installation
Global Installation
Local Installation
Quick Start
Interactive Mode (REPL)
Command Mode
Environment Variables
JSON Output (for AI Agents)
All commands support--json flag for structured output:
Error Handling
All commands return structured error responses:Requirements
- Node.js >= 16.0.0
- npm or yarn