// docs / quickstart
Bidu rapidu
Irreġistra, ħaddem l-ewwel scan tiegħek, aqra r-rapport. Il-livell Free huwa reali — m'hemmx bżonn karta ta' kreditu biex tevalwa.
1. Oħloq kont
Żur /sign-in u agħżel Google, GitHub jew email bil-magic link. L-accounts ġodda jibdew fuq il-pjan Free, li jinkludi 3 scans fix-xahar u biss scans passivi. Tista' ttejjeb aktar tard minn Kont → Fatturazzjoni.
2. Ħaddem scan
Agħżel target
Mid-dashboard ikklikkja New scan, waħħal URL, u ibgħat. FixWeb jinnormalizza hostnames vojta (example.com → https://example.com) u jirrifjuta indirizzi interni (RFC 1918, link-local, AWS metadata).
Stenna madwar 20 sekonda
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.
Aqra r-rapport
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. Uża l-REST API
Oħloq bearer token f<apiTokens>Account → API tokens</apiTokens>. Il-plaintext jintwera darba; waħħlu fis-CI / Cursor / curl tiegħek.
# 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"}'Referenza sħiħa f<api>/docs/api</api>.
5. Qabbad FixWeb mal-agent AI tiegħek (MCP)
FixWeb jiġi b'server MCP f<code>/api/mcp</code> bseba' tools, żewġ resources, u slash command /fixweb-fix għal prompts ta' rimedjazzjoni f'template. Qabbdu ma' Claude Desktop / Cursor / Continue — ara /docs/mcp.
Fejn tmur wara
- Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
- Domains — verify a domain, schedule re-scans, enable live monitoring.
- Kwoti u limiti — caps għal kull livell, limiti tar-rata tal-API, policies ta' żamma.
Imwaħħal?
Ibgħat email lil support@fixweb.app bl-id tal-iscan u dak li stennejt mqabbel ma' dak li rajt. Il-pjan Hobby jirċievi appoġġ standard, il-pjan Pro jirċievi appoġġ prijoritarju, u l-pjan Unlimited jinkludi appoġġ dedikat.
