// docs / quickstart
เริ่มต้นอย่างรวดเร็ว
สมัครใช้งาน รันการสแกนครั้งแรก อ่านรายงาน แพ็กเกจ Free ใช้งานได้จริง — ไม่ต้องใช้บัตรเครดิตเพื่อประเมิน
1. สร้างบัญชี
เข้าไปที่ /sign-in และเลือก Google, GitHub หรืออีเมลที่มี magic link บัญชีใหม่จะเริ่มต้นบนแพ็กเกจ Free ซึ่งรวม 3 การสแกนต่อเดือนและสแกนแบบ passive เท่านั้น คุณสามารถอัปเกรดได้ภายหลังจาก บัญชี → การเรียกเก็บเงิน
2. รันการสแกน
เลือกเป้าหมาย
จาก dashboard คลิก New scan วาง URL แล้วส่ง FixWeb จะ normalize hostname เปล่า (example.com → https://example.com) และปฏิเสธ internal addresses (RFC 1918, link-local, AWS metadata)
รอประมาณ 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.
อ่านรายงาน
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 ของคุณ
# 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 และ 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.
- โควตาและขีดจำกัด — เพดานตามแพ็กเกจ, API rate limits, นโยบาย retention
ติดขัด?
ส่งอีเมลไปยัง support@fixweb.app พร้อม id ของการสแกนและสิ่งที่คุณคาดหวังเทียบกับสิ่งที่เห็น แพ็กเกจ Hobby ได้รับการสนับสนุนมาตรฐาน แพ็กเกจ Pro ได้รับการสนับสนุนแบบเร่งด่วน และแพ็กเกจ Unlimited มีการสนับสนุนเฉพาะลูกค้า
