FixWeb

// docs / quickstart

שנעלער אָנהייב

שרײַב זיך אײַן, לויף דײַן ערשטן scan, לייען דעם באַריכט. דער Free tier איז אמתדיק — קיין קרעדיט־קאַרט איז נישט נויטיק פֿאַר אָפּשאַצן.

1. שאַף אַ חשבון

באזוכט /sign-in און וויילט Google, GitHub אדער עמייל מיט magic link. נייע קאַנטאָס הויבן זיך אָן אויפן Free פּלאַן, וואָס נעמט אַרײַן 3 סקאַנס אַ חודש און נאָר פּאַסיווע סקאַנס. איר קענט שפּעטער אַפּגרײַדן פֿון קאַנטאָ → ביליִנג.

2. לויף אַ scan

01

קלייב אַ ציל

פֿון dashboard קליק New scan, לייג אַרײַן אַ URL, און שיק. FixWeb נאָרמאַליזירט bare hostnames (example.comhttps://example.com) און וואַרפֿט אָפּ internal addresses (RFC 1918, link-local, AWS metadata).

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

לייען דעם באַריכט

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

שאַף אַ bearer token בײַ Account → API tokens. Plaintext ווערט געוויזן איין מאָל; לייג עס אַרײַן אין דײַן 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"}'

גאַנצע רעפֿערענץ בײַ /docs/api.

5. שטעק FixWeb אַרײַן אין דײַן AI agent (MCP)

FixWeb שיקט אַן MCP server בײַ /api/mcp מיט זיבן tools, צוויי resources, און אַ /fixweb-fix slash command פֿאַר מוסטערדיקע remediation prompts. פֿאַרבינד עס מיט 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 און לימיטן — קאַפּס פּער tier, API rate limits, retention policies.

שטעקסטו?

שיקט אַן עמייל צו support@fixweb.app מיט סקאַן id און וואָס איר האָט דערוואַרט אין פֿאַרגלײַך מיט וואָס איר האָט געזען. Hobby פּלאַן באַקומט סטאַנדאַרד שטיצע, Pro פּלאַן באַקומט פּריאָריטעט שטיצע, און Unlimited פּלאַן נעמט אַרײַן ספּעציעלע שטיצע.

שנעלער אָנהייב — Docs · FixWeb