FixWeb

// docs / quickstart

త్వరిత ప్రారంభం

నమోదు చేసి, మీ మొదటి scan నడిపి, report చదవండి. Free tier నిజంగానే ఉంది — పరీక్షించడానికి credit card అవసరం లేదు.

1. ఒక account సృష్టించండి

/sign-inని సందర్శించి Google, GitHub లేదా magic link ఇమెయిల్‌ని ఎంచుకోండి. కొత్త ఖాతాలు Free ప్లాన్‌లో ప్రారంభమవుతాయి, ఇది నెలకు 3 స్కాన్‌లు మరియు passive స్కాన్‌లు మాత్రమే కలిగి ఉంటుంది. మీరు తర్వాత ఖాతా → బిల్లింగ్ నుండి అప్‌గ్రేడ్ చేయవచ్చు.

2. ఒక scan నడపండి

01

ఒక target ఎంచుకోండి

Dashboard లో New scan click చేసి, URL paste చేసి submit చేయండి. FixWeb bare hostnames ను normalize చేస్తుంది (example.comhttps://example.com) మరియు internal addresses (RFC 1918, link-local, AWS metadata) ను reject చేస్తుంది.

02

~20 సెకన్లు వేచి ఉండండి

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.

03

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 చేయండి.

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

పూర్తి reference /docs/api లో ఉంది.

5. FixWeb ను మీ AI agent తో కలపండి (MCP)

FixWeb /api/mcp వద్ద ఏడు tools, రెండు resources, templated remediation prompts కోసం /fixweb-fix slash command తో MCP server ఇస్తుంది. దాన్ని 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 ప్లాన్‌లో అంకితమైన మద్దతు ఉంది.

త్వరిత ప్రారంభం — Docs · FixWeb