// docs / quickstart
Արագ սկիզբ
Գրանցվեք, գործարկեք առաջին սկանը, կարդացեք հաշվետվությունը։ Free մակարդակը իրական է՝ գնահատման համար կրեդիտ քարտ պետք չէ։
1. Ստեղծեք հաշիվ
Այցելե՛ք /sign-in և ընտրե՛ք Google, GitHub կամ էլ. փոստի մոգիկ լինք: Նոր հաշիվները սկսում են Free պլանով, որը ներառում է ամսական 3 սկանավորում և միայն պասիվ սկանավորումներ։ Հետագայում կարող եք բարելավել Հաշիվ → Վճարում-ից:
2. Գործարկեք սկան
Ընտրեք թիրախ
Dashboard-ից սեղմեք New scan, տեղադրեք URL և ուղարկեք։ FixWeb-ը normalize է անում 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-ով և /fixweb-fix slash command-ով 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 պլանը ներառում է հատուկ աջակցություն։
