// 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 ప్లాన్ వినియోగదారులు అత్యధిక తీవ్రత గల కనుగొనడాన్ని మాత్రమే పూర్తిగా చూస్తారు (శీర్షిక, వివరణ, రుజువు, పరిష్కారం); ఇతర కనుగొనడాలు సర్వర్ వైపు తీవ్రత మాత్రమే చూపే 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 రూపొందించండి. 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 ఇస్తుంది. దాన్ని Claude Desktop / Cursor / Continue తో wire చేయండి — /docs/mcp చూడండి.
తర్వాత ఎక్కడికి వెళ్లాలి
- Scan రకాలు — passive vs active vs GitHub repo scans, attestation flow.
- Domains — domain verify చేయండి, re-scans schedule చేయండి, live threat monitoring enable చేయండి.
- Quotas & limits — per-tier caps, API rate limits, retention policies వివరాలు.
అక్కడే ఆగిపోయారా?
support@fixvibe.appకి స్కాన్ id మరియు మీరు ఏమి ఆశించారు మరియు ఏమి చూశారు అనే దాని గురించి ఇమెయిల్ చేయండి. Hobby ప్లాన్కి ప్రామాణిక మద్దతు, Pro ప్లాన్కి ప్రాధాన్యత మద్దతు, మరియు Unlimited ప్లాన్లో అంకితమైన మద్దతు ఉంది.
