Developers and agents
Atune Developer Center
Atune provides public, read-only discovery endpoints so agents and integrations can identify the product's supported monitoring platforms and API capabilities without authentication. Account-specific monitor configuration and results remain protected and require an Atune account through the web application.
Machine-readable resources
Public REST endpoints
GET https://atune.cc/api/v1/capabilities returns product and integration capabilities. GET https://atune.cc/api/v1/platforms returns supported platforms and target types. No API key is required for these read-only discovery endpoints. Responses use JSON and include explicit schemas in the OpenAPI document.
Authentication and support
Authenticated product endpoints are intentionally not advertised as public until a stable external authentication and rate-limit policy is available. Do not send browser session tokens to third-party agents. Contact support@atune.cc for integration, commercial API access, data retention, or security questions.
Official Atune CLI
The official npm package is named atune-cli and installs the atune command. It exposes the public discovery API, OpenAPI document, MCP configuration, and stable documentation links in human-readable or JSON form.