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) normalise ይገብር፣ 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 ን templated 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.
  • Quota ን ወሰናት — per-tier caps፣ API rate limits፣ retention policies።

ተዓጊትካዶ?

ናብ support@fixweb.app ናይ ስካን id ከምኡውን ዝተጸበኹሞን ዝረኣኹሞን ምስ ኮምፓር ኢመይል ግበሩ። ናይ Hobby ፕላን መሰረታዊ ድጋፍ ይረክብ፣ ናይ Pro ፕላን ቀዳምነት ድጋፍ ይረክብ፣ ናይ Unlimited ፕላን ድማ ዝተወፈየ ድጋፍ ይሓዘ።

ቅልጡፍ መጀመርታ — Docs · FixWeb