// docs / quickstart
Rýchly štart
Zaregistruj sa, spusti prvé skenovanie a prečítaj si správu. Tarifa Free je reálna, na vyskúšanie nepotrebuješ kreditnú kartu.
1. Vytvor si účet
Otvorte /sign-in a vyberte Google, GitHub alebo e-mail s magic linkom. Nové účty začínajú na pláne Free, ktorý zahŕňa 3 skenovania mesačne a len pasívne skenovania. Neskôr môžete prejsť na vyšší plán v Účet → Fakturácia.
2. Spusti sken
Vyber cieľ
V dashboarde klikni na New scan, vlož URL a odošli ju. FixWeb normalizuje holé hostname-y (example.com → https://example.com) a odmieta interné adresy (RFC 1918, link-local, AWS metadata).
Počkaj ~20 sekúnd
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.
Prečítaj si správu
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. Použi REST API
Vytvor bearer token v Account → API tokens. Plaintext sa zobrazí iba raz; vlož ho do 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"}'Úplná referencia je na /docs/api.
5. Pripoj FixWeb k svojmu AI agentovi (MCP)
FixWeb dodáva MCP server na /api/mcp so siedmimi nástrojmi, dvoma resources a slash príkazom /fixweb-fix pre šablónové remediačné prompty. Zapoj ho do Claude Desktop / Cursor / Continue, pozri /docs/mcp.
Kam pokračovať ďalej
- Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
- Domains — verify a domain, schedule re-scans, enable live monitoring.
- Kvóty a limity — limity podľa taríf, API rate limity, pravidlá retencie.
Zasekol si sa?
Napíšte na support@fixweb.app s id skenovania a tým, čo ste očakávali oproti tomu, čo ste videli. Plán Hobby dostáva štandardnú podporu, plán Pro prioritnú podporu a plán Unlimited zahŕňa vyhradenú podporu.
