// docs / quickstart
Sürətli başlanğıc
Qeydiyyatdan keçin, ilk skanı işə salın, hesabatı oxuyun. Free tarifi realdır — qiymətləndirmək üçün kredit kartı tələb olunmur.
1. Hesab yaradın
/sign-in ünvanına daxil olun və Google, GitHub və ya magic link e-poçtundan birini seçin. Yeni hesablar Free planında başlayır, hansı ki ayda 3 skan və yalnız passiv skanları əhatə edir. Daha sonra Hesab → Hesablama-dan yüksəltə bilərsiniz.
2. Skan işə salın
Hədəf seçin
Dashboard-dan New scan-a basın, URL yapışdırın və göndərin. FixWeb bare hostnames-i normalize edir (example.com → https://example.com) və internal addresses-i rədd edir (RFC 1918, link-local, AWS metadata).
~20 saniyə gözləyin
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.
Hesabatı oxuyun
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-dən istifadə edin
Account → API tokens-də bearer token yaradın. Plaintext bir dəfə göstərilir; onu CI / Cursor / curl-a yapışdırın.
# 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"}'Tam arayış /docs/api-dədir.
5. FixWeb-ı AI agentinizə qoşun (MCP)
FixWeb /api/mcp ünvanında yeddi tools, iki resources və templated remediation prompts üçün /fixweb-fix slash command ilə MCP server göndərir. Claude Desktop / Cursor / Continue-a qoşun — baxın /docs/mcp.
Sonra hara keçməli
- Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
- Domains — verify a domain, schedule re-scans, enable live monitoring.
- Kvotalar və limitlər — tarif caps, API rate limits, retention policies.
İlişdiniz?
support@fixweb.app-a skan id-si və gözlədiyinizi gördüyünüzlə müqayisə edərək yazın. Hobby planı standart dəstək alır, Pro planı prioritet dəstək alır, Unlimited planı isə xüsusi dəstək daxildir.
