MVP-4 Pilot Launch
Pilot dashboard setup
Make the current one-dashboard product usable for first pilot developers.
One SDK, one event stream, one dashboard.
Demo/test-site onboarding, useful empty states, and existing dashboard surfaces.
Pilot setup
Send first test traffic
Use the operator-provided demo or test-site credentials, install the npm SDK, then open a few docs, pricing, signup, or onboarding pages. The dashboard will fill in from the same event stream: traffic first, then traces, suggestions, Docs Debugger, and Agent Surface drafts.
- Confirm the demo/test site appears in the selector.
- Install the SDK with the provided one-time public key.
- Send test page views and one custom event from a non-production flow.
- Inspect events first; traces and generated suggestions appear after eligible sessions.
npm install @agentsurface/sdkimport { AgentSurface } from "@agentsurface/sdk";
AgentSurface.init({
siteId: "site_pilot_demo",
publicKey: "pk_pilot_from_operator",
endpoint: "https://app.agentsurface.com/v1/events"
});
AgentSurface.pageView();
AgentSurface.track("pilot_test_event");publicKey is a placeholder here. The operator provides the real pilot key outside the dashboard.
Docs Debugger v0
Likely docs friction
Evidence is grouped from existing safe traces and generated suggestions. It is not proof, an SEO score, or a content quality score.
Loading Docs Debugger.
Reading likely docs friction from safe trace evidence.
Agent Surface drafts
Generated files
Generated files are draft suggestions with hosted fallback URLs. They are not proof of customer-domain installation or agent behavior.
Loading Agent Surface files.
Reading generated drafts for the selected site.
Generated traces
Trace list
Loading traces.
The dashboard is reading generated traces for this site.
Selected trace
Trace detail
No trace selected yet.
Once test traffic creates traces, select one here to inspect observed steps, inferred interpretation, share links, and generated fix suggestions.
Stored raw events
Event stream
Loading sites.
The dashboard is checking available active sites.
MVP-3 path
- DoneSuggestion contract
- DoneStorage and reads
- DoneGenerate API
- DoneDebugger API
- DoneSurface APIs
- DonePilot deploy config
- NowPilot empty states