// docs / quickstart
விரைவு தொடக்கம்
பதிவு செய்து, உங்கள் முதல் scan ஐ இயக்கி, report ஐ வாசிக்கவும். Free tier உண்மையானது — மதிப்பீடு செய்ய credit card தேவையில்லை.
1. ஒரு account உருவாக்கவும்
/sign-in ஐ அணுகி Google, GitHub அல்லது magic link மின்னஞ்சலைத் தேர்ந்தெடுக்கவும். புதிய கணக்குகள் Free திட்டத்தில் தொடங்குகின்றன, இதில் மாதத்திற்கு 3 ஸ்கேன்கள் மற்றும் passive ஸ்கேன்கள் மட்டுமே அடங்கும். நீங்கள் பின்னர் கணக்கு → பில்லிங் இலிருந்து மேம்படுத்தலாம்.
2. ஒரு scan இயக்கவும்
ஒரு இலக்கைத் தேர்ந்தெடுக்கவும்
Dashboard இல் New scan ஐ click செய்து, ஒரு URL ஐ paste செய்து submit செய்யவும். FixWeb bare hostnames ஐ normalize செய்கிறது (example.com → https://example.com) மற்றும் internal addresses (RFC 1918, link-local, AWS metadata) ஐ நிராகரிக்கிறது.
~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 உருவாக்கவும். 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 ஏழு tools, இரண்டு resources, templated remediation prompts க்கான /fixweb-fix slash command உடன் /api/mcp இல் MCP server வழங்குகிறது. அதை Claude Desktop / Cursor / Continue உடன் இணைக்கவும் — /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 திட்டத்தில் அர்ப்பணிக்கப்பட்ட ஆதரவு உள்ளது.
