FixVibe

// docs / quickstart

جلدي شروعات

Sign up ڪريو، پهريون scan هلايو، report پڙهو. Free tier واقعي آهي — evaluate ڪرڻ لاءِ credit card جي ضرورت ناهي.

1. Account ٺاهيو

/sign-in تي وڃو ۽ Google، GitHub يا magic link اي ميل چونڊيو. نوان اڪائونٽ Free پلان تي شروع ٿين ٿا، جنهن ۾ مهيني ۾ ۳ اسڪين ۽ صرف passive اسڪين شامل آهن. اوهان بعد ۾ اڪائونٽ ← بلنگ مان اپ گريڊ ڪري سگهو ٿا.

2. Scan هلايو

01

Target چونڊيو

Dashboard مان New scan click ڪريو، URL paste ڪريو، ۽ submit ڪريو. FixVibe bare hostnames کي normalise ڪري ٿو (example.comhttps://example.com) ۽ internal addresses reject ڪري ٿو (RFC 1918، link-local، AWS metadata).

02

تقريبن 20 seconds انتظار ڪريو

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 پلان جا استعمال ڪندڙ صرف اعليٰ سنگينيءَ واري نتيجي کي مڪمل طور تي ڏسن ٿا (عنوان، تشريح، ثبوت، حل)؛ ٻيون نتيجا سرور پاسي صرف سنگيني ڏيکاريندڙ stubs ۾ ڪٽيون وڃن ٿيون (DOM چڪاسي به ڪجهه ظاهر نٿو ڪري). Hobby پلان ۽ بلند تر (Pro، Unlimited) سڀئي نتيجا کوليندا آهن ۽ هر هڪ تي AI fix prompt ڪاپي بٽڻ شامل ڪندا آهن.

۳. 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 ٺاهيو. 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"}'

Full reference /docs/api تي.

5. FixVibe کي پنهنجي AI agent ۾ plug ڪريو (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 پلان ۾ وقف ٿيل سپورٽ شامل آهي.

جلدي شروعات — Docs · FixVibe