// docs / quickstart
ઝડપી શરૂઆત
Sign up કરો, તમારો પહેલો scan ચલાવો, report વાંચો. Free tier ખરેખર છે: evaluate કરવા માટે 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 ને normalise કરે છે (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. 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 પર MCP server ship કરે છે, જેમાં seven tools, two resources, અને templated remediation prompts માટે /fixvibe-fix slash command છે. તેને 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 — per-tier caps, API rate limits, retention policies.
અટક્યા છો?
support@fixvibe.app પર સ્કેન id અને તમે જે અપેક્ષા રાખી હતી અને જે જોયું તેની તુલના સાથે ઈમેલ કરો. Hobby પ્લાનને માનક સહાય મળે છે, Pro પ્લાનને પ્રાથમિકતા સહાય મળે છે, અને Unlimited પ્લાનમાં સમર્પિત સહાય શામેલ છે.
