// docs / quickstart
Cychwyn cyflym
Cofrestrwch, rhedwch eich sgan cyntaf, a darllenwch yr adroddiad. Mae'r haen Free yn real: nid oes angen cerdyn credyd i werthuso.
1. Creu cyfrif
Ewch i /sign-in a dewiswch Google, GitHub neu e-bost â magic link. Mae cyfrifon newydd yn dechrau ar y cynllun Free, sy'n cynnwys 3 sgan y mis a sganiau passive yn unig. Gallwch uwchraddio yn ddiweddarach o Cyfrif → Bilio.
2. Rhedeg sgan
Dewis targed
O'r dashboard cliciwch New scan, gludwch URL, a chyflwyno. Mae FixWeb yn normaleiddio hostnames noeth (example.com → https://example.com) ac yn gwrthod cyfeiriadau mewnol (RFC 1918, link-local, AWS metadata).
Aros ~20 eiliad
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.
Darllen yr adroddiad
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. Defnyddio'r REST API
Crewch bearer token yn Account → API tokens. Dangosir y plaintext unwaith yn unig; gludwch ef i'ch CI / Cursor / 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"}'Cyfeirnod llawn yn /docs/api.
5. Cysylltu FixWeb â'ch asiant AI (MCP)
Mae FixWeb yn cludo gweinydd MCP yn /api/mcp gyda saith offeryn, dau adnodd, a slash command /fixweb-fix ar gyfer prompts adfer wedi'u templedu. Cysylltwch ef â Claude Desktop / Cursor / Continue; gweler /docs/mcp.
Ble i fynd nesaf
- Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
- Domains — verify a domain, schedule re-scans, enable live monitoring.
- Cwotâu a therfynau — capiau fesul haen, terfynau cyfradd API, polisïau cadw.
Yn sownd?
Anfonwch e-bost at support@fixweb.app gyda'r id sgan a'r hyn yr oeddech yn ei ddisgwyl o'i gymharu â'r hyn a welsoch. Mae'r cynllun Hobby yn cael cefnogaeth safonol, mae'r cynllun Pro yn cael cefnogaeth flaenoriaethol, ac mae'r cynllun Unlimited yn cynnwys cefnogaeth ymroddedig.
