FixWeb

// docs / quickstart

ចាប់ផ្តើមរហ័ស

ចុះឈ្មោះ, ដំណើរការ scan ដំបូង, អាន report។ Free tier គឺប្រើបានពិត — មិនត្រូវការ credit card ដើម្បីវាយតម្លៃទេ។

1. បង្កើតគណនី

សូមចូលទៅកាន់ /sign-in ហើយជ្រើសរើស Google, GitHub ឬអ៊ីម៉ែល magic link។ គណនីថ្មីចាប់ផ្តើមនៅគម្រោង Free ដែលរួមមានការស្កេន ៣ ដងក្នុងមួយខែ និងស្កេន passive តែប៉ុណ្ណោះ។ អ្នកអាចតម្លើងឡើងគម្រោងខ្ពស់ជាងពេលក្រោយពី គណនី → ការចេញវិក្កយបត្រ

2. ដំណើរការ scan

01

ជ្រើស target

ពី dashboard ចុច New scan, paste URL, ហើយ submit។ FixWeb normalises bare hostnames (example.comhttps://example.com) និង rejects 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

អាន 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

បង្កើត bearer token នៅ Account → API tokens។ Plaintext បង្ហាញម្តងតែប៉ុណ្ណោះ; paste វាទៅ 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"}'

Reference ពេញលេញនៅ /docs/api

5. ដោត FixWeb ចូល AI agent របស់អ្នក (MCP)

FixWeb ផ្តល់ MCP server នៅ /api/mcp ដែលមាន tools ប្រាំពីរ, resources ពីរ, និង slash command /fixweb-fix សម្រាប់ 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 និង limit — cap តាម tier, API rate limits, retention policies។

ជាប់គាំង?

ផ្ញើអ៊ីម៉ែលទៅ support@fixweb.app ជាមួយ id ស្កេន និងអ្វីដែលអ្នករំពឹងធៀបនឹងអ្វីដែលអ្នកបានឃើញ។ គម្រោង Hobby ទទួលបានការគាំទ្រស្តង់ដារ, គម្រោង Pro ទទួលបានការគាំទ្រអាទិភាព, និងគម្រោង Unlimited រួមបញ្ចូលការគាំទ្រឧទ្ទិស។

ចាប់ផ្តើមរហ័ស — Docs · FixWeb