// docs / quickstart
ፈጣን መጀመሪያ
ይመዝገቡ፣ የመጀመሪያውን scan ያስኪዱ፣ report ያንብቡ። Free tier በእርግጥ አለ — ለመገምገም credit card አያስፈልግም።
1. Account ይፍጠሩ
/sign-inን ይጎብኙ እና Google፣ GitHub ወይም magic link ኢሜይል ይምረጡ። አዲስ መለያዎች በFree ዕቅድ ይጀምራሉ፣ ይህም በወር 3 ስካን እና ፓሲቭ ስካን ብቻ ያካትታል። በኋላ ከመለያ → ክፍያ ማሻሻል ይችላሉ።
2. Scan ያስኪዱ
Target ይምረጡ
ከdashboard New scan ይጫኑ፣ URL paste ያድርጉ፣ እና submit ያድርጉ። FixVibe bare hostname-ዎችን normalise ያደርጋል (example.com → https://example.com) እና internal address-ዎችን (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 ዕቅድ ተጠቃሚዎች ከፍተኛ ክብደት ያለውን ግኝት ብቻ ሙሉ በሙሉ ይመለከታሉ (ርዕስ፣ መግለጫ፣ ማስረጃ፣ መፍትሄ)፤ ሌሎች ግኝቶች በሰርቨር በኩል ክብደት ብቻ ወደሚያሳዩ stubs ይቀነሳሉ (DOMን ቢመረምሩም ምንም አያሳይም)። የHobby ዕቅድ እና ከዚያ በላይ (Pro, Unlimited) ሁሉንም ግኝቶች ይከፍታሉ እና በእያንዳንዱ ላይ የAI fix prompt ቅጂ አዝራር ያክላሉ።
3. ንቁ ስካን ያሂዱ (አማራጭ፣ የ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ዎ plug ያድርጉ (MCP)
FixVibe በ/api/mcp ላይ seven tools፣ two resources፣ እና ለtemplated remediation prompt የ/fixvibe-fix slash command ያለው MCP server ship ያደርጋል። ወደ Claude Desktop / Cursor / Continue wire ያድርጉት — /docs/mcp ይመልከቱ።
ቀጥሎ ወዴት
- የScan አይነቶች — passive vs active vs GitHub repo scan፣ attestation flow።
- Domain-ዎች — domain verify ያድርጉ፣ re-scan schedule ያድርጉ፣ live threat monitoring enable ያድርጉ።
- Quota እና limit — የእያንዳንዱ tier cap፣ API rate limit፣ retention policy።
ተጣብቀዋል?
ለsupport@fixvibe.app የስካን id እና የጠበቁትን ከተመለከቱት ጋር ኢሜይል ያድርጉ። የHobby ዕቅድ መደበኛ ድጋፍ ያገኛል፣ የPro ዕቅድ ቅድሚያ ድጋፍ ያገኛል፣ እና የUnlimited ዕቅድ የተለየ ድጋፍ ያካትታል።
