FixWeb

// docs / quickstart

Ātrais sākums

Reģistrējieties, palaidiet pirmo skenēšanu un izlasiet pārskatu. Free plāns ir īsts: izvērtēšanai nav vajadzīga kredītkarte.

1. Izveidojiet kontu

Apmeklē /sign-in un izvēlies Google, GitHub vai e-pastu ar maģisko saiti. Jauni konti sāk ar plānu Free, kas ietver 3 skenēšanas mēnesī un tikai pasīvās skenēšanas. Vēlāk vari pāriet uz augstāku plānu sadaļā Konts → Norēķini.

2. Palaidiet skenēšanu

01

Izvēlieties mērķi

Panelī noklikšķiniet Jauna skenēšana, ielīmējiet URL un iesniedziet. FixWeb normalizē plikus resursdatora nosaukumus (example.comhttps://example.com) un noraida iekšējās adreses (RFC 1918, link-local, AWS metadata).

02

Pagaidiet ~20 sekundes

A passive scan runs in three phases: crawl (Chromium renders the page to discover links, metadata, media, scripts, and forms), quality checks (crawlability, search presentation, content/schema, media, performance, accessibility, forms, mobile/i18n, and runtime signals), and aggregate (deduplicate + severity ranking). Live progress streams via the dashboard; you don't need to refresh.

03

Izlasiet pārskatu

The report opens automatically when complete. Free plan users see only the highest-severity finding in full (title, description, evidence, remediation); other findings are stripped to severity-only stubs server-side. The Hobby plan and higher (Pro, Unlimited) unlock every finding plus the AI prompt copy button on each one.

3. Run an owner-depth scan (optional, Hobby plan and higher)

Owner-depth scans extend the same website-quality checks into verified domains and can include private journeys when you provide a short-lived test-account header. Add and verify a domain at Dashboard -> Domains (DNS TXT or HTTP file), then start an Owner-depth scan from New scan. You'll attest to the scan; we audit-log it server-side.

4. Izmantojiet REST API

Izveidojiet bearer tokenu sadaļā Konts → API tokeni. Atklātais teksts tiek parādīts vienu reizi; ielīmējiet to savā CI / Cursor / curl.

curl
# Start a passive scan
curl -X POST https://fixweb.app/api/v1/scans \
  -H "Authorization: Bearer fxw_..." \
  -H "content-type: application/json" \
  -d '{"target":"https://staging.example.com"}'

Pilna atsauce: /docs/api.

5. Pieslēdziet FixWeb savam AI aģentam (MCP)

FixWeb piegādā MCP serveri adresē /api/mcp ar septiņiem rīkiem, diviem resursiem un /fixweb-fix slash komandu šabloniskām labošanas uzvednēm. Savienojiet to ar Claude Desktop / Cursor / Continue; skatiet /docs/mcp.

Kur doties tālāk

  • Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
  • Domains — verify a domain, schedule re-scans, enable live monitoring.
  • Kvotas un limiti — katra plāna griesti, API ātruma limiti, glabāšanas politikas.

Iestrēgāt?

Raksti uz support@fixweb.app ar skenēšanas id un to, ko gaidīji salīdzinājumā ar to, ko redzēji. Hobby plāns saņem standarta atbalstu, Pro plāns saņem prioritāru atbalstu, un Unlimited plāns ietver veltīto atbalstu.

Ātrais sākums — Docs · FixWeb