Lighthouse for the agentic web

AgentLayer for agent-ready websites.

Scan a public site locally, generate agent-readable draft files, and review whether common AI-agent journeys have enough evidence and confirmation detail to succeed.

Hosted demo uses the AcmeFlow fixture. Run the CLI locally for real sites.

AcmeFlow Task Results

TaskStatusScore
Find pricing pass 90
Compare plans pass 85
Book demo or contact sales pass 90
Find documentation pass 85
Find security and trust information pass 85
Find policies pass 85

The full static report is available at /demo/report.html.

Generated Artifacts Preview

PathMedia type
llms.txt text/plain
llms-full.txt text/plain
site-profile.json application/json
facts.json application/json
actions.json application/json
form-operability.json application/json
tasks-report.json application/json
recommendations.json application/json
report.json application/json
report.html text/html
.well-known/agents.json application/json
.well-known/mcp.json application/json

Browse the copied fixture files under /artifacts/artifacts.json.

Recommendation

Review and publish the agent action manifest

The scan found operable actions, but agents still need a stable public manifest instead of re-inferring forms from HTML.

CLI Quickstart

Use the CLI locally for real sites. This hosted page is read-only and does not expose arbitrary URL scanning.

pnpm install
pnpm build
pnpm agentlayer generate https://example.com --out ./agentlayer-output --max-pages 20
pnpm agentlayer doctor https://example.com --max-pages 20