agentmediatools-cli
v0.1.0
Published
CLI client for Agent Media Tools — image processing, PDF, QR codes, pastebin, URL shortener, and more from your terminal
Downloads
38
Maintainers
Readme
Agent Media Tools CLI
Official command-line client for Agent Media Tools. Run image, PDF, QR, paste, URL, and developer utilities from a terminal or automation script.
Install
npm install --global agentmediatools-cli
amt --versionYou can also run it without a global install:
npx agentmediatools-cli uuidRequires Node.js 18 or newer.
Examples
amt uuid
amt image resize photo.jpg --width 800 --format webp
amt qrcode generate "https://agentmediatools.com" --output qrcode.png
amt paste create "Deployment complete" --title "Release status"
amt url shorten "https://agentmediatools.com/first-win"Authenticated operations use an Agent Media Tools API key:
export AMT_API_KEY=mt_your_key_here
amt pdf merge invoice.pdf receipt.pdf
amt scrape "https://example.com" --output media.zipPrefer AMT_API_KEY over --key so credentials do not remain in shell
history. Create and revoke keys from your Agent Media Tools account.
Automation and agents
Pass --json for machine-readable standard output. Failures go to standard
error and return a nonzero exit code.
amt uuid --json
amt diff "before" "after" --jsonUse AMT_BASE_URL to target a self-hosted deployment. Run amt --help for
the complete current command list.
Documentation
- CLI guide: https://agentmediatools.com/cli
- API documentation: https://agentmediatools.com/docs
- Integrations: https://agentmediatools.com/integrations
License
MIT
