// docs / quickstart
Fillim i shpejtë
Regjistrohuni, nisni skanimin e parë dhe lexoni raportin. Paketa Free është reale — nuk kërkohet kartë krediti për ta vlerësuar.
1. Krijoni një llogari
Vizito /sign-in dhe zgjidh Google, GitHub ose email me magic link. Llogaritë e reja fillojnë në planin Free, që përfshin 3 skanime në muaj dhe vetëm skanime pasive. Mund të përmirësosh më vonë nga Llogaria → Faturimi.
2. Nisni një scan
Zgjidhni një objektiv
Nga dashboard klikoni New scan, ngjitni një URL dhe dërgojeni. FixWeb normalizon bare hostnames (example.com → https://example.com) dhe refuzon internal addresses (RFC 1918, link-local, AWS metadata).
Prisni ~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.
Lexoni raportin
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. Përdorni REST API
Krijoni një bearer token te Account → API tokens. Plaintext shfaqet një herë; ngjiteni në CI / Cursor / curl tuaj.
# 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"}'Referenca e plotë te /docs/api.
5. Lidhni FixWeb me AI agent tuaj (MCP)
FixWeb sjell një MCP server në /api/mcp me shtatë tools, dy resources dhe një slash command /fixweb-fix për templated remediation prompts. Lidheni me Claude Desktop / Cursor / Continue — shihni /docs/mcp.
Ku të shkoni më pas
- Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
- Domains — verify a domain, schedule re-scans, enable live monitoring.
- Kuota dhe kufij — caps sipas paketës, API rate limits, retention policies.
Keni ngecur?
Dërgo email në support@fixweb.app me id-në e skanimit dhe çfarë prisje krahasuar me atë që pe. Plani Hobby merr mbështetje standarde, plani Pro merr mbështetje me prioritet, dhe plani Unlimited përfshin mbështetje të dedikuar.
