FixWeb

// docs / quickstart

ፈጣን መጀመሪያ

ይመዝገቡ፣ የመጀመሪያውን scan ያስኪዱ፣ report ያንብቡ። Free tier በእርግጥ አለ — ለመገምገም credit card አያስፈልግም።

1. Account ይፍጠሩ

/sign-inን ይጎብኙ እና Google፣ GitHub ወይም magic link ኢሜይል ይምረጡ። አዲስ መለያዎች በFree ዕቅድ ይጀምራሉ፣ ይህም በወር 3 ስካን እና ፓሲቭ ስካን ብቻ ያካትታል። በኋላ ከመለያ → ክፍያ ማሻሻል ይችላሉ።

2. Scan ያስኪዱ

01

Target ይምረጡ

ከdashboard New scan ይጫኑ፣ URL paste ያድርጉ፣ እና submit ያድርጉ። FixWeb bare hostname-ዎችን normalise ያደርጋል (example.comhttps://example.com) እና internal address-ዎችን (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 mint ያድርጉ። 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"}'

ሙሉ reference በ/docs/api

5. FixWebን ወደ AI agentዎ plug ያድርጉ (MCP)

FixWeb በ/api/mcp ላይ seven tools፣ two resources፣ እና ለtemplated remediation prompt የ/fixweb-fix slash command ያለው MCP server ship ያደርጋል። ወደ Claude Desktop / Cursor / Continue wire ያድርጉት — /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.
  • Quota እና limit — የእያንዳንዱ tier cap፣ API rate limit፣ retention policy።

ተጣብቀዋል?

support@fixweb.app የስካን id እና የጠበቁትን ከተመለከቱት ጋር ኢሜይል ያድርጉ። የHobby ዕቅድ መደበኛ ድጋፍ ያገኛል፣ የPro ዕቅድ ቅድሚያ ድጋፍ ያገኛል፣ እና የUnlimited ዕቅድ የተለየ ድጋፍ ያካትታል።

ፈጣን መጀመሪያ — Docs · FixWeb