FixWeb

// docs / quickstart

ക്വിക്‌സ്റ്റാർട്ട്

സൈൻ അപ് ചെയ്യുക, ആദ്യ scan ഓടിക്കുക, report വായിക്കുക. Free tier യഥാർത്ഥമാണ് — വിലയിരുത്താൻ credit card ആവശ്യമില്ല.

1. Account സൃഷ്ടിക്കുക

/sign-in സന്ദർശിച്ച് Google, GitHub അല്ലെങ്കിൽ മാജിക് ലിങ്ക് ഇമെയിൽ തിരഞ്ഞെടുക്കുക. പുതിയ അക്കൗണ്ടുകൾ Free പ്ലാനിൽ ആരംഭിക്കുന്നു, അതിൽ മാസത്തിൽ 3 സ്കാനും പാസീവ് സ്കാനുകളും മാത്രം ഉൾപ്പെടുന്നു. അക്കൗണ്ട് → ബില്ലിംഗ് ൽ നിന്ന് നിങ്ങൾക്ക് പിന്നീട് അപ്ഗ്രേഡ് ചെയ്യാം.

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 mint ചെയ്യുക. 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-ലേക്ക് plug ചെയ്യുക (MCP)

FixWeb /api/mcp-ൽ ഏഴ് tools, രണ്ട് resources, templated remediation prompts-നുള്ള /fixweb-fix slash command എന്നിവയുള്ള MCP server ship ചെയ്യുന്നു. അത് 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 — ഓരോ tier-ലെയും caps, API rate limits, retention policies.

തടസ്സമുണ്ടോ?

support@fixweb.app ലേക്ക് സ്കാൻ id-യും നിങ്ങൾ പ്രതീക്ഷിച്ചതും കണ്ടതും താരതമ്യം ചെയ്ത് ഇമെയിൽ ചെയ്യുക. Hobby പ്ലാന് സാധാരണ പിന്തുണ, Pro പ്ലാന് മുൻഗണനാ പിന്തുണ, Unlimited പ്ലാനിൽ സമർപ്പിത പിന്തുണ ഉൾപ്പെടുന്നു.

ക്വിക്‌സ്റ്റാർട്ട് — Docs · FixWeb