// docs / quickstart
Брз почеток
Регистрирајте се, стартувајте го првото скенирање и прочитајте го извештајот. Free тарифата е вистинска — не треба кредитна картичка за проценка.
1. Креирајте сметка
Посетете го /sign-in и изберете Google, GitHub или email со magic link. Новите сметки стартуваат на планот Free, кој вклучува 3 скенирања месечно и само пасивни скенирања. Можете подоцна да надградите од Сметка → Наплата.
2. Стартувајте scan
Изберете цел
Од dashboard кликнете New scan, залепете URL и испратете. FixWeb нормализира bare hostnames (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.
- Квоти и лимити — caps по тарифа, API rate limits, retention policies.
Заглавивте?
Пишете на support@fixweb.app со id на скенирање и она што го очекувавте споредено со она што го видовте. Планот Hobby добива стандардна поддршка, планот Pro — приоритетна поддршка, а планот Unlimited вклучува посветена поддршка.
