diff --git a/plugins/tech-insights/api-report.md b/plugins/tech-insights/api-report.md
new file mode 100644
index 0000000000..e7f30a2b30
--- /dev/null
+++ b/plugins/tech-insights/api-report.md
@@ -0,0 +1,23 @@
+## API Report File for "@backstage/plugin-tech-insights"
+
+> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
+
+```ts
+///
+
+import { BackstagePlugin } from '@backstage/core-plugin-api';
+import { RouteRef } from '@backstage/core-plugin-api';
+
+// @public (undocumented)
+export const EntityTechInsightsScorecardContent: () => JSX.Element;
+
+// @public (undocumented)
+export const techInsightsPlugin: BackstagePlugin<
+ {
+ root: RouteRef;
+ },
+ {}
+>;
+
+// (No @packageDocumentation comment for this package)
+```