@ktmcp-cli/events-api
v1.0.0
Published
1Password Events API Specification.
Readme
Events API CLI
Production-ready command-line interface for the Events API API.
⚠️ Unofficial CLI - This tool is an independent project built on the public API.
Features
- Complete coverage of Events API API endpoints
- Simple, intuitive command structure
- JSON and pretty-print output formats
- Persistent configuration storage
- Progress indicators for async operations
Installation
npm install -g @ktmcp-cli/events-apiOr install locally:
cd events-api
npm install
npm linkConfiguration
Set API Key
events-api config set apiKey YOUR_KEY_HEREEnvironment Variables
export API_KEY=your_key_here
export API_BASE_URL=https://events.1password.comView Configuration
events-api config list
events-api config get apiKeyUsage
auth
# List items
events-api auth list
# Get item by ID
events-api auth get <id>
# Output as JSON
events-api auth list --jsonAvailable Resources
authapi-v1
JSON Output
All commands support --json flag for machine-readable output:
events-api auth list --jsonLicense
MIT License - see LICENSE file for details.
