// docs / quickstart
Inicio rápido
Regístrate, ejecuta tu primer escaneo y lee el informe. El nivel Free es real: no necesitas tarjeta de crédito para evaluar.
1. Crea una cuenta
Visita /sign-in y elige Google, GitHub o correo con enlace mágico. Las cuentas nuevas comienzan en el plan Free, que incluye 3 escaneos al mes y solo escaneos pasivos. Puedes mejorar el plan más tarde desde Cuenta → Facturación.
2. Ejecuta un escaneo
Elige un objetivo
Desde el dashboard, haz clic en New scan, pega una URL y envíala. FixWeb normaliza hostnames sin esquema (example.com → https://example.com) y rechaza direcciones internas (RFC 1918, link-local, metadatos de AWS).
Espera ~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.
Lee el 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 la REST API
Genera un token Bearer en Account → API tokens. El texto plano se muestra una sola vez; pégalo en tu 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 a tu agente de IA (MCP)
FixWeb incluye un servidor MCP en /api/mcp con siete herramientas, dos recursos y un comando slash /fixweb-fix para prompts de remediación con plantilla. Conéctalo a Claude Desktop / Cursor / Continue; consulta /docs/mcp.
A dónde ir después
- Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
- Domains — verify a domain, schedule re-scans, enable live monitoring.
- Cuotas y límites: topes por nivel, límites de tasa de la API y políticas de retención.
¿Atascado?
Escribe a support@fixweb.app con el id del escaneo y lo que esperabas frente a lo que viste. El plan Hobby recibe soporte estándar, el plan Pro tiene soporte prioritario, y el plan Unlimited incluye soporte dedicado.
