Atune developer tools
Atune CLI
The official Atune command-line tool gives developers and AI agents a stable interface to Atune's public discovery API and machine-readable resources. The npm package is named atune-cli and installs the atune executable. Public discovery commands do not require an API key or browser session token.
Install from npm
Install globally with npm install --global atune-cli, or run a single command without installation using npx atune-cli platforms --json. The CLI requires Node.js 20 or newer and uses only built-in Node.js capabilities.
Commands and automation
Use atune capabilities for the public product capability summary, atune platforms --json for typed platform data, atune openapi for the OpenAPI 3.1 document, atune docs --json for stable resource URLs, and atune mcp for a Streamable HTTP client configuration. Successful commands exit with code 0; invalid input and HTTP failures exit with code 1.
Security and scope
The CLI currently exposes read-only discovery information. It does not accept passwords, payment information, browser cookies, or session tokens. Account-specific monitoring commands will only be added after Atune publishes a stable external API authentication and permissions policy.