How do I improve prediction accuracy?
Set scale correctly, use realistic wall materials, and import survey data for calibration when available.
Learn the planning workflow, understand RF concepts, and integrate using the public API.
Start from GET /api/v1 for a JSON index of version, auth headers, product webhook env hints, and endpoint paths (floor plans, coverage, exports, auto-planner, trial). Use OpenAPI JSON for codegen and integration tests.
Use API v1 for automation, coverage calculations, and export workflows.
Automate downstream systems when exports or planning events occur. Set environment variables on the server:
Payloads include typed events (for example export.channel_plan) plus a generic export.ready event with a kind field (channel_plan, coverage_summary, walls_csv, pdf_audit, pptx) for integrations that want one subscription.
In the planner, press ? for the live shortcut overlay. Common bindings:
Use Ctrl on Windows/Linux or Cmd on Mac for undo/redo. Changelog lists recent feature updates.
How today's product maps to common enterprise questions: history, collaboration, RF assumptions, and scale.
GET/POST /api/buildings, GET/PATCH/DELETE /api/buildings/:id, GET/POST /api/buildings/:id/floors, and PATCH/DELETE …/floors/:floorId for the signed-in user (same JWT as the planner). GET /api/v1 lists this cluster under buildings-session; OpenAPI describes the v1 prefix only.GET /api/analytics/trends, /api/analytics/reports, and /api/analytics/performance require auth and a floorPlanId query param; they load persisted APs and walls from the database (no placeholder layouts). Enterprise routes under /api/enterprise/* use API-key style auth as documented for integrators.version and optional commitSha when the host sets VERCEL_GIT_COMMIT_SHA (or GIT_COMMIT_SHA). Liveness also includes uptime. Many JSON APIs echo X-Request-Id (and emit structured JSON logs server-side) so you can tie client errors to coverage, v1 floor plans, PayPal webhooks, and admin dashboards.PATCH/DELETE /api/admin/features/:id, …/admin/users/:id (and …/subscription), …/admin/ap-models/:id, invoice PDF GET …/invoices/:id, POST …/invoices/:id/resend, verification-code lookup, and catalog sync follow the same X-Request-Id + structured-log pattern as list endpoints (Bearer or session JWT depending on route).Set scale correctly, use realistic wall materials, and import survey data for calibration when available.
Yes. Create a read-only share link, then optionally add a password and expiry window.
PDF, PowerPoint, and CSV exports are available from the planner toolbar.