FixVibe

// docs / quickstart

ക്വിക്‌സ്റ്റാർട്ട്

സൈൻ അപ് ചെയ്യുക, ആദ്യ scan ഓടിക്കുക, report വായിക്കുക. Free tier യഥാർത്ഥമാണ് — വിലയിരുത്താൻ credit card ആവശ്യമില്ല.

1. Account സൃഷ്ടിക്കുക

/sign-in സന്ദർശിച്ച് Google, GitHub അല്ലെങ്കിൽ മാജിക് ലിങ്ക് ഇമെയിൽ തിരഞ്ഞെടുക്കുക. പുതിയ അക്കൗണ്ടുകൾ Free പ്ലാനിൽ ആരംഭിക്കുന്നു, അതിൽ മാസത്തിൽ 3 സ്കാനും പാസീവ് സ്കാനുകളും മാത്രം ഉൾപ്പെടുന്നു. അക്കൗണ്ട് → ബില്ലിംഗ് ൽ നിന്ന് നിങ്ങൾക്ക് പിന്നീട് അപ്ഗ്രേഡ് ചെയ്യാം.

2. Scan ഓടിക്കുക

01

Target തിരഞ്ഞെടുക്കുക

Dashboard-ൽ നിന്ന് New scan click ചെയ്ത് URL paste ചെയ്ത് submit ചെയ്യുക. FixVibe bare hostnames normalize ചെയ്യുന്നു (example.comhttps://example.com) കൂടാതെ internal addresses (RFC 1918, link-local, AWS metadata) reject ചെയ്യുന്നു.

02

~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.

03

Report വായിക്കുക

സ്കാൻ പൂർത്തിയാകുമ്പോൾ റിപ്പോർട്ട് സ്വയമേവ തുറക്കുന്നു. Free പ്ലാൻ ഉപയോക്താക്കൾ ഏറ്റവും ഉയർന്ന ഗൗരവത്തിലുള്ള കണ്ടെത്തൽ മാത്രം പൂർണ്ണമായി കാണുന്നു (തലക്കെട്ട്, വിവരണം, തെളിവ്, പരിഹാരം); മറ്റ് കണ്ടെത്തലുകൾ സെർവർ വശത്ത് ഗൗരവം മാത്രം കാണിക്കുന്ന സ്റ്റബ്സിലേക്ക് ചുരുക്കിയിരിക്കുന്നു (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 ചെയ്യുക.

curl
# 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-ൽ ഏഴ് 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 enable ചെയ്യുക.
  • Quotas & limits — ഓരോ tier-ലെയും caps, API rate limits, retention policies.

തടസ്സമുണ്ടോ?

support@fixvibe.app ലേക്ക് സ്കാൻ id-യും നിങ്ങൾ പ്രതീക്ഷിച്ചതും കണ്ടതും താരതമ്യം ചെയ്ത് ഇമെയിൽ ചെയ്യുക. Hobby പ്ലാന് സാധാരണ പിന്തുണ, Pro പ്ലാന് മുൻഗണനാ പിന്തുണ, Unlimited പ്ലാനിൽ സമർപ്പിത പിന്തുണ ഉൾപ്പെടുന്നു.

ക്വിക്‌സ്റ്റാർട്ട് — Docs · FixVibe