FixVibe

// docs / quickstart

কুইকস্টার্ট

সাইন আপ করুন, আপনার প্রথম scan চালান, report পড়ুন। Free tier সত্যিই আছে — মূল্যায়নের জন্য credit card দরকার নেই।

1. একটি account তৈরি করুন

/sign-in-এ যান এবং Google, GitHub, বা ম্যাজিক-লিংক ইমেল বেছে নিন। নতুন অ্যাকাউন্ট Free প্ল্যানে শুরু হয়, যেখানে প্রতি মাসে 3টি স্ক্যান এবং কেবল passive scan থাকে। পরে Account → Billing থেকে আপগ্রেড করতে পারবেন।

2. একটি scan চালান

01

একটি target বেছে নিন

Dashboard থেকে New scan click করুন, একটি URL paste করুন, তারপর submit করুন। FixVibe bare hostnames (example.comhttps://example.com) normalize করে এবং internal addresses (RFC 1918, link-local, AWS metadata) reject করে।

02

প্রায় ২০ সেকেন্ড অপেক্ষা করুন

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 plan ব্যবহারকারীরা শুধু সর্বোচ্চ-ঝুঁকির finding পুরোটা দেখেন (title, description, evidence, remediation); অন্য findings সার্ভার-সাইডে কেবল severity stub হিসেবে থাকে (DOM inspection করলেও কিছু দেখা যায় না)। Hobby plan এবং তার ওপরের প্ল্যানগুলো (Pro, Unlimited) প্রতিটি finding এবং প্রতিটির AI fix-prompt copy button খুলে দেয়।

3. Active scan চালান (ঐচ্ছিক, Hobby plan এবং তার ওপর)

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"}'

সম্পূর্ণ reference /docs/api-এ।

5. FixVibe-কে আপনার AI agent-এ plug করুন (MCP)

FixVibe /api/mcp-এ MCP server ship করে, যেখানে সাতটি tools, দুটি resources, এবং templated remediation prompts-এর জন্য একটি /fixvibe-fix slash command আছে। এটি Claude Desktop / Cursor / Continue-এ wire করুন — /docs/mcp দেখুন।

এরপর কোথায় যাবেন

  • Scan types — passive বনাম active বনাম 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।

আটকে গেছেন?

Scan id এবং আপনি কী আশা করেছিলেন বনাম কী দেখেছেন তা লিখে support@fixvibe.app-এ ইমেল করুন। Hobby plan-এ standard support, Pro plan-এ priority support, আর Unlimited plan-এ dedicated support অন্তর্ভুক্ত।

কুইকস্টার্ট — Docs · FixVibe