Official Akamai CLI launcher for discovering, installing, and running Akamai product command packages.
$brew install akamai
AI Analysis
Official Akamai umbrella CLI that installs and dispatches Akamai product command packages from one entry point. The base binary handles shared auth, config, package discovery, and upgrades rather than exposing most Akamai service actions itself.
What It Enables
- Discover, install, update, and remove Akamai product packages such as Property Manager, Purge, Edge DNS, EdgeWorkers, and Sandbox.
- Run installed Akamai product commands behind a common
akamai <command>interface with shared.edgerc, section, and account switch flags. - Manage local CLI configuration and package versions for Akamai API workflows without wiring each package manually.
Agent Fit
- Shared flags, explicit exit codes, and non-interactive package commands make the launcher usable in setup scripts and agent-run shell flows.
- The base CLI's own output is human-oriented text for help, search, list, and config commands, so structured parsing is limited.
- Best fit as a bootstrap and control layer for Akamai automation; the actual inspect and change operations usually live in separately installed packages.
Caveats
- Most useful Akamai operations require installing a product-specific package first.
- Installed commands still depend on valid
.edgerccredentials and product entitlements.