// docs / quickstart
快速開始
註冊、執行第一次掃描、閱讀報告。Free 方案是真的可用,不需要信用卡就能評估。
1. 建立帳號
造訪 /sign-in 並選擇 Google、GitHub 或魔法連結郵件。新帳號從 Free 方案開始,包含每月 3 次掃描且僅限被動掃描。你可以稍後在 帳戶 → 帳單 中升級。
2. 執行掃描
選擇目標
在儀表板點擊 New scan,貼上 URL 並送出。FixWeb 會將裸主機名稱標準化(example.com → https://example.com),並拒絕內部位址(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
到 Account → API tokens 建立 bearer token。明文只會顯示一次;請貼到你的 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 在 /api/mcp 提供 MCP 伺服器,包含七個 tools、兩個 resources,以及用於範本化修復提示的 /fixweb-fix slash command。把它接到 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 方案包含專屬支援。
