Docs · v1.4

Build with Scovant.

Run scans, simulations, and showcase from the dashboard — or drive it all from your pipeline: the REST API, CI/CD trigger, webhooks, and the MCP interface are live today. Entries marked “Soon” are on the roadmap.

Quickstart · 8 of 8

Fix plans.

A Fix Plan is a single Markdown file listing every issue from your site's latest completed scan, prioritized by severity, each with concrete remediation steps — written to be handed straight to an AI coding agent.

What it is

Instead of working through your scan's issue list by hand, generate a Fix Plan and give the resulting file to Claude Code, Cursor, or any other AI coding agent that can read a file and edit your codebase. The document opens with a short "how to use this file" section, then works through issues from highest to lowest severity with the affected URL(s) and the steps to fix each one.

Generating a plan

From a site's detail page, click Generate Fix Plan. A few things need to be true first:

  • The site needs a completed scan (not partial or still running) — a Fix Plan built from an incomplete scan could miss real problems.
  • There's no other Fix Plan already generating for the site — wait for it to finish, or check its status, before starting another.
  • Your workspace needs 1 credit (the same balance used for scans and simulations).

Generation usually takes under a minute. The card on the site detail page polls automatically and shows the plan as soon as it's ready.

Using it with your coding agent

Once a plan is ready, you can:

  • Download the Markdown file and drop it into your repo, or paste its contents directly into your agent's context.
  • Copy link to get a read-only URL for the plan — no login required to fetch it, so it's easy to hand to a teammate or paste into a CI job.

Revoking a link

Workspace owners can revoke a plan's link at any time from the site detail page. A revoked link stops working immediately. Revoking only disables the link — it doesn't delete the plan from your dashboard, and you can always generate a fresh one later.

Credits

Generating a plan costs 1 credit. If generation fails, your credit is refunded automatically — you're only charged for a plan that's actually delivered.