Insights: coverage findings with fixes
The findings Rebilder can honestly compute from your events — unserved agent routes, missing outcome wiring, protocol demand, verification readiness — each with one concrete fix.
Insights (a Pro surface) checks the last 30 days of your store’s recorded events and shows findings — each with its real observed counts, the window they cover, and at most one concrete fix. Findings are computed live from your events; nothing is a projection. If nothing needs attention, the page says exactly what was checked: “No coverage gaps detected in the last 30 days.”
The finding catalog
| Finding | What it means | The fix |
|---|---|---|
| Agent requests passing through unserved | Agents asked for your pages but received HTML instead of markdown — the gateway had no content source wired for those routes. The finding lists the top offending URLs with counts and last-seen times. | Wire a content source for those routes (the fix links to the sources docs). Once wired, those requests start getting clean markdown. |
| No orders reported | Agent traffic exists but zero orders have been reported, so the funnel cannot show whether any of it converts. | Wire the Shopify order webhook or the outcomes API — the fix links to the docs with both contracts. |
| Protocol demand at your endpoints | Requests were answered on the protocol path — transacting agents are probing your store’s protocol endpoints. | Wire createProtocolHandler so protocol requests get your live catalog instead of stubs. |
| Verified-agent readiness | How many of your agent requests carried no cryptographic verification (Web Bot Auth). Informational only. | Honestly, none yet: verification is still rolling out across agent platforms, so unverified requests are normal today. The card says so instead of inventing an action. |