// docs / quickstart
چټک پیل
Sign up وکړئ، خپل لومړی scan وچلوئ، report ولولئ. Free tier ریښتینی دی — د evaluate لپاره credit card ته اړتیا نشته.
1. Account جوړ کړئ
/sign-in ته ولاړ شئ او Google، GitHub یا د magic link بریښنالیک غوره کړئ. نوي حسابونه د Free پلان سره پیلیږي، چې په میاشت کې ۳ سکینونه او یوازې غیر فعال سکینونه شامل دي. وروسته به تاسو کولی شئ له حساب ← بلینګ څخه لوړ کړئ.
2. Scan وچلوئ
Target وټاکئ
له dashboard څخه New scan click کړئ، URL paste کړئ، او submit یې کړئ. FixWeb bare hostnames normalise کوي (example.com → https://example.com) او internal addresses reject کوي (RFC 1918، link-local، AWS metadata).
نږدې 20 seconds انتظار وکړئ
A passive scan runs in three phases: crawl (Chromium renders the page to discover links, metadata, media, scripts, and forms), quality checks (crawlability, search presentation, content/schema, media, performance, accessibility, forms, mobile/i18n, and runtime signals), and aggregate (deduplicate + severity ranking). Live progress streams via the dashboard; you don't need to refresh.
Report ولولئ
The report opens automatically when complete. Free plan users see only the highest-severity finding in full (title, description, evidence, remediation); other findings are stripped to severity-only stubs server-side. The Hobby plan and higher (Pro, Unlimited) unlock every finding plus the AI prompt copy button on each one.
3. Run an owner-depth scan (optional, Hobby plan and higher)
Owner-depth scans extend the same website-quality checks into verified domains and can include private journeys when you provide a short-lived test-account header. Add and verify a domain at Dashboard -> Domains (DNS TXT or HTTP file), then start an Owner-depth scan from New scan. You'll attest to the scan; we audit-log it server-side.
4. REST API وکاروئ
په Account → API tokens کې bearer token جوړ کړئ. Plaintext یوازې یو ځل ښودل کېږي؛ خپل CI / Cursor / curl ته یې paste کړئ.
# Start a passive scan
curl -X POST https://fixweb.app/api/v1/scans \
-H "Authorization: Bearer fxw_..." \
-H "content-type: application/json" \
-d '{"target":"https://staging.example.com"}'Full reference په /docs/api کې.
5. FixWeb خپل AI agent ته plug کړئ (MCP)
FixWeb په /api/mcp کې MCP server ship کوي چې seven tools، two resources، او د templated remediation prompts لپاره /fixweb-fix slash command لري. دا Claude Desktop / Cursor / Continue ته wire کړئ — وګورئ /docs/mcp.
وروسته چېرته لاړ شئ
- Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
- Domains — verify a domain, schedule re-scans, enable live monitoring.
- Quotas & limits — per-tier caps، API rate limits، retention policies.
بند پاتې یاست؟
support@fixweb.app ته د سکین id او څه چې تاسو هیله کوله د څه چې تاسو ولیدل سره ولیکئ. د Hobby پلان معیاري ملاتړ ترلاسه کوي، د Pro پلان لومړیتوب ملاتړ ترلاسه کوي، او د Unlimited پلان وقف شوی ملاتړ لري.
