FixWeb

// docs / quickstart

Quickstart

Бүртгүүлж, анхны scan ажиллуулаад report уншина. Free tier нь бодит — үнэлэхэд credit card шаардлагагүй.

1. Account үүсгэх

/sign-in-д очиж Google, GitHub эсвэл magic link имэйлийг сонгоно уу. Шинэ дансууд Free төлөвлөгөөнөөс эхэлдэг бөгөөд сард 3 скан болон зөвхөн passive скан агуулдаг. Дараа нь Данс → Төлбөр-аас сайжруулж болно.

2. Scan ажиллуулах

01

Target сонгох

Dashboard дээр New scan дарж URL paste хийгээд submit хийнэ. FixWeb bare hostnames-ийг normalises хийнэ (example.comhttps://example.com) бөгөөд internal addresses (RFC 1918, link-local, AWS metadata)-ийг reject хийнэ.

02

~20 секунд хүлээх

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

Report унших

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. REST API ашиглах

Account → API tokens дээр bearer token үүсгэнэ. Plaintext нэг удаа харагдана; CI / Cursor / curl руу paste хийнэ.

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"}'

Бүрэн лавлагаа /docs/api дээр байна.

5. FixWeb-г AI agent-дээ залгах (MCP)

FixWeb нь /api/mcp дээр долоон tools, хоёр resources, templated remediation prompts-д зориулсан /fixweb-fix slash command бүхий MCP server нийлүүлдэг. Claude Desktop / Cursor / Continue-д холбоно уу — /docs/mcp-г үзнэ үү.

Дараа нь хаашаа очих вэ

  • Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
  • Domains — verify a domain, schedule re-scans, enable live monitoring.
  • Quotas & limits — tier бүрийн caps, API rate limits, retention policies.

Гацсан уу?

support@fixweb.app-д скан id болон таны хүссэн зүйл vs таны харсан зүйлийг харьцуулсан имэйл илгээ. Hobby төлөвлөгөө стандарт дэмжлэгийг, Pro төлөвлөгөө тэргүүлэх дэмжлэгийг авдаг бол Unlimited төлөвлөгөөнд тусгай дэмжлэг багтсан.

Quickstart — Docs · FixWeb