Docs

Reality Cloud developer guide.

Everything you need to ingest, map, tile, and analyze interiors. Use the quick-start paths below or dive into the full API reference.

1. Ship your first scene
  1. Install the CLI and authenticate with `pnpm dlx 2020 login`.
  2. Create a project, register your sensor mesh, and stream an initial capture.
  3. Trigger the default mapping pipeline and review the output in the Ops console.
2. Serve semantic tiles
  1. Define layers (geometry, anchors, analytics signals) in `maps.config.ts`.
  2. Publish tiles to staging and validate via the built-in WebGL viewer.
  3. Promote to production and pin a version for robots or AR overlays.
3. Automate analytics
  1. Write a custom job using our TypeScript SDK and register it in `analytics/jobs.ts`.
  2. Schedule runs based on scene updates or webhook triggers.
  3. Export results to your data warehouse or emit to downstream APIs.