# EventDash for coding agents

Install the tracker in the user's repo. Query analytics over MCP. Do not invent keys.

## Files

- Index: https://www.eventda.sh/llms.txt
- Full docs: https://www.eventda.sh/llms-full.txt
- Repo instructions: https://www.eventda.sh/AGENTS.md
- Skill: https://www.eventda.sh/skills/eventdash/SKILL.md
- MCP: https://www.eventda.sh/docs/mcp.md
- API catalog: https://www.eventda.sh/.well-known/api-catalog
- MCP Server Card: https://www.eventda.sh/.well-known/mcp/server-card.json
- Agent Skills index: https://www.eventda.sh/.well-known/agent-skills/index.json
- ARD AI catalog: https://www.eventda.sh/.well-known/ai-catalog.json

## Markdown for agents

Request any public page with `Accept: text/markdown` to receive a formatting-stripped markdown representation (`Content-Type: text/markdown`). HTML remains the default for browsers. Docs also have `.md` twins (example https://www.eventda.sh/docs/quickstart.md).

## Install the skill

Copy https://www.eventda.sh/skills/eventdash/SKILL.md to `.cursor/skills/eventdash/SKILL.md` (and optionally `reference.md`). For Claude Code, use `.claude/skills/eventdash/`.

## Rules

- Tracking key `ed_` goes in the public snippet only.
- MCP tokens `edt_` / `edr_` stay in the MCP client. Never in the tracker.
- Do not echo full secrets in chat. Read from `.env.local` or the dashboard.
- MCP is read-only.
