Platform
Reports & exports
A diagnostic produces a forensic report. Today you can export a single report as a PDF or as Markdown, from the dashboard.
The report
A Diagnostic scores a business across ten marketing-infrastructure pillars, comparing self-assessed scores against independently-detected signals. The result is a forensic report you read in the dashboard — pillar scores, the perception gap, evidence, and the action items that come out of it.
Export formats available today
These are the export paths that exist right now. Both are per-report and initiated from the dashboard:
| Format | Available on | What it is |
|---|---|---|
| Starter and above | A formatted PDF of a single report, for sharing with stakeholders. | |
| Markdown | Pro and above | A machine-readable Markdown rendering of a single report — useful for feeding a report to AI tools or technical readers. |
What is not available today
So the boundary is unambiguous, the following export paths do not exist yet:
- No CSV or JSON export.
- No account-wide or bulk export (export is one report at a time).
- No programmatic / API export of report files.
- No post-termination export window — access ends when a subscription ends.
We document only what ships. As new export paths land, they will appear here.
Reading reports over the agent door
An authenticated agent can read report data over the agent door with the
report.read capability (the get_report tool), subject to the same
workspace scoping as the dashboard. That is a structured read of the report payload, not a
file export. See the Tools reference.