FixWeb

// docs / quickstart

სწრაფი დაწყება

დარეგისტრირდით, გაუშვით პირველი სკანი და წაიკითხეთ ანგარიში. Free ტარიფი რეალურია — შეფასებისთვის საკრედიტო ბარათი საჭირო არ არის.

1. შექმენით ანგარიში

ეწვიეთ /sign-in-ს და აირჩიეთ Google, GitHub ან მაგიური ბმულის ელფოსტა. ახალი ანგარიშები იწყება Free გეგმით, რომელიც მოიცავს თვეში 3 სკანირებას და მხოლოდ პასიურ სკანირებებს. შეგიძლიათ მოგვიანებით გადახვიდეთ უმაღლეს გეგმაზე ანგარიში → ბილინგი-დან.

2. გაუშვით სკანი

01

აირჩიეთ სამიზნე

Dashboard-იდან დააჭირეთ New scan-ს, ჩასვით URL და გაგზავნეთ. FixWeb bare hostnames-ს normalize აკეთებს (example.comhttps://example.com) და internal addresses-ს უარყოფს (RFC 1918, link-local, AWS metadata).

02

დაელოდეთ ~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.

03

წაიკითხეთ ანგარიში

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-ში.

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.

სად გადავიდეთ შემდეგ

გაიჭედეთ?

გამოგვიგზავნეთ წერილი support@fixweb.app სკანირების id-ით და იმით, რას მოელოდით ნანახის შედარებით. Hobby გეგმა იღებს სტანდარტულ მხარდაჭერას, Pro გეგმა — პრიორიტეტულს, ხოლო Unlimited გეგმა მოიცავს სპეციალურ მხარდაჭერას.

სწრაფი დაწყება — Docs · FixWeb