Production-ready command-line interface for the Platform API API.
⚠️ Unofficial CLI - This tool is an independent project built on the public API.
- Complete coverage of Platform API 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/platform-apiOr install locally:
cd platform-api
npm install
npm linkplatform-api config set apiKey YOUR_KEY_HEREexport API_KEY=your_key_here
export API_BASE_URL=https://rest.ably.ioplatform-api config list
platform-api config get apiKey# List items
platform-api status list
# Get item by ID
platform-api status get <id>
# Output as JSON
platform-api status list --jsonstatushistorypublishingauthenticationpushstats
All commands support --json flag for machine-readable output:
platform-api status list --jsonMIT License - see LICENSE file for details.