// docs / quickstart
Inicio rápido
Rexístrate, executa o teu primeiro escaneo e le o informe. O nivel Free é real: non fai falta tarxeta de crédito para avaliar.
1. Crea unha conta
Visita /sign-in e escolle Google, GitHub ou correo con magic link. As contas novas comezan no plan Free, que inclúe 3 análises ao mes e só análises pasivas. Podes mellorar máis tarde desde Conta → Facturación.
2. Executa un escaneo
Escolle un obxectivo
Desde o dashboard fai clic en New scan, pega unha URL e envía. FixWeb normaliza hostnames espidos (example.com → https://example.com) e rexeita enderezos internos (RFC 1918, link-local, AWS metadata).
Agarda ~20 segundos
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.
Le o informe
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. Usa a REST API
Crea un bearer token en Account → API tokens. O texto plano móstrase unha soa vez; pégao no teu 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"}'Referencia completa en /docs/api.
5. Conecta FixWeb ao teu axente de IA (MCP)
FixWeb inclúe un servidor MCP en /api/mcp con sete ferramentas, dous recursos e un slash command /fixweb-fix para prompts de remediación con modelo. Conéctao a Claude Desktop / Cursor / Continue; consulta /docs/mcp.
Onde ir despois
- Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
- Domains — verify a domain, schedule re-scans, enable live monitoring.
- Cotas e límites — topes por nivel, límites de taxa da API, políticas de retención.
Atascado?
Escribe a support@fixweb.app co id da análise e o que esperabas fronte ao que viches. O plan Hobby recibe soporte estándar, o plan Pro soporte prioritario, e o plan Unlimited inclúe soporte dedicado.
