// docs / quickstart
快速开始
注册、运行第一次扫描、阅读报告。Free 套餐是真的免费:评估时无需信用卡。
1. 创建账号
访问 /sign-in 并选择 Google、GitHub 或魔法链接邮件。新账户从 Free 计划开始,包含每月 3 次扫描且仅限被动扫描。你可以稍后在 账户 → 账单 中升级。
2. 运行扫描
选择目标
在仪表盘点击 New scan,粘贴 URL 并提交。FixWeb 会规范化裸主机名(example.com → https://example.com),并拒绝内部地址(RFC 1918、链路本地地址、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 智能体(MCP)
FixWeb 在 /api/mcp 提供 MCP server,包含七个 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 计划包含专属支持。
