Overview
The Moda Data API provides read access to your conversation analytics data. Use it to programmatically query conversations, monitor user frustration, investigate tool failures, and explore topic clusters.Access Methods
MCP Server
Connect AI assistants like Claude Code directly to your Moda analytics via the Model Context Protocol.
REST API
Direct HTTP access to all Data API endpoints. Authenticate with your Moda API key.
Available Data
| Category | Description |
|---|---|
| Overview | Dashboard KPIs, top clusters, recent activity |
| Conversations | Search, filter, and retrieve conversation context |
| Clusters | Browse topic cluster hierarchy |
| Frustrations | User frustration detections with evidence |
| Tool Failures | Tool failure overview and per-tool detail |
Authentication
All Data API access requires a Moda API key. Get yours from Settings. The API key is passed as anx-api-key header (REST) or MODA_API_KEY environment variable (MCP).
The Data API is read-only. To send conversation data to Moda, see the Ingestion docs.