// docs / quickstart
ඉක්මන් ආරම්භය
ලියාපදිංචි වන්න, ඔබගේ පළමු scan එක ධාවනය කරන්න, report එක කියවන්න. Free tier එක සැබෑවකි — ඇගයීමට credit card එකක් අවශ්ය නැත.
1. Account එකක් සාදන්න
/sign-in වෙත ගොස් Google, GitHub හෝ magic link ඊමේල් තෝරන්න. නව ගිණුම් Free සැලැස්මෙන් ආරම්භ වන අතර, මාසයකට ස්කෑන් 3ක් සහ passive ස්කෑන් පමණක් ඇතුළත් වේ. ඔබට පසුව ගිණුම → බිල්පත් වෙතින් උත්ශ්රේණි කළ හැකිය.
2. Scan එකක් ධාවනය කරන්න
Target එකක් තෝරන්න
Dashboard වෙතින් New scan click කර URL එකක් paste කර submit කරන්න. FixWeb bare hostnames normalize කරයි (example.com → https://example.com) සහ internal addresses (RFC 1918, link-local, AWS metadata) reject කරයි.
තත්පර ~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.
Report එක කියවන්න
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 භාවිතා කරන්න
Account → API tokens හි bearer token එකක් mint කරන්න. Plaintext එක එක් වරක් පමණක් පෙන්වයි; එය ඔබගේ CI / Cursor / curl වෙත paste කරන්න.
# 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"}'සම්පූර්ණ reference එක /docs/api හි ඇත.
5. FixWeb ඔබගේ AI agent එකට සම්බන්ධ කරන්න (MCP)
FixWeb /api/mcp හි tools හතක්, resources දෙකක්, සහ templated remediation prompts සඳහා /fixweb-fix slash command එකක් සහිත MCP server එකක් ship කරයි. එය Claude Desktop / Cursor / Continue වෙත wire කරන්න — /docs/mcp බලන්න.
ඊළඟට යා යුතු තැන
- Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
- Domains — verify a domain, schedule re-scans, enable live monitoring.
- Quotas & limits — එක් එක් tier caps, API rate limits, retention policies.
හිරවුණාද?
support@fixweb.app වෙත ස්කෑන් id සහ ඔබ අපේක්ෂා කළ දේ සහ දුටු දේ සමඟ ඊමේල් කරන්න. Hobby සැලැස්ම සම්මත සහාය, Pro සැලැස්ම ප්රමුඛතා සහාය, සහ Unlimited සැලැස්ම කැපවූ සහාය ඇතුළත් වේ.
