Production-ready command-line interface for the Control API v1 API.
⚠️ Unofficial CLI - This tool is an independent project built on the public API.
- Complete coverage of Control API v1 API endpoints
- Simple, intuitive command structure
- JSON and pretty-print output formats
- Persistent configuration storage
- Progress indicators for async operations
npm install -g @ktmcp-cli/control-api-v1Or install locally:
cd control-api-v1
npm install
npm linkcontrol-api-v1 config set apiKey YOUR_KEY_HEREexport API_KEY=your_key_here
export API_BASE_URL=https://control.ably.net/v1control-api-v1 config list
control-api-v1 config get apiKey# List items
control-api-v1 apps list
# Get item by ID
control-api-v1 apps get <id>
# Output as JSON
control-api-v1 apps list --jsonappskeysnamespacesqueuesrulestokens
All commands support --json flag for machine-readable output:
control-api-v1 apps list --jsonMIT License - see LICENSE file for details.