POST /api/v1/scans
Queue a scan from a trusted script, deploy hook or CI workflow. Optional builderPlatform and launchMoment fields frame the report for the owner's AI workflow.
Run audits from CI, deploy previews, release scripts, or your AI coding assistant. PageLens AI developer access is for teams that want website QA to happen repeatedly, not only when somebody remembers to open a dashboard. API keys, CLI scans and deploy hooks are included on Builder, Pro and Agency plans.
Every surface exists for a different part of the same workflow: trigger scans, inspect reports, and turn findings into fixes.
Run PageLens AI scans from a terminal, CI job, preview deploy, or agency release checklist.
Open CLI docsCreate scoped keys for programmatic scans without using a browser session.
Create a keyTrigger PageLens AI from pull requests and post score or regression context back into review.
Set up accessConnect release events to PageLens AI so checks happen when production or preview URLs change.
Create a hookLet Cursor, Claude Code, Codex, or another MCP client read reports and work the fix list with context.
Connect MCPPageLens AI developer access is intentionally focused: trigger scans, inspect status, use reports with agents, and wire those steps into release workflows before adding more platform-specific plugins.
POST /api/v1/scans
Queue a scan from a trusted script, deploy hook or CI workflow. Optional builderPlatform and launchMoment fields frame the report for the owner's AI workflow.
GET /api/v1/scans/{id}
Read scan status, score, owner launch verdict, report URL, markdownUrl and regression context.
GET /api/v1/scans/{id}/markdown
Download the agent-ready Markdown report with the AI-builder priority prompt pack for Codex, Cursor, Claude Code, GitHub Copilot, Windsurf, Lovable, Bolt, Replit, v0 or your workflow.
GitHub Action
Pin production workflows to a release tag such as v1. Use markdown-path when you want the action to save the agent-ready repair pack.
MCP
Use agents to inspect reports and work accepted-decision context, not as the scan trigger.