FixWeb

// docs / quickstart

Skjót byrjan

Skráset teg, koyr fyrstu skanningina, les frágreiðingina. Free-stigið er veruligt — eingin kredittkort krevst fyri at royna.

1. Stovna konto

Vitja /sign-in og vel Google, GitHub ella t-post við magic link. Nýggjar kontur byrja á Free ætlaninni, sum inniheldur 3 skannir um mánaðin og bara passivar skannir. Tú kanst dagføra seinni úr Konta → Rokningar.

2. Koyr eina skanning

01

Vel eitt mál

Trýst í dashboardinum á New scan, set eina URL inn og send. FixWeb normaliserar ber hostnøvn (example.comhttps://example.com) og sýtar innanhýsis adressum (RFC 1918, link-local, AWS metadata).

02

Bíða ~20 sekund

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

Les frágreiðingina

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. Brúka REST API

Stovna ein bearer-token á Account → API tokens. Plaintext verður víst eina ferð; set tað inn í tína 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"}'

Full tilvísing á /docs/api.

5. Set FixWeb í tín AI-agent (MCP)

FixWeb hevur ein MCP tænara á /api/mcp við sjey tools, tveimum resources og einum /fixweb-fix slash command til sniðgivnar bøtingar-promptar. Bind hann í Claude Desktop / Cursor / Continue — sí /docs/mcp.

Hvar fert tú næst

  • Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
  • Domains — verify a domain, schedule re-scans, enable live monitoring.
  • Kvotur & mørk — mørk fyri hvørt stig, API rate limits, retention-reglur.

Fastur?

Send t-post til support@fixweb.app við skannings-id og tí, sum tú væntaði móti tí, sum tú sá. Hobby ætlanin fær standard stuðul, Pro ætlanin fær fortrinsstuðul, og Unlimited ætlanin inniheldur sertilvitnaðan stuðul.

Skjót byrjan — Docs · FixWeb