FixWeb

// docs / quickstart

התחלה מהירה

נרשמים, מריצים סריקה ראשונה, וקוראים את הדוח. מסלול Free הוא אמיתי — אין צורך בכרטיס אשראי כדי להעריך את המוצר.

1. צרו חשבון

בקרו ב-/sign-in ובחרו Google, GitHub או אימייל עם magic link. חשבונות חדשים מתחילים בתוכנית Free, הכוללת 3 סריקות בחודש וסריקות פסיביות בלבד. אפשר לשדרג מאוחר יותר מ-חשבון → חיוב.

2. הריצו סריקה

01

בחרו יעד

מלוח הבקרה לחצו סריקה חדשה, הדביקו URL ושלחו. FixWeb מנרמל hostnames עירומים (example.comhttps://example.com) ודוחה כתובות פנימיות (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 ב-חשבון → טוקני API. הטקסט הגלוי מוצג פעם אחת; הדביקו אותו ב-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 שלכם (MCP)

FixWeb מספק שרת MCP ב-/api/mcp עם שבעה כלים, שני משאבים ופקודת קו נטוי בשם /fixweb-fix לפרומפטי תיקון מובנים. חברו אותו אל 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.
  • מכסות ומגבלות — תקרות לפי מסלול, מגבלות קצב API ומדיניות שמירה.

נתקעתם?

שלחו אימייל ל-support@fixweb.app עם id הסריקה ומה ציפיתם לראות מול מה שראיתם. תוכנית Hobby מקבלת תמיכה סטנדרטית, תוכנית Pro מקבלת תמיכה בעדיפות, ותוכנית Unlimited כוללת תמיכה ייעודית.

התחלה מהירה — Docs · FixWeb