// docs / quickstart
Brzi početak
Registrujte se, pokrenite prvo skeniranje i pročitajte izvještaj. Free paket je stvaran — kreditna kartica nije potrebna za procjenu.
1. Kreirajte račun
Posjeti /sign-in i odaberi Google, GitHub ili e-mail s magic linkom. Novi računi kreću na planu Free, koji uključuje 3 skeniranja mjesečno i samo pasivna skeniranja. Kasnije možeš nadograditi na viši plan iz Račun → Naplata.
2. Pokrenite scan
Odaberite metu
Iz dashboard kliknite New scan, zalijepite URL i pošaljite. FixWeb normalizuje bare hostnames (example.com → https://example.com) i odbija internal addresses (RFC 1918, link-local, AWS metadata).
Sačekajte ~20 sekundi
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.
Pročitajte izvještaj
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. Koristite REST API
Izdajte bearer token na Account → API tokens. Plaintext se prikazuje jednom; zalijepite ga u vaš 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"}'Puna referenca na /docs/api.
5. Povežite FixWeb s vašim AI agent (MCP)
FixWeb isporučuje MCP server na /api/mcp sa sedam tools, dva resources i slash command /fixweb-fix za templated remediation prompts. Povežite ga u Claude Desktop / Cursor / Continue — pogledajte /docs/mcp.
Kuda dalje
- Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
- Domains — verify a domain, schedule re-scans, enable live monitoring.
- Kvote i limiti — caps po paketu, API rate limits, retention policies.
Zapeli ste?
Piši na support@fixweb.app sa id-om skeniranja i onim što si očekivao u odnosu na ono što si vidio. Plan Hobby dobija standardnu podršku, plan Pro prioritetnu podršku, a plan Unlimited uključuje posvećenu podršku.
