// 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 කරන්න. FixVibe bare hostnames normalize කරයි (example.com → https://example.com) සහ internal addresses (RFC 1918, link-local, AWS metadata) reject කරයි.
තත්පර ~20ක් රැඳී සිටින්න
A passive scan maps the app, checks shipped responses and configuration for high-confidence security signals, and prepares the report. Live progress streams via the dashboard; you do not need to refresh.
Report එක කියවන්න
වාර්තාව සම්පූර්ණ වූ විට ස්වයංක්රීයව විවෘත වේ. Free සැලැස්මේ පරිශීලකයින් ඉහළම බරපතලත්ව ඇති සොයාගැනීම පමණක් සම්පූර්ණයෙන් දකියි (මාතෘකාව, විස්තරය, සාක්ෂි, විසඳුම); අනෙකුත් සොයාගැනීම් සේවාදායක පැත්තේ බරපතලත්ව පමණක් පෙන්වන stub වෙත කැපිය ඇත (DOM පරීක්ෂා කිරීමෙන්ද කිසිවක් නොපෙනේ). Hobby සැලැස්ම සහ ඊට ඉහළ (Pro, Unlimited) සියලුම සොයාගැනීම් අගුළු හරින අතර එක් එක් සොයාගැනීමෙහි AI fix prompt පිටපත් කිරීමේ බොත්තමක්ද එක් කරයි.
3. Active ස්කෑන් දියත් කරන්න (විකල්ප, Hobby සැලැස්ම සහ ඊට ඉහළ)
Active scans perform bounded, non-destructive verification against domains you own. Add and verify a domain at Dashboard → Domains, authorize active testing for that domain, then start an Active scan from New scan → Active mode or through REST/MCP where your plan allows it.
4. REST API භාවිතා කරන්න
Account → API tokens හි bearer token එකක් mint කරන්න. Plaintext එක එක් වරක් පමණක් පෙන්වයි; එය ඔබගේ CI / Cursor / curl වෙත paste කරන්න.
# Start a passive scan
curl -X POST https://fixvibe.app/api/v1/scans \
-H "Authorization: Bearer fxv_..." \
-H "content-type: application/json" \
-d '{"target":"https://staging.example.com"}'සම්පූර්ණ reference එක /docs/api හි ඇත.
5. FixVibe ඔබගේ AI agent එකට සම්බන්ධ කරන්න (MCP)
FixVibe /api/mcp හි tools හතක්, resources දෙකක්, සහ templated remediation prompts සඳහා /fixvibe-fix slash command එකක් සහිත MCP server එකක් ship කරයි. එය Claude Desktop / Cursor / Continue වෙත wire කරන්න — /docs/mcp බලන්න.
ඊළඟට යා යුතු තැන
- Scan types — passive vs active vs GitHub repo scans, attestation flow.
- Domains — domain එකක් verify කරන්න, re-scans schedule කරන්න, live threat monitoring සක්රීය කරන්න.
- Quotas & limits — එක් එක් tier caps, API rate limits, retention policies.
හිරවුණාද?
support@fixvibe.app වෙත ස්කෑන් id සහ ඔබ අපේක්ෂා කළ දේ සහ දුටු දේ සමඟ ඊමේල් කරන්න. Hobby සැලැස්ම සම්මත සහාය, Pro සැලැස්ම ප්රමුඛතා සහාය, සහ Unlimited සැලැස්ම කැපවූ සහාය ඇතුළත් වේ.
